Matej Kosik wrote: > shire:/home/kosik# cat /dev/sda > cat: /dev/sda: No such device or address
Now why would you do that ? It'll make your pager ('cat', in this instance) go bonkers! CTRL+C to stop it > shire:/home/kosik# fdisk /dev/sda > Unable to open /dev/sda As a typical $User, you won't have permissions $ sudo fdisk -l /dev/sda (try these also; replace 'sda' with 'sdb' or 'sdc' -- and try '/dev/sda1', 'sdb1' etc.... (no quotes)) > so something with the /dev/sda is wrong. Not the mount point (I could > create it and update /etc/fstab, but if the device does not work, I will > not have luck). Yep > I have tried booting Knoppix (3.6) Live CD I had around for testing > purposes. I have chosen it because it is plug-and-play distribution just > to see if the /dev/sda device works there. Good choice - smart...have you tried the boot option 'Linux26' at the Boot: prompt for Knoppix 3.6? The default is the 2.4 kernel on version 3.6, which has diff support than 2.6 for USB. Try a newer Knoppix version, though it does sound like either it's the fault of the actual USB device, or the Mobo/BIOS settings are wrong, or the hardware's fried...(hopefully not ;-)) > No --- it does not. boohoo - I'm at a loss > Maybe the > hardware stopped working but that is suspicious (after reinstalling the > system). I give up. Thank you for your help. * Did you make sure ANY usb device can/does work ? * Did you alter your BIOS settings, such that you Disabled the USB ports? * Check that you didn't knock off (loosen) any internal USB header wires (inside the case) from the mobo....and/or their corresponding case connectors. * How many USB ports do you have? * Tried them all ? Check your various /var/log/ files $ less /var/log/messages As another suggests; Check your dmesg output $ dmesg | grep -i usb $ dmesg | grep -i sd $ dmesg | grep -i scsi $ dmesg | grep -i hd Regards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]