LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-09-2006, 04:59 PM   #1
ethereal9
LQ Newbie
 
Registered: Jul 2003
Location: Scotland
Distribution: Fedora Core 4
Posts: 26

Rep: Reputation: 15
usb mouse not working on laptop (fedora 6)


i have fedora core 6 installed on my toshiba satellite 1900.

the touchpad works fine but i am trying to get a usb mouse working - no success so far.

if anybody can offer any help or suggestions i would be very grateful.

i have had a look around the internet but haven't found anything that has been of any great help.

thanks

mark
 
Old 09-09-2006, 05:09 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Type /sbin/lsmod and post the results. Also post /etc/X11/xorg.conf. We can go in the right direction with these pieces of information, but with out these we can not help you.
 
Old 09-09-2006, 05:23 PM   #3
ethereal9
LQ Newbie
 
Registered: Jul 2003
Location: Scotland
Distribution: Fedora Core 4
Posts: 26

Original Poster
Rep: Reputation: 15
thanks for your reply elektro


/sbin/lsmod
Module Size Used by
autofs4 26004 2
hidp 24456 2
rfcomm 46760 0
l2cap 32400 10 hidp,rfcomm
bluetooth 59908 5 hidp,rfcomm,l2cap
sunrpc 162652 1
ip_conntrack_ftp 12144 0
ip_conntrack_netbios_ns 7168 0
ipt_REJECT 9600 1
iptable_filter 7296 1
ip_tables 17860 1 iptable_filter
xt_state 6400 18
ip_conntrack 58080 3 ip_conntrack_ftp,ip_conntrack_netbios_ns,xt_state
nfnetlink 11416 1 ip_conntrack
xt_tcpudp 7296 21
ip6table_filter 7040 1
ip6_tables 18884 1 ip6table_filter
x_tables 18708 5 ipt_REJECT,ip_tables,xt_state,xt_tcpudp,ip6_tables
acpi_cpufreq 12932 0
video 21508 0
sbs 20556 0
i2c_ec 9216 1 sbs
button 11152 0
battery 14596 0
asus_acpi 21144 0
ac 9476 0
radeon 112416 2
drm 74164 3 radeon
ipv6 270688 16
parport_pc 32036 0
lp 17512 0
parport 41448 2 parport_pc,lp
floppy 63876 0
joydev 13760 0
snd_intel8x0 37284 1
snd_seq_dummy 8068 0
snd_intel8x0m 21780 0
snd_ac97_codec 98616 2 snd_intel8x0,snd_intel8x0m
snd_ac97_bus 6656 1 snd_ac97_codec
snd_seq_oss 38288 0
snd_seq_midi_event 11912 1 snd_seq_oss
snd_seq 58328 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
pcspkr 7424 0
prism54 59548 0
snd_seq_device 12948 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 47008 0
snd_mixer_oss 21000 1 snd_pcm_oss
snd_pcm 81836 4 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss
ohci1394 39796 0
snd_timer 27548 2 snd_seq,snd_pcm
ieee1394 303496 1 ohci1394
i2c_i801 12172 0
serio_raw 11524 0
uhci_hcd 28308 0
snd 58692 12 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_timer
soundcore 14176 1 snd
i2c_core 26000 2 i2c_ec,i2c_i801
snd_page_alloc 14472 3 snd_intel8x0,snd_intel8x0m,snd_pcm
e100 41116 0
ide_cd 42912 0
cdrom 39328 1 ide_cd
mii 9728 1 e100
dm_snapshot 21844 0
dm_zero 6400 0
dm_mirror 34128 0
dm_mod 63160 8 dm_snapshot,dm_zero,dm_mirror
ext3 138296 2
jbd 63820 1 ext3

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "Module"
#Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
#Option "Device" "/dev/input/mouse2"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
EndSection
 
  


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
USB mouse on laptop not working Turner27 Fedora 1 09-09-2006 12:50 AM
USB Mouse Not Working on Fedora 5 jadwalters Linux - Hardware 5 04-21-2006 09:28 AM
laptop touchpad ok, USB mouse quits working PolarDog Linux - Laptop and Netbook 4 06-20-2005 09:35 PM
USB mouse not working on HP Pavillion ZV5000 series laptop. squiffles2 Linux - Hardware 15 06-14-2005 06:34 AM
USB Wireless Wheel Mouse on Laptop not working llinuxl Linux - Hardware 9 03-16-2004 05:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:33 AM.

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