Results 1 to 10 of 15
I have Slack 11 with kernel 2.6.21 and I tried plugging in a usb memory stick and it doesn't open?
I like to know how to configure it to open ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-05-2007 #1Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
USB memery strick not opening?
I have Slack 11 with kernel 2.6.21 and I tried plugging in a usb memory stick and it doesn't open?
I like to know how to configure it to open when plugged in.
Thanks in advance. fvs
- 06-06-2007 #2
- 06-06-2007 #3
Fisrt you are using Kernel 2.6.21, how did you configure this kernel ? did you enable all the usb device support for it,and are you are using the udev ? please provide more information because i'm using the same kernel but never had any problem with also dbus and hal enabled for automoting all the usb devices.
Linux is not only an operating system, it's a philosophy.
Archost.
- 06-06-2007 #4Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Downloaded Kernel 2.6.21 and Kernel-modules from Slackware.com/packages and installed them with pkgtool.
Not sure about enabling all the usbdevices for it?
Not sure about udev?
Thanks for reply.
- 06-07-2007 #5
No if it's from the slackware current so that's ok,
make sure about your udev go to /etc/rc.d and do the following
chmod +x rc.udev
chmod -x rc.hotplug
restart and you plug the device something new should appear in /dev most likely sda1 or hda1 try to mount it.Linux is not only an operating system, it's a philosophy.
Archost.
- 06-07-2007 #6Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Tried the above no results yet, Check to see if my fstab is right,
/dev/sda1 / reiserfs defaults 1 1
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
/dev/dvd /mnt/dvd auto noauto,user,rw 0 0
/dev/cdrom /mnt/cdrom auto noauto,user,ro 0 0
/dev/sda1 /mnt/usb auto noauto,user,rw 0 0
/dev/sda1 /mnt/memory auto users,rw 0 0
I think some how that it's not right? Thanks.
- 06-07-2007 #7
When you try to mount it what did you get as an output ? i think it's not sda1 since the sda1 it's your / reiserfs root partition
Linux is not only an operating system, it's a philosophy.
Archost.
- 06-07-2007 #8Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
I tried to
root@frank:~# dmesg
nd.
Intel ISA PCIC probe: not found.
ntel ISA PCIC probe: not found.
Intel ISA PCIC probe: not found.
Intel ISA PCIC probe: not found.
Intel ISA PCIC probe: not found.
Iroot@frank:~# lsmod
Module Size Used by
i82365 23136 1
usblp 11392 0
- 06-07-2007 #9Linux is not only an operating system, it's a philosophy.
Archost.
- 06-07-2007 #10Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
root@frank:~# mount /dev/memory
mount: can't find /dev/memory in /etc/fstab or /etc/mtab
root@frank:~#


Reply With Quote

