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 07-04-2004, 11:16 AM   #1
Harp00
Member
 
Registered: Jun 2003
Location: Venice Italy
Distribution: Slackware 12.0 kernel 2.6.21.5
Posts: 284

Rep: Reputation: 30
Problems after kernel compiling


This is my problem. I compiled kernel 2.6 and i could not config it very well because i am a newbie, and i do not know all the preferencies of menuconfig.
Since i am gone back to 2.4.22 i have some little problems i can not fix.
First of all is my internet connection. It is very slow and if i click on its properties it is from 0 to 1 k per second.
What shoul it be?
Please help me.
 
Old 07-04-2004, 02:59 PM   #2
HuMJohn
Member
 
Registered: Jun 2004
Location: California - home of Slackware
Distribution: Slackware
Posts: 59

Rep: Reputation: 15
Sorry that you have not provided us with more information about your internet connection, like I will assume that it is on a dial-up modem.

Look at your /dev/ttyS* and see if they have the following permissions and ownerships. (Partial listing to follow

crw-rw---- 1 root uucp 4, 64 1994-07-17 16:48 /dev/ttyS0
crw-rw---- 1 root uucp 4, 65 1994-07-17 16:48 /dev/ttyS1
crw-rw---- 1 root uucp 4, 74 1994-07-17 16:31 /dev/ttyS10
crw-rw---- 1 root uucp 4, 75 1994-07-17 16:31 /dev/ttyS11
crw-rw---- 1 root uucp 4, 76 1994-07-17 16:31 /dev/ttyS12
crw-rw---- 1 root uucp 4, 77 1994-07-17 16:31 /dev/ttyS13
crw-rw---- 1 root uucp 4, 78 1994-07-17 16:31 /dev/ttyS14
crw-rw---- 1 root uucp 4, 79 1994-07-17 16:31 /dev/ttyS15
crw-rw---- 1 root uucp 4, 80 1994-07-17 16:31 /dev/ttyS16
crw-rw---- 1 root uucp 4, 81 1994-07-17 16:31 /dev/ttyS17
crw-rw---- 1 root uucp 4, 82 1994-07-17 16:31 /dev/ttyS18
crw-rw---- 1 root uucp 4, 83 1994-07-17 16:31 /dev/ttyS19
crw-rw---- 1 root uucp 4, 66 1994-07-17 16:48 /dev/ttyS2
crw-rw---- 1 root uucp 4, 84 1994-07-17 16:31 /dev/ttyS20
crw-rw---- 1 root uucp 4, 85 1994-07-17 16:31 /dev/ttyS21
crw-rw---- 1 root uucp 4, 86 1994-07-17 16:32 /dev/ttyS22
crw-rw---- 1 root uucp 4, 87 1994-07-17 16:32 /dev/ttyS23
crw-rw---- 1 root uucp 4, 88 1994-07-17 16:32 /dev/ttyS24
crw-rw---- 1 root uucp 4, 89 1994-07-17 16:32 /dev/ttyS25
crw-rw---- 1 root uucp 4, 90 1994-07-17 16:32 /dev/ttyS26
crw-rw---- 1 root uucp 4, 91 1994-07-17 16:32 /dev/ttyS27
crw-rw---- 1 root uucp 4, 92 1994-07-17 16:32 /dev/ttyS28
crw-rw---- 1 root uucp 4, 93 1994-07-17 16:32 /dev/ttyS29
crw-rw---- 1 root uucp 4, 67 1994-07-17 16:48 /dev/ttyS3
crw-rw---- 1 root uucp 4, 94 1994-07-17 16:32 /dev/ttyS30

Else, you may have a problem with your ipV6 getting in the way.
 
Old 07-05-2004, 02:58 AM   #3
Harp00
Member
 
Registered: Jun 2003
Location: Venice Italy
Distribution: Slackware 12.0 kernel 2.6.21.5
Posts: 284

Original Poster
Rep: Reputation: 30
Yes it is a dial-up modem (56kbit) connection.
The problem i can not fix is that switching back to last kernel i have the same problems of 2.6 kernel and i think this is not normal.
First of all i have to run NVIDIA driver in order to startx X, and the connection is slow although i start a root session.
(could it be a System.map and config problems?)
Thank you in advance and sorry for my dummies questions.

P.s. Where should i find informations about menuconfig options?
 
Old 07-05-2004, 09:32 AM   #4
HuMJohn
Member
 
Registered: Jun 2004
Location: California - home of Slackware
Distribution: Slackware
Posts: 59

Rep: Reputation: 15
Your config file in /boot directory is the configuration that the kernel was built with. However, if you built the 2.6.x kernel, you may have overwritten your config file. The best thing to do is to get one from the 'kernels' directory of your installation CD.

In your /usr/src/linux-2.4.26 directory, there is a file, named '.config' (Note the dot before the name) that is the actual configuration file that is used when you build the kernel. Copying the 'config' file from /boot to this file (.config) will build the kernel and all the modules, exactly as shipped.

(OK, don't need to do that, just wee bit of info in case you want to customize the kernel, later.)

For your problem, I would suggest that you edit (as root) your /etc/hotplug/blacklist file and add 'ipv6' to it and reboot. This will prevent the ipv6 module from loading. See if that makes any difference. If not, post back here and we will continue trouble shooting....
 
Old 07-09-2004, 04:18 PM   #5
Harp00
Member
 
Registered: Jun 2003
Location: Venice Italy
Distribution: Slackware 12.0 kernel 2.6.21.5
Posts: 284

Original Poster
Rep: Reputation: 30
I tried and tried everything it come in my mind, but i did not fix it.
Now i am connected with a Slackware LIVE and everything is working fine.
I think that something in pppd is the cause of my problems, so i would like to remove everything.
(Trying to compile 2.6 kernel i had to create a connection with pppconfig because it asked me the NVIDIA driver. And i think that connection is getting me this problem)
What should i do?
Is it better to reinstall all ppp packages with pkgtool? Or what else?
 
Old 07-09-2004, 06:52 PM   #6
HuMJohn
Member
 
Registered: Jun 2004
Location: California - home of Slackware
Distribution: Slackware
Posts: 59

Rep: Reputation: 15
Reinstal ppp package(s) with pkgtool, yes.

And leave 'em in, read everything about installing/configuring/running ppp. IIRC, there have been changes to it. I am not familiar with ppp since I have not used it in about 5 or 6 years, now.
 
  


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
problems compiling a kernel kryptonite0110 Linux - Software 4 06-26-2005 03:33 PM
Problems compiling 2.6.9 kernel MadMusician_uk Mandriva 3 01-05-2005 12:31 PM
two problems after compiling my kernel el_pajaro! Linux - Software 4 10-21-2004 07:22 AM
Problems compiling Kernel 2.6.7 stardust2678 Linux - Software 5 07-05-2004 01:42 PM
problems after kernel compiling R3N3G4D3 Slackware 3 04-13-2003 10:58 AM

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

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