Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Abilitare canale IDE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Andrey_
n00b
n00b


Joined: 10 Feb 2010
Posts: 27

PostPosted: Tue Feb 16, 2010 10:40 pm    Post subject: [RISOLTO] Abilitare canale IDE Reply with quote

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
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Wed Feb 17, 2010 9:23 am    Post subject: Reply with quote

dai un'occhiata nella sezione scsi :wink:
Back to top
View user's profile Send private message
Andrey_
n00b
n00b


Joined: 10 Feb 2010
Posts: 27

PostPosted: Wed Feb 17, 2010 9:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Feb 18, 2010 9:53 am    Post subject: Reply with quote

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
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Thu Feb 18, 2010 7:51 pm    Post subject: Re: Abilitare canale IDE Reply with quote

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
Code:
# lspci


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
View user's profile Send private message
Andrey_
n00b
n00b


Joined: 10 Feb 2010
Posts: 27

PostPosted: Thu Feb 18, 2010 9:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Feb 18, 2010 10:23 pm    Post subject: Reply with quote

se ti può essere utile per la prossima volta
Code:
lspci -k

Code:
lsmod
Back to top
View user's profile Send private message
Andrey_
n00b
n00b


Joined: 10 Feb 2010
Posts: 27

PostPosted: Fri Feb 19, 2010 12:18 am    Post subject: Reply with quote

ago88 wrote:
se ti può essere utile per la prossima volta
Code:
lspci -k

Code:
lsmod

Grazie! Credo proprio che potrà essermi utile :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum