Fairly recent SuSE 9.0 Pro install, Asus A7V8X motherboard, Athlon 2400+ CPU. The motherboard has six USB2.0 ports and three firewire ports. I'm having trouble with most, but not all, USB devices. I have a Dazzle multiformat card which works with CF cards but not SD cards, which is what I really want. I also have a Sandisk Cruzer 256MN USB thumb drive, and a external USB2.0 IDE enclosure. Both devices work on a Red Hat 9 box I have, and under Windows. The strange thing is that the devices are seen on the USB bus, but I can't access them, no matter how I try. The relevant section of /proc/bus/usb is: C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=256ms T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=0781 ProdID=8185 Rev= 1.25 S: Manufacturer=SanDisk Corporation S: Product=Cruzer Mini S: SerialNumber=000182341 The output of lsusb is: Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 002 Device 002: ID 051d:0002 American Power Conversion Back-UPS Pro 500 Bus 001 Device 001: ID 0000:0000 Bus 001 Device 002: ID 0781:8185 SanDisk Corp. However, if I try "fdisk -l /dev/sda", or "cdrecord -scanbus", or "mount /dev/ sda1", those programs just hang indefinitely. I can't kill -9 it, but if I kill -9 the shell, it dies. I've STFW and seen references to USB problems due to IRQ problems. cat /proc/interrupts CPU0 0: 86658338 XT-PIC timer 1: 30031 XT-PIC keyboard 2: 0 XT-PIC cascade 8: 2 XT-PIC rtc 9: 259461 XT-PIC acpi, DE450-TA (eth0), ehci_hcd, usb-uhci, usb-uhci, usb-uhci 10: 2236 XT-PIC eth1, ohci1394 11: 7332626 XT-PIC EMU10K1, radeon@PCI:1:0:0 12: 388710 XT-PIC PS/2 Mouse 14: 1364913 XT-PIC ide0 15: 269 XT-PIC ide1 NMI: 0 LOC: 0 ERR: 422 MIS: 0 I've also tried turning off ACPI in grub, and disabling as much on-motherboard hardware as possible. I don't know why it says radeon@PCI:1:0:0, when my video card is a ATI AIW 7500 AGP card, though. Hope I gave enough information/ ---------------------------------------------------------------------------- DDDD David Kramer david@thekramers.net http://thekramers.net DK KD DKK D Shop smart! Shop S-Mart DK KD DDDD
On 12/26/2003 02:30 PM, David Kramer wrote:
Fairly recent SuSE 9.0 Pro install, Asus A7V8X motherboard, Athlon 2400+ CPU. The motherboard has six USB2.0 ports and three firewire ports.
I'm having trouble with most, but not all, USB devices. I have a Dazzle multiformat card which works with CF cards but not SD cards, which is what I really want.
By multiformat I assume you mean multiple slots. I use a 6-1 card reader.
However, if I try "fdisk -l /dev/sda", or "cdrecord -scanbus", or "mount /dev/ sda1", those programs just hang indefinitely. I can't kill -9 it, but if I kill -9 the shell, it dies.
Try fdisk -l without specifying /dev/sda. My Smartmedia card comes up as sdb1, so I assume each slot would be sdX, not all a. This would explain the hanging, as it tries to read sda when it is empty.
I've also tried turning off ACPI in grub,
Since it seems to be a rather new mainboard, I would think acpi should work properly.
and disabling as much on-motherboard hardware as possible. I don't know why it says radeon@PCI:1:0:0, when my video card is a ATI AIW 7500 AGP card, though.
I believe the 7500 loads the radeon module. There is no AIW module. The radeon module handles the display. -- Joe Morris New Tribes Mission Email Address: Joe_Morris@ntm.org Web Address: http://www.mydestiny.net/~joe_morris Registered Linux user 231871 God said, I AM that I AM. I say, by the grace of God, I am what I am.
On Friday 26 December 2003 3:30 am, Joe Morris (NTM) wrote:
On 12/26/2003 02:30 PM, David Kramer wrote:
Fairly recent SuSE 9.0 Pro install, Asus A7V8X motherboard, Athlon 2400+ CPU. The motherboard has six USB2.0 ports and three firewire ports.
I'm having trouble with most, but not all, USB devices. I have a Dazzle multiformat card which works with CF cards but not SD cards, which is what I really want.
By multiformat I assume you mean multiple slots. I use a 6-1 card reader.
Yes. CF, SD, MMC, etc.
However, if I try "fdisk -l /dev/sda", or "cdrecord -scanbus", or "mount /dev/ sda1", those programs just hang indefinitely. I can't kill -9 it, but if I kill -9 the shell, it dies.
Try fdisk -l without specifying /dev/sda. My Smartmedia card comes up as sdb1, so I assume each slot would be sdX, not all a. This would explain the hanging, as it tries to read sda when it is empty.
Same thing. Also tried parted, which just hangs, too.
I've also tried turning off ACPI in grub,
Since it seems to be a rather new mainboard, I would think acpi should work properly.
Quite new.
and disabling as much on-motherboard hardware as possible. I don't know why it says radeon@PCI:1:0:0, when my video card is a ATI AIW 7500 AGP card, though.
I believe the 7500 loads the radeon module. There is no AIW module. The radeon module handles the display.
I wasn't surprised there was a Radeonm modile loaded, I was surprised to see "PCI" on that line, since it's an AGP card. Am I safe to assume, this would NOT be covered by SuSE's support, even though this motherboard is in their database as fully-supported? -- DDDD DK KD An optimist thinks the glass is half full. DKK D A pessimist thinks a glass is half empty. DK KD The software engineer thinks the glass is twice as big DDDD as it needs to be. Colin Walls
On Saturday 27 December 2003 7:27 pm, David Kramer wrote:
On Friday 26 December 2003 3:30 am, Joe Morris (NTM) wrote:
On 12/26/2003 02:30 PM, David Kramer wrote:
Fairly recent SuSE 9.0 Pro install, Asus A7V8X motherboard, Athlon 2400+ CPU. The motherboard has six USB2.0 ports and three firewire ports.
I'm having trouble with most, but not all, USB devices. I have a Dazzle multiformat card which works with CF cards but not SD cards, which is what I really want.
However, if I try "fdisk -l /dev/sda", or "cdrecord -scanbus", or "mount /dev/ sda1", those programs just hang indefinitely. I can't kill -9 it, but if I kill -9 the shell, it dies.
Try fdisk -l without specifying /dev/sda. My Smartmedia card comes up as sdb1, so I assume each slot would be sdX, not all a. This would explain the hanging, as it tries to read sda when it is empty.
Same thing. Also tried parted, which just hangs, too.
I tried something new, to see if it would work: I unplugged all USB devices, even my UPS, stopped apcupsd, and tried fdisk -l and cdrecord -scanbus. Both still hung, even with no USB devices. Very curious. I'm willing to do any legwork I can, but I could use some pointers on where to look. Next I'm going to try unloading and loading the USB modules, but I'm not sure if that's a good idea or not. ------------------------------------------------------------------- DDDD David Kramer http://thekramers.net DK KD -o) -o) DKK D /\\ Geeky By Nature /\\ DK KD _\_v_ _\_v_ DDDD ---- Linux By Choice ----
participants (2)
-
David Kramer
-
Joe Morris (NTM)