LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   [Kernel Config] what should I enable mounting of usb devices (https://www.linuxquestions.org/questions/ubuntu-63/%5Bkernel-config%5D-what-should-i-enable-mounting-of-usb-devices-401142/)

Angelus 01-09-2006 06:06 AM

[Kernel Config] what should I enable mounting of usb devices
 
Well I have problem to mount usb devices with my own made kernel...
When I plug my Lacie 250gb USB2 Hdd I see in dmesg this:

Code:

usb 1-4: new high speed USB device using ehci_hcd and address 4
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
  Vendor: Maxtor    Model: 6L250R0          Rev: BAH4
  Type:  Direct-Access                      ANSI SCSI revision: 02
usb-storage: device scan complete

But I can't see that device in fdisk -l and so can't mount it.


Here's my kernel config http://pastebin.com/497632


I'm using Kubuntu Breezy with Acer 5024WLMI (powered by: ATI IXP & X700 128mb + AMD Turion 64 ML-34 1.8GHz 1mb cache)

Razze 01-09-2006 07:27 AM

Hello!

I believe you also need the following SCSI settings:
Code:

CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_SG=m

At least I have them enabled, and have usb mass storage working.

Good luck

Angelus 01-27-2006 08:38 AM

Well I have enabled those, as integrated to kernel. No go still :(


All times are GMT -5. The time now is 06:53 AM.