LinuxQuestions.org
Help answer threads with 0 replies.
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 08-06-2003, 08:01 PM   #16
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0

ovf,
No, I edited /etc/sysconfig/gpm and voila no more gpm error messages, now no response from mouse......
 
Old 08-13-2003, 09:18 PM   #17
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0
Can somebody out there please hhhhhheeeeellllllllpppp!!!!!.
 
Old 08-14-2003, 05:49 AM   #18
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0
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............
 
Old 08-14-2003, 06:07 PM   #19
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
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.
 
Old 08-15-2003, 07:21 PM   #20
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0
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
 
Old 08-15-2003, 07:32 PM   #21
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
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.
 
Old 08-15-2003, 07:33 PM   #22
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0
Question

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

 
Old 08-15-2003, 07:34 PM   #23
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0
NE2000 is my network card...
 
Old 08-15-2003, 08:39 PM   #24
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
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?
 
Old 08-17-2003, 06:03 PM   #25
benue505
LQ Newbie
 
Registered: Jul 2003
Location: uk
Distribution: RHL 9.0
Posts: 15

Original Poster
Rep: Reputation: 0
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.
 
Old 08-17-2003, 06:23 PM   #26
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
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.
 
  


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
Alternative to using mouse in RHL Fedora rupak Linux - Hardware 6 01-18-2005 10:41 AM
apt on RHL 8 Gabriel2010 Linux - Newbie 2 08-17-2004 03:35 PM
RHL 6.2 compat libs for RHL 9? cw3bst3r Programming 0 01-30-2004 09:41 AM
linuxconf in RHL 8.0 samik_ban Linux - Newbie 7 09-02-2003 02:05 PM
Is RHL 7.2 better than 8.0? parthi4u Linux - Distributions 5 03-17-2003 12:59 AM

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

All times are GMT -5. The time now is 03:19 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