You are not logged in.

#1 2008-01-23 18:20:13

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

usb mouse and other usb devices

I have a logitech mouse. It works fine but when I connect my mp3 player or cell phone, they don't work.
I rebooted with these devices connected and the mouse would freeze or just doesn't work.

fstab:

#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
tmpfs                  /tmp          tmpfs     defaults            0      0
usbfs                  /proc/bus/usb usbfs     auto,defaults            0      0
none                   /mnt/ramfs   tmpfs  defaults                0      0

# /dev/cdrom             /mnt/cd   auto      ro,user,noauto,unhide   0      0
/dev/dvd               /mnt/dvd  udf,iso9660      ro,user,noauto,unhide   0      0
/dev/fd0               /mnt/fl   auto      user,noauto             0      0
/dev/sdb1              /mnt/usbdrive   vfat noauto,user,noexec,nodev,nosuid    0 0

/dev/hda3              / ext3 defaults,noatime 0 1
/dev/hda1              /boot ext2 defaults 0 1
/dev/hda2               swap swap defaults 0 0
/dev/hdd1              /mnt/hdd1    ext3    defaults    1 2

is something messed up or something that I'm missing?

Last edited by funkmuscle (2008-01-23 18:21:08)

Offline

#2 2008-01-24 09:33:33

mico
Member
From: Slovenia
Registered: 2004-02-08
Posts: 247

Re: usb mouse and other usb devices

I don't have usbfs mounted. It is also not in the default /etc/fstab from the filesystem package. I had it in fstab a year or 2 years ago and in my case everything worked fine with or without it. You could comment out usbfs and reboot, see if it works.

EDIT: it is mounted automatically anyway, so it probably won't make a difference. Sorry, I don't know what else to suggest...

Last edited by mico (2008-01-24 09:35:37)

Offline

#3 2008-01-24 15:27:03

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: usb mouse and other usb devices

no probs. will try you suggestions.
I'm thinking it's irq or some kinda shared thing on the computer..

Offline

Board footer

Powered by FluxBB