View previous topic :: View next topic |
Author |
Message |
Andrey_ n00b
Joined: 10 Feb 2010 Posts: 27
|
Posted: Tue Feb 16, 2010 10:40 pm Post subject: [RISOLTO] Abilitare canale IDE |
|
|
Salve a tutti
Ho abilitato nel kernel le sequenti voci:
Code: |
│ │ <*> generic ATA/ATAPI disk support │ │
│ │ [*] ATA disk support │ │
│ │ [*] ATAPI floppy support │ │
│ │ <*> Include IDE/ATAPI CDROM support │ │
│ │ <*> Include IDE/ATAPI TAPE support │ │
│ │ [*] IDE ACPI support │ │
│ │ [*] IDE Taskfile Access │ │
│ │ [*] legacy /proc/ide/ support │ │
│ │ *** IDE chipset support/bugfixes *** │ │
│ │ <*> generic/default IDE chipset support │ │
│ │ <*> Platform driver for IDE interfaces │ │
[...]
│ │ <*> PNP EIDE support │ │
[...]
│ │ <*> Generic PCI IDE Chipset Support │ │
|
Nonostante ciò non riesco a far funzionare il mio lettore CD-ROM e il mio Masterizzatore DVD, entrambi sul canale IDE [Gli unici ad esserlo, dato che l'HD è SATA].
Il problema è che in /dev non c'è alcuna traccia di hda, hdb, cdrom e simili...
Qualche idea?
PS: Dopo il Chipset generico ci sono chipset specifici, ma io non so quale sia il mio Controller IDE, come faccio a visualizzarlo?
Last edited by Andrey_ on Thu Feb 18, 2010 9:45 pm; edited 1 time in total |
|
Back to top |
|
|
ago Developer
Joined: 01 Mar 2008 Posts: 1527 Location: Milan, Italy
|
Posted: Wed Feb 17, 2010 9:23 am Post subject: |
|
|
dai un'occhiata nella sezione scsi |
|
Back to top |
|
|
Andrey_ n00b
Joined: 10 Feb 2010 Posts: 27
|
Posted: Wed Feb 17, 2010 9:29 pm Post subject: |
|
|
In SCSI ho questa situazione:
Code: |
│ │ < > RAID Transport Class │ │
│ │ -*- SCSI device support │ │
│ │ <*> SCSI target support │ │
│ │ [*] legacy /proc/scsi/ support │ │
│ │ *** SCSI support type (disk, tape, CD-ROM) *** │ │
│ │ <*> SCSI disk support │ │
│ │ < > SCSI tape support │ │
│ │ < > SCSI OnStream SC-x0 tape support │ │
│ │ <*> SCSI CDROM support │ │
│ │ [*] Enable vendor-specific extensions (for SCSI CDROM) │ │
│ │ <*> SCSI generic support │ │
│ │ <*> SCSI media changer support │ │
│ │ [ ] Probe all LUNs on each SCSI device │ │
│ │ [*] Verbose SCSI error reporting (kernel size +=12K) │ │
│ │ [*] SCSI logging facility │ │
│ │ [ ] Asynchronous SCSI scanning │ │
│ │ SCSI Transports ---> │ │
│ │ [*] SCSI low-level drivers ---> │ │
│ │ <*> SCSI Device Handlers ---> │ │
│ │ < > OSD-Initiator library │ │
|
Ma non va... |
|
Back to top |
|
|
ago Developer
Joined: 01 Mar 2008 Posts: 1527 Location: Milan, Italy
|
Posted: Thu Feb 18, 2010 9:53 am Post subject: |
|
|
ho una configurazione più leggera rispetto alla tua...ma sei sicuro che sia un problema di kernel? come lo hai configurato?
Recentemente si occupa hal della configurazione, quindi è opportuno commentarlo in fstab, oppure fare il contrario |
|
Back to top |
|
|
Peach Advocate
Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Thu Feb 18, 2010 7:51 pm Post subject: Re: Abilitare canale IDE |
|
|
Andrey_ wrote: | PS: Dopo il Chipset generico ci sono chipset specifici, ma io non so quale sia il mio Controller IDE, come faccio a visualizzarlo? |
usa
se poi ti interessa approfondire l'argomento kernel ... _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
|
Andrey_ n00b
Joined: 10 Feb 2010 Posts: 27
|
Posted: Thu Feb 18, 2010 9:45 pm Post subject: |
|
|
Beccato!
lspci mi dava questo, oltre alle altre cose:
Code: |
00:1f.2 IDE interface: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)
03:00.0 IDE interface: JMicron Technology Corp. JMB368 IDE controller
|
I driver specifici del Chipset Intel li avevo già inclusi, ma mancavano quelli del JMicron. Ora tutto funziona alla perfezione
Taggo come [RISOLTO].
Grazie a tutti |
|
Back to top |
|
|
ago Developer
Joined: 01 Mar 2008 Posts: 1527 Location: Milan, Italy
|
Posted: Thu Feb 18, 2010 10:23 pm Post subject: |
|
|
se ti può essere utile per la prossima volta
|
|
Back to top |
|
|
Andrey_ n00b
Joined: 10 Feb 2010 Posts: 27
|
Posted: Fri Feb 19, 2010 12:18 am Post subject: |
|
|
ago88 wrote: | se ti può essere utile per la prossima volta
|
Grazie! Credo proprio che potrà essermi utile |
|
Back to top |
|
|
|