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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-06-2003, 08:01 PM
|
#16
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
ovf,
No, I edited /etc/sysconfig/gpm and voila no more gpm error messages, now no response from mouse......
|
|
|
08-13-2003, 09:18 PM
|
#17
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
Can somebody out there please hhhhhheeeeellllllllpppp!!!!!.
|
|
|
08-14-2003, 05:49 AM
|
#18
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
So far my XF86Config reads ;
Section "InputDevice"
Identifier "Mouse0"
Driver "Mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
Also /etc/sysconfig/mouse reads ;
FULLNAME = "Microsoft - Intellimouse (PS/2)"
MOUSETYPE = "ps2"
XEMU3 = "yes"
XMOUSETYPE = "PS/2"
DEVICE = /dev/input/mice"
and /etc/sysconfig/gpm reads ;
OPTIONS = " "
DEVICE = "/dev/input/mice"
This is the only combination that would load X windows, but mouse is still frozen.
Could someone please help!!!!. I'm at my wits end............
|
|
|
08-14-2003, 06:07 PM
|
#19
|
Member
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100
Rep:
|
I think X works with that config because your having trouble with your psaux port and the config is trying to use the mouse on the USB port. So your avoiding the psaux problem but have no mouse. The only things I can think of would be to change the device in your x config file back to /dev/psaux and see if you can disable the psaux port and/or plug-and-play in the BIOS.
Here's the XF86Config file from my rh9 installation.
Code:
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
# Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Samsung SyncMaster 700IFT (CSH780B*)"
DisplaySize 320 240
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "tdfx"
VendorName "Videocard vendor"
BoardName "Voodoo3 (generic)"
VideoRam 16384
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
And here's my /etc/sysconfig/mouse:
FULLNAME="Logitech - MouseMan+/FirstMouse+ (PS/2)"
MOUSETYPE="ps/2"
XEMU3="no"
XMOUSETYPE="MouseManPlusPS/2"
DEVICE=/dev/psaux
What's in your /proc/interrupts file? Here's mine.
Code:
CPU0
0: 63489 XT-PIC timer
1: 221 XT-PIC keyboard
2: 0 XT-PIC cascade
4: 49715 XT-PIC serial
8: 1 XT-PIC rtc
9: 33 XT-PIC usb-uhci
12: 14857 XT-PIC PS/2 Mouse
14: 13915 XT-PIC ide0
15: 17590 XT-PIC ide1
NMI: 0
ERR: 0
Last edited by ovf; 08-14-2003 at 10:18 PM.
|
|
|
08-15-2003, 07:21 PM
|
#20
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
I've reverted to /dev/psaux and as expected the same gpm problems returns. Now how do I disable psaux ?, I can do the pNp in the BIOS, but for psaux I'm not sure.
Anyway my /proc/interrupts reads;
CPU0
0: 11789 XT-PIC timer
1: 88 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 1 XT-PIC rtc
10: 7 XT-PIC aic7xxx,usb-ohci
12: 28 XT-PIC NE2000
14: 5707 XT-PIC ide0
15: 16 XT-PIC ide1
NMI: 0
ERR: 0
|
|
|
08-15-2003, 07:32 PM
|
#21
|
Member
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100
Rep:
|
On my PC there's an option to directly disable psaux. I take it that's not an option on your's and disabling pnp didn't help. What device is xt-pic-ne2000? It's using the interrupt line that my pc uses for psaux.
|
|
|
08-15-2003, 07:33 PM
|
#22
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
Ovf,
This is my /proc/interrupts
CPU0
0: 11789 XT-PIC timer
1: 88 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 1 XT-PIC rtc
10: 7 XT-PIC aic7xxx,usb-ohci
12: 28 XT-PIC NE2000
14: 5707 XT-PIC ide0
15: 16 XT-PIC ide1
NMI: 0
ERR: 0

|
|
|
08-15-2003, 07:34 PM
|
#23
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
NE2000 is my network card...
|
|
|
08-15-2003, 08:39 PM
|
#24
|
Member
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100
Rep:
|
I think this is an interrupt conflict. I've been searching the web for "psaux irq" and have seen some similar problems. Have you tried taking out the network card to see if the mouse works?
|
|
|
08-17-2003, 06:03 PM
|
#25
|
LQ Newbie
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15
Original Poster
Rep:
|
ovf,
You're the man!!!!. Mouse now works fine. However I've got to get my network card in later, I'm building a network for my whole household.
|
|
|
08-17-2003, 06:23 PM
|
#26
|
Member
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100
Rep:
|
That's great news! I've had my fingers crossed since my last post A few things you could try for your network card are:
- see if there are junpers on the module that will allow you to use a different interrupt.
- try a different slot
- try reserving irq12 in the bios
- try loading the network module with irq=<whateverisfree> I've never done this but I think it's done through /etc/modules.conf file.
|
|
|
All times are GMT -5. The time now is 01:02 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|