Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Usb-Stick (2.6 Kernel)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
haschka
n00b
n00b


Joined: 31 Jul 2003
Posts: 10

PostPosted: Tue Jul 27, 2004 9:24 am    Post subject: Usb-Stick (2.6 Kernel) Reply with quote

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
View user's profile Send private message
blaster999
l33t
l33t


Joined: 09 May 2004
Posts: 902
Location: Between keyboard and chair

PostPosted: Tue Jul 27, 2004 9:31 am    Post subject: Reply with quote

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
View user's profile Send private message
haschka
n00b
n00b


Joined: 31 Jul 2003
Posts: 10

PostPosted: Tue Jul 27, 2004 9:54 am    Post subject: Reply with quote

Jup I do have hotplug started.. It doesn't help..
Back to top
View user's profile Send private message
BigMadF
n00b
n00b


Joined: 27 Jul 2004
Posts: 7

PostPosted: Tue Jul 27, 2004 12:03 pm    Post subject: Reply with quote

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
View user's profile Send private message
haschka
n00b
n00b


Joined: 31 Jul 2003
Posts: 10

PostPosted: Wed Jul 28, 2004 7:38 am    Post subject: Reply with quote

Still doesn't work..

There are no file or directories within /dev/scsi
Back to top
View user's profile Send private message
BigMadF
n00b
n00b


Joined: 27 Jul 2004
Posts: 7

PostPosted: Wed Jul 28, 2004 8:17 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum