View previous topic :: View next topic |
Author |
Message |
haschka n00b
Joined: 31 Jul 2003 Posts: 10
|
Posted: Tue Jul 27, 2004 9:24 am Post subject: Usb-Stick (2.6 Kernel) |
|
|
I do hab problems getting a usbstick to work..
/var/log/messages gives me the following
Code: | Jul 27 13:19:00 localhost kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Jul 27 13:19:00 localhost kernel: Vendor: IBM Model: Memory Key Rev: 3.52
Jul 27 13:19:00 localhost kernel: Type: Direct-Access ANSI SCSI revision: 02
Jul 27 13:19:01 localhost scsi.agent[7377]: disk at /devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/host2/2:0:0:0
|
I do not find a device for my usbstick within /dev |
|
Back to top |
|
|
blaster999 l33t
Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Tue Jul 27, 2004 9:31 am Post subject: |
|
|
Do you have hotplug started? If the device is detected by it, it will be shown as a SCSI device (ex. sda1). _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
|
haschka n00b
Joined: 31 Jul 2003 Posts: 10
|
Posted: Tue Jul 27, 2004 9:54 am Post subject: |
|
|
Jup I do have hotplug started.. It doesn't help.. |
|
Back to top |
|
|
BigMadF n00b
Joined: 27 Jul 2004 Posts: 7
|
Posted: Tue Jul 27, 2004 12:03 pm Post subject: |
|
|
try to mount with the following command
Code: | mount /dev/scsi/host2/bus0/target0/lun0/part1 /mnt/usb |
Just Probe the devices with [tab] _________________ Don't be afraid of what you are going to find out by walking your desired way. |
|
Back to top |
|
|
haschka n00b
Joined: 31 Jul 2003 Posts: 10
|
Posted: Wed Jul 28, 2004 7:38 am Post subject: |
|
|
Still doesn't work..
There are no file or directories within /dev/scsi |
|
Back to top |
|
|
BigMadF n00b
Joined: 27 Jul 2004 Posts: 7
|
Posted: Wed Jul 28, 2004 8:17 am Post subject: |
|
|
Please go to your Kernel Config and post the lines following Code: | # SCSI device support |
Make Sure you have enabled the following:
Code: | CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
CONFIG_BLK_DEV_SD=y
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_MULTI_LUN=y
|
Make also sure you have enabled the following in your Kernel .config
Code: | CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_STORAGE=y
|
hope this helps...
This is how I basically configured my Kernel concerning USB....
Give it a try...
I am running gentoo-dev-sources-2.6.7r11 by the way and everything working on my Asus S5200N Subnotebook _________________ Don't be afraid of what you are going to find out by walking your desired way. |
|
Back to top |
|
|
|