You are not logged in.
Hello:
I have four USB ports, all of which work under Windows. What are the device names in Arch Linux? I am looking at the directory of /dev and I see nothing with a USB prefix, nor with a SCSI prefix (I vaguely recall some distros putting USB under SCSI)
Not that I understand what I am looking at, but the KDE FSTab tool shows four USB in /proc/bus.
Thank you
Offline
I dont know if this is of any use to you, but when i mount my camera i do a mount /dev/sda1 /mnt/usbstick, so i think it starts at sda1 ( 'sda' i think is the SCSI disks device names too).
Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux
Offline
I dont know if this is of any use to you, but when i mount my camera i do a mount /dev/sda1 /mnt/usbstick, so i think it starts at sda1 ( 'sda' i think is the SCSI disks device names too).
How would I get the SCSI devices? I show none in my dev list.
Offline
You need to plug something in to have for example /dev/sda1, don't you (they are created dynamically) ? :-)
Nexist, what do you want to know ? If you are using udev look in /etc/udev/rules.d/udev.rules to know what is where in /dev.
If you just want to know if your usb ports are recognized and working browse dmesg output. It should print something about usb ports when you load your usb module (at least one of the ehci_hcd, uhci_hcd, ohci_hcd). For example:
ehci_hcd 0000:02:05.2: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:02:05.2: irq 5, pci mem 0xde002000
ehci_hcd 0000:02:05.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:02:05.2: USB 2.0 initialized, EHCI 0.95, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
Offline
You can find the stuff in /sys/bus/usb/devices/ or /proc/bus/usb/, but as lanrat said, you really need to connect some device to it before it shows up in /dev/.
Offline
You need to plug something in to have for example /dev/sda1, don't you (they are created dynamically) ? :-)
Nexist, what do you want to know ? If you are using udev look in /etc/udev/rules.d/udev.rules to know what is where in /dev.
If you just want to know if your usb ports are recognized and working browse dmesg output. It should print something about usb ports when you load your usb module (at least one of the ehci_hcd, uhci_hcd, ohci_hcd). For example:
ehci_hcd 0000:02:05.2: VIA Technologies, Inc. USB 2.0 ehci_hcd 0000:02:05.2: irq 5, pci mem 0xde002000 ehci_hcd 0000:02:05.2: new USB bus registered, assigned bus number 1 ehci_hcd 0000:02:05.2: USB 2.0 initialized, EHCI 0.95, driver 10 Dec 2004 hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected
I have to run to my parents house, but I have no SDA devices, even with my iomega SuperDVD plugged in, nor does one appear when I plug in the Palm Pilot. However, I am using a USB mouse just fine -- and yet there is no SDA device for that either.
How do I check the dmesg log. Also, I just thought of something when I boot up there is an error loading the Hot Plug module. If these are created dynamically, that module might be responsible for that....
Offline
sda devices are for usb-storage devices only
and nexist, to check dmesg, type "dmesg" and hit enter....
also, the hotplug daemon (the one started on boot) has nothing to do with pluggable devices....
Offline
I have four USB ports, all of which work under Windows
as what ? what have you plugged into them ?
try here for usb clues
Offline
sda devices are for usb-storage devices only
and nexist, to check dmesg, type "dmesg" and hit enter....
also, the hotplug daemon (the one started on boot) has nothing to do with pluggable devices....
Thank you. However, one of the USB devices is a IOMEGA SuperDVD, now I have done nothing to configure drivers for it, so that may be why I do not see it, but what would a Palm device look like in /dev?
(thank you very much for the dmesg command, and the info ont he hotplug deamon)
Offline
I have four USB ports, all of which work under Windows
as what ? what have you plugged into them ?
try here for usb clues
I have an Iomega SuperDVD & a Palm Pilot (& a mouse, which works) plugged into various USB ports.
The links were less than useful, two were unrelated, one said delete me & the fourth started out with telling me to look at the SDA devices, or whatever the correct mapping is -- somethign which I have no idea.
I did an ls -laF and this time I saw a /dev/pilot symlinked to a /dev/tts/USB1
However KPilot is not detectign my device. It looks like the mystery is semi solved, I am getting the device, it jsut isn't working (I guess by the time I looked, the pilot had shut off, and I did not realize they were dynamic).
Now to try & trouble shoot the problem with kpilot......
Offline
I lost my sda* devices after the recent udev upgrade to 058. I rolled back to 057 and got them back.
Offline
nexist , at least your part way there
pls feed back on the (k)pilot. im having to checkout PocketPC stuff. wouldnt mind a comparison. Thx
Offline
Did you post a bug report? Problems with udev are crutial to be fixed. Without a bug report, maintainers can't fix the problem.
Offline