LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-06-2005, 05:15 PM   #1
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Rep: Reputation: 0
I broke some things with kernel 2.6.10(Update: Check page 2)


So I successfully compiled the 2.6.10 kernel last night according to the sticky here. However, I seem to have broke some things in the process.

1) Firefox won't install on 2.6.10. I get a "Fatal error[-618]: Couldn't open xpistub library". I could find hardly any documentation on the firefox site for the linux version, strangely enough, and I couldn't really find any relavent information on here. So, I really don't know what to do. It installed fine before, when I installed it on the 2.4.x kernel.

2) Mozilla doesn't work for anyone but root. I don't know what's wrong since I don't recieve any sort of error message, but it just never runs when I click the shortcut. This wouldn't be a problem if I could use Firefox, but for now I'm stuck with Epiphany.

3) My Intellimouse Explorer buttons don't work anymore. all of my settings in xorg.conf are still the same, and I still have my xmodmap command in my .xinitrc file. Nothing changed on this end.

I'm sure there's probably more that I haven't noticed. Another thing, how do I check to see how many CPUs the kernel recognizes? I enabled SMP in my .config, and set max CPUs to 4 since I have dual Xeons w/ HT. I just want to make sure that they're all going.

I still have to install my Nvidia drivers, and setup Alsa, so I'll see how that goes. Anyway, thanks for your help all. This is my first time posting, but I've learned a lot previously reading.

Last edited by Ricochet; 02-04-2005 at 12:26 AM.
 
Old 01-06-2005, 05:20 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
I dont think your firefox problems are related see this thread.

For processor info look in /sys/devices/system/cpu and how many cpu's are listed.
 
Old 01-06-2005, 06:16 PM   #3
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks for the reply. I guess I was searching for the wrong thing regarding firefox. I found my fix in that other thread.

Thanks for the bit about the CPUs as well. It did indeed detect the 4 of them.
 
Old 01-06-2005, 08:12 PM   #4
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Original Poster
Rep: Reputation: 0
Okay, new problem... I can only start X as root. Otherwise, it crashes during loading, before it starts loading KDE. This is the error I receive, and is the final line of the Xorg.0.log file:

Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!

I don't know what this error means. I checked the directory, and it's there and the permissions on it are just the same as the rest of the font directories. I don't even know if this is my problem. Any ideas? I installed my Nvidia drivers as root. Maybe that was a mistake?
 
Old 01-06-2005, 10:43 PM   #5
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
I had that same exact error but I dont remember how I fixed it but I remember it had something to do with KDE or xorg.conf . Have you tried starting up another window manager other than KDE, like fluxbox or gnome?
 
Old 01-07-2005, 01:11 AM   #6
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Original Poster
Rep: Reputation: 0
I was using Gnome , but I really didn't like it so I switched back to KDE. I don't recall if I logged in with my user acct since then... Hmmm, I'll give that a shot. That fixed it. All I did was switch to Fluxbox on my user account then switch back to KDE and all is well.

Last edited by Ricochet; 01-07-2005 at 01:44 AM.
 
Old 01-13-2005, 10:51 PM   #7
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Original Poster
Rep: Reputation: 0
I've got everything running smoothly now with the exception of a few things. I need to figure out how to output my sound through the 7/8 channels on my card, as those use the high quality Wolfsen DAC. I have this setup easily through the drivers in windows, but can't figure it out in linux. I donno if reading this has a Chaintech AV-710 or another Envy24 based card setup this way, but if so any help is appreciated. I found an asound.state file that a guy from the headfi.com forums uploaded, but i get an error when I try to restore it.

Also, I still can't get my mouse working right. I didn't change anything in xorg.conf, but the buttons don't work anymore. Any ideas?
 
Old 01-13-2005, 11:16 PM   #8
kersten78
Member
 
Registered: Nov 2003
Location: Minneapolis, MN
Distribution: Slackware, Debian, Gentoo, openSuSE
Posts: 358

Rep: Reputation: 33
What is it that isn't working with your mouse? And could you post your mouse section of xorg.conf? As for the audio thing, I have no idea...sorry. Anyone else?
 
Old 01-13-2005, 11:33 PM   #9
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Original Poster
Rep: Reputation: 0
Sorry, my bad. I guess I forgot to post that part again. The scroll wheel and the side buttons don't work. They worked fine before the recompile. Here's that section from my xorg.conf file: I also have xmodmap -e "pointer = 1 2 3 6 7 4 5" in my .xinitrc fille.

Code:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option     "Protocol"      "Auto"

# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol"    "ExplorerPS/2"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"          "9600"
#    Option "SampleRate"        "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

    Option "Buttons" "7"
    Option "ZAxisMapping" "6 7"

EndSection
I didn't take all the commented lines out, because I thought it might be nice to look back on them to see what stuff does sometime.
 
Old 01-14-2005, 12:03 AM   #10
kersten78
Member
 
Registered: Nov 2003
Location: Minneapolis, MN
Distribution: Slackware, Debian, Gentoo, openSuSE
Posts: 358

Rep: Reputation: 33
Hm...that all looks right. Wierd. Sorry again man--no help. Anyone else?
 
Old 01-14-2005, 12:23 AM   #11
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
2.6.10 is still breaking stuff?

*Raises hand in disgust of the new development model*

2.4.27 for me. And 2.4.29 when it comes out.
 
Old 01-19-2005, 09:49 PM   #12
Ricochet
LQ Newbie
 
Registered: Jan 2005
Posts: 19

Original Poster
Rep: Reputation: 0
Bump... Does anyone have kernel 2.6.10 working with a 7 button mouse? I've been not using linux for the past few days because the problem is so annoying. I've been considering going back to 2.4.x, but it doesn't have native support for my SATA controller....
 
Old 01-19-2005, 11:38 PM   #13
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
Quote:
I've been considering going back to 2.4.x, but it doesn't have native support for my SATA controller....
2.4.28 does, I bet.
 
Old 01-20-2005, 12:45 PM   #14
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
I'm compiling 2.6.10 at the moment myself, So I'll let you know if the mouse works for me.. It does with 2.6.9

edit: Mouse works for me, I also have the similar options
Code:
Section "InputDevice"
 Identifier "Intellimouse Explorer"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ExplorerPS/2"
 Option  "Buttons"  "7"
 Option  "ZAxisMapping"  "6 7"
EndSection

Last edited by leonscape; 01-20-2005 at 01:55 PM.
 
Old 01-21-2005, 12:26 PM   #15
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
for some very odd reason, i had the same problem, and it even crashed my laptop big time with a blank screen everytime i startx ...

After reading /var/log/Xorg.0.log i noticed that it can't find /dev/mouse anymore
after searching through /dev , i noticed /dev/mouse doesn't exist anymore
checkout under /dev/input, its there, and it worked for me.
so just change your
Option "Device" "/dev/mouse"
to
Option "Device" "/dev/input/mouse0"

As for /dev/input/mice, i haven't tried that one yet, will do soon..
HTH
 
  


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
Kernel 2.6 broke mkfs ?! GDarkBladE Linux - Software 9 01-28-2005 09:29 AM
2.6 kernel broke rpm tektone Linux - Software 2 02-20-2004 01:10 PM
recent up2date broke some things jeff_powell Red Hat 0 11-15-2003 01:00 AM
I recompiled the kernel, and broke VESA... help? kleptophobiac Linux - Software 2 08-03-2003 12:30 PM
Recompiled kernel and broke RPM db? How? Pcghost Linux - General 6 07-11-2003 11:57 AM

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

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