LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 02-21-2004, 10:09 PM   #1
tuckerg76
LQ Newbie
 
Registered: Nov 2003
Distribution: Fedora
Posts: 19

Rep: Reputation: 0
Unhappy Unable to setup usbkey for use in fedora


I just got a usbkey and have been trying to use it in fedora. So far i haven't had any luck....here's what's been happening:

I start by typing
modprobe usb-storage

then i type
[root@localhost root]# lsmod|more
Module Size Used by Not tainted
usb-storage 76192 0 (unused)
audigy 79272 1 (autoclean)
ac97_codec 17192 0 (autoclean) [audigy]
sound 74292 0 (autoclean) [audigy]
soundcore 6468 7 (autoclean) [audigy sound]
sd_mod 13772 0 (autoclean) (unused)
parport_pc 19076 1 (autoclean)
lp 9060 0 (autoclean)
parport 37056 1 (autoclean) [parport_pc lp]
autofs 13364 0 (autoclean) (unused)
rfcomm 38016 0 (autoclean)
l2cap 19948 2 (autoclean) [rfcomm]
bluez 40324 1 (autoclean) [rfcomm l2cap]
ipt_REJECT 4344 1 (autoclean)
ipt_state 1080 1 (autoclean)
ip_conntrack 29256 1 (autoclean) [ipt_state]
iptable_filter 2444 1 (autoclean)
ip_tables 15776 3 [ipt_REJECT ipt_state iptable_filter]
floppy 58012 0 (autoclean)
sg 36492 0 (autoclean)
sr_mod 18168 0 (autoclean)
microcode 4700 0 (autoclean)
ide-scsi 12208 0
scsi_mod 108168 4 [usb-storage sd_mod sg sr_mod ide-scsi]
ide-cd 35776 0
cdrom 33728 0 [sr_mod ide-cd]
ohci1394 29160 0 (unused)
ieee1394 204676 0 [ohci1394]
keybdev 2976 0 (unused)
hid 24708 0 (unused)
ehci-hcd 20264 0 (unused)
usb-uhci 26380 0 (unused)
usbcore 79168 1 [usb-storage hid ehci-hcd usb-uhci]
thermal 8224 0 (unused)
processor 10712 0 [thermal]
fan 2496 0 (unused)
button 3692 0 (unused)
battery 7072 0 (unused)
asus_acpi 9820 0 (unused)
ac 2752 0 (unused)
mousedev 5556 1 (autoclean)
input 5888 0 (autoclean) [keybdev hid mousedev]
ext3 71300 2
jbd 52084 2 [ext3]
[root@localhost root]#

Afterwards i edit my fstab file by adding the line
/dev/sda1 /mnt/usbstick vfat user,noauto,umask=0 0 0

At this point i type the tail command and get the following output.
tail -s 3 /var/log/messages
Feb 21 23:30:55 localhost gconfd (root-4682): Resolved address "xml:readwrite:/root/.gconf" to a writable config source at position 1
Feb 21 23:30:55 localhost gconfd (root-4682): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only config source at position 2
Feb 21 23:30:59 localhost xinetd[4697]: warning: can't get client address: Transport endpoint is not connected
Feb 21 23:31:08 localhost kernel: Creative EMU10K1 PCI Audio Driver, version 0.19a, 15:51:02 Oct 29 2003
Feb 21 23:31:08 localhost kernel: emu10k1: Audigy rev 4 model 0x1007 found, IO at 0xdf00-0xdf3f, IRQ 5
Feb 21 23:31:08 localhost kernel: ac97_codec: AC97 Audio codec, id: 0x8384:0x7609 (SigmaTel STAC9721/23)
Feb 21 23:31:09 localhost modprobe: modprobe: Can't locate module sound-service-0-0
Feb 21 23:33:11 localhost kernel: Initializing USB Mass Storage driver...
Feb 21 23:33:11 localhost kernel: usb.c: registered new driver usb-storage
Feb 21 23:33:11 localhost kernel: USB Mass Storage support registered.

Now i should be able to plug the drive into the port and it should be up and running. Instead here's what i get when i plug it in and type the tail command again:
[root@localhost root]# tail -s 3 /var/log/messages
Feb 21 23:31:08 localhost kernel: emu10k1: Audigy rev 4 model 0x1007 found, IO at 0xdf00-0xdf3f, IRQ 5
Feb 21 23:31:08 localhost kernel: ac97_codec: AC97 Audio codec, id: 0x8384:0x7609 (SigmaTel STAC9721/23)
Feb 21 23:31:09 localhost modprobe: modprobe: Can't locate module sound-service-0-0
Feb 21 23:33:11 localhost kernel: Initializing USB Mass Storage driver...
Feb 21 23:33:11 localhost kernel: usb.c: registered new driver usb-storage
Feb 21 23:33:11 localhost kernel: USB Mass Storage support registered.
Feb 21 23:51:26 localhost kernel: hub.c: new USB device 00:1d.7-7, assigned address 2
Feb 21 23:51:26 localhost kernel: usb.c: USB device not accepting new address=2 (error=-71)
Feb 21 23:51:26 localhost kernel: hub.c: new USB device 00:1d.7-7, assigned address 3
Feb 21 23:51:26 localhost kernel: usb.c: USB device not accepting new address=3 (error=-71)

Despite this, i tried accessing the key through right clicking in gnome desktop, and i got an error message telling that line 10 in my fstab file was bad (that's the line i added).

I've also run fdisk -l and lsusb -v. fdisk just provided info on my hard drive partitions (nothing regarding usb) and lsusb -v gave ALOT of info, which i am not including because this post is already monstrously long. If anyone can help me here, it would be greatly appreciated

Last edited by tuckerg76; 02-22-2004 at 10:57 PM.
 
Old 02-24-2004, 11:45 AM   #2
tuckerg76
LQ Newbie
 
Registered: Nov 2003
Distribution: Fedora
Posts: 19

Original Poster
Rep: Reputation: 0
Problem with usbkey setup solved

I don't know why, but typing
rmmod echi-hcd

did the trick, the key works beautifully now
 
Old 03-23-2004, 02:23 AM   #3
Jimmy_C
LQ Newbie
 
Registered: Dec 2003
Location: Pittsburgh, Pennsylvania, United States of America
Distribution: Fedora Core 1
Posts: 3

Rep: Reputation: 0
Why did you think of that?

Why did you think of doing that?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
automounting usbkey using udev bbenn Linux - Software 0 10-04-2005 04:16 AM
zipslack & usbkey eno_on Linux - General 1 01-08-2005 11:23 PM
Usbkey Lobais Linux - Hardware 3 09-28-2004 08:28 AM
Cannot install fedora core 1 or core 2: Initial setup crashes: "Unable to mount root" ovelasco Linux - Newbie 10 07-15-2004 07:19 PM
Unable to setup my fedora and ADSL modem Shoel Fedora 4 05-03-2004 12:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration