Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Clef USB] Pas de /dev/sd* ... (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 2:30 pm    Post subject: [Clef USB] Pas de /dev/sd* ... (résolu) Reply with quote

Bonjour :wink:

J'ai un simple clé USB mais je n'ai pas de /dev/sd* :'(

Voilà ce que donne un lsmod:
Code:

Module                  Size  Used by
uhci_hcd               28944  0
usb_storage            26560  0
vfat                   12480  1
fat                    39488  1 vfat
snd_intel8x0           29896  0
snd_ac97_codec         64196  1 snd_intel8x0
snd_mpu401_uart         6144  1 snd_intel8x0
snd_rawmidi            20352  1 snd_mpu401_uart
snd_seq_device          6600  1 snd_rawmidi
snd_pcm_oss            49128  0
snd_pcm                84644  2 snd_intel8x0,snd_pcm_oss
snd_page_alloc          9032  2 snd_intel8x0,snd_pcm
snd_timer              21444  1 snd_pcm
snd_mixer_oss          17344  1 snd_pcm_oss
snd                    48164  9 snd_intel8x0,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_pcm_oss,snd_p
cm,snd_timer,snd_mixer_oss
soundcore               7584  1 snd
i2c_isa                 1664  0
i2c_nforce2             5120  0
i2c_core               18948  2 i2c_isa,i2c_nforce2
usbcore                68832  2 uhci_hcd,usb_storage
evdev                   7424  0
dvb_ttpci              78540  0
saa7146_vv             45952  1 dvb_ttpci
video_buf              16580  1 saa7146_vv
saa7146                15460  2 dvb_ttpci,saa7146_vv
v4l1_compat            13636  1 saa7146_vv
v4l2_common             4928  1 saa7146_vv
videodev                7360  1 saa7146_vv
ttpci_eeprom            2368  1 dvb_ttpci
stv0299                12936  0
dvb_core               79976  2 dvb_ttpci,stv0299
forcedeth              12672  0
sg                     29536  0
sd_mod                 16128  0
scsi_mod               67904  3 usb_storage,sg,sd_mod



Voilà les dernières ligne de dmesg:
Quote:

USB Universal Host Controller Interface driver v2.2
ehci_hcd 0000:00:02.2: nVidia Corporation nForce2 USB Controller
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: irq 5, pci mem e098b000
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
ehci_hcd 0000:00:02.2: remove, state 1
usb usb1: USB disconnect, address 1
ehci_hcd 0000:00:02.2: USB bus 1 deregistered
USB Universal Host Controller Interface driver v2.2





J'ai cherché un peu partout, mais je ne trouve rien :'( J'aurais besoin d'un peu d'aide :o

THX ;)

PS: kernel 2.6.6-rc3-mm1


Last edited by evil on Fri May 21, 2004 6:37 pm; edited 2 times in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 21, 2004 2:32 pm    Post subject: Reply with quote

quand tu fais un cat /proc/partitions

tu vois ta clef ?

sinon cherche du coté de /dev/scsi/..../
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 2:37 pm    Post subject: Reply with quote

Code:

 #cat /proc/partitions
major minor  #blocks  name

   3     0  117220824 hda
   3     1      40131 hda1
   3     2     506047 hda2
   3     3    9775552 hda3
   3     4          1 hda4
   3     5   19543041 hda5
   3     6   87353406 hda6
   3    64   39082680 hdb
   3    65   14651248 hdb1
   3    66          1 hdb2
   3    69   24426801 hdb5


Et dans /dev/scsi/ ya rien :'(
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 21, 2004 2:39 pm    Post subject: Reply with quote

t'as un modules usb_ehci ou un truc du genre ?

si oui, charge le !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 2:50 pm    Post subject: Reply with quote

je charge ehci-hcd et c'est pareil :oops:
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 21, 2004 3:01 pm    Post subject: Reply with quote

Quote:

ehci_hcd 0000:00:02.2: remove, state 1
usb usb1: USB disconnect, address 1
ehci_hcd 0000:00:02.2: USB bus 1 deregistered


A priori, le systeme pense (detecte) que la clef est retirée .. si ya un hub, verifie une fois sans le hub, enfin, essaye plusieures combinaisons ! port1, port2 ...
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 4:22 pm    Post subject: Reply with quote

C'est pareil dans les autres ports. Apparemment la cléf ne serait pas alimentée, vu que la diode qui a sur la clé est éteinte :oops:
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 21, 2004 4:26 pm    Post subject: Reply with quote

t'aurais pas un autre periph USB afin de tester (APN, ...) ?

t'as essaye la clef avec W$ ? (si ce dernier est encore installé bien sur !)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 4:52 pm    Post subject: Reply with quote

Non rien d'autre en SB :'(
Sur le PC de mon père, la clé fonctionne, et sur le mien quand il y avait encore windaube, elle fonctionnait :o
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Fri May 21, 2004 4:55 pm    Post subject: Reply with quote

Fais peut-etre un lspci et donne nous ce qui correspond a l'usb, pour etresur que tu as le bon module USB...
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 4:57 pm    Post subject: Reply with quote

Code:
# lspci -v|grep -i usb
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3) (prog-if 10 [OHCI])
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3) (prog-if 10 [OHCI])
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3) (prog-if 20 [EHCI])
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Fri May 21, 2004 5:02 pm    Post subject: Reply with quote

Donc il faut charger le module ohci_hcd et pas uhci_hcd ;)
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 21, 2004 5:08 pm    Post subject: Reply with quote

Code:

Module                  Size  Used by
uhci_hcd                 28944  0
usb_storage              26560  0


c'est bien ce qui est listé en haut !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Fri May 21, 2004 5:25 pm    Post subject: Reply with quote

ben non, justement ! il est listé uhci alors qu'il faudrait ohci... Enfin, c'est ce que je comprends du lspci...
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 5:52 pm    Post subject: Reply with quote

YAISSSSE!!!
J'ai enfin les /dev/sda* 8O

MERCI kernel_sensei && guilc 8)

reste plus qu'a la faire fonctionner :D
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Fri May 21, 2004 5:58 pm    Post subject: Reply with quote

Charge aussi ehci_hcd en plus de ohci_hcd, poru activer l'USB2 ;) ca ira plus vite
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
evil
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2003
Posts: 103

PostPosted: Fri May 21, 2004 6:37 pm    Post subject: Reply with quote

ça marche du feu de dieu :wink: vraiment merci guilc :wink:
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri May 21, 2004 7:29 pm    Post subject: Reply with quote

Oups, j'avais mal lu :oops:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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