Results 1 to 10 of 10
Hello,
I have little problem with Slackware 10. Running 2.6.9 kernel on laptop. I can't see any usb drives such as sda1 (on SuSe, Mandrake there weren't any problems). I've ...
- 12-29-2004 #1Just Joined!
- Join Date
- Dec 2004
- Location
- Vilnius
- Posts
- 10
problems with USB key
Hello,
I have little problem with Slackware 10. Running 2.6.9 kernel on laptop. I can't see any usb drives such as sda1 (on SuSe, Mandrake there weren't any problems). I've been trying to configure kernel, but all my efforts seems hopeless. What should I do (check) to make my usb drive work
- 12-29-2004 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
well..
is it detected
does any other Usb device work
did you try to mount the device
...
Please post what you've try so far, also post the answer to the question,...\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-29-2004 #3Just Joined!
- Join Date
- Dec 2004
- Location
- Vilnius
- Posts
- 10
No it is not detected.
I've been trying to install different drivers (sorted by models).
and why should I mount, if I can't see any usb drives?!..
that's the problem (on SuSE I had no complaint).
- 12-29-2004 #4Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
if you run
does it ouput anything in the like of sd*?Code:dmesg
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-30-2004 #5Just Joined!
- Join Date
- Dec 2004
- Location
- Vilnius
- Posts
- 10
hm, related:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
...
USB Universal Host Controller Interface driver 2.2
...
usbcore: registered new driver usblp
strange isn't it?
Nothing with sd*
- 12-30-2004 #6Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
well since you do have the usb driver laoded, the kernel is probly out of question...
...
I have to go... but here's a link I just got accross, to support your problem
, and it might get you right on track,...
Hope it helps\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-30-2004 #7Just Joined!
- Join Date
- Dec 2004
- Location
- Vilnius
- Posts
- 10
thanks for the stuff, I'll keep working on it.
- 12-30-2004 #8Just Joined!
- Join Date
- Dec 2004
- Location
- Vilnius
- Posts
- 10
At last, it is working. Problems with hotplug
and kernel configuration (USB Mass Storage Support).
- 12-30-2004 #9Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Can you post the exact thing you've done please. Since other might have the same issue, it would be nice to have a written solution
Thanks in advance
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-30-2004 #10Just Joined!
- Join Date
- Dec 2004
- Location
- Vilnius
- Posts
- 10
First, compiling the kernel:
Find "Device drivers" > "USB Support".Code:cd /usr/src/linux-2.*.* make menuconfig
My config:
<*> Support for Host-side USB[*] USB verbose debug messages
<*> EHCI HCD (USB 2.0) support
<*> UHCI HCD (most Intel and VIA) support
<*> USB Mass Storage support[*] USB Mass Storage verbose debug
then save .config and:
rebootCode:make && make modules_install
If hotplug isn't enabled, enable it:
"Setup">tick "hotplug">"OK" & "Yes"Code:pkgtool
Exit & reboot
Now You should see sda1 in /dev


Reply With Quote