LinuxQuestions.org
Help answer threads with 0 replies.
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-08-2005, 02:45 AM   #331
randoman
LQ Newbie
 
Registered: Jan 2005
Posts: 6

Rep: Reputation: 0

ancient spam

Last edited by XavierP; 06-05-2006 at 06:00 PM.
 
Old 01-08-2005, 04:42 PM   #332
Menestrel
Member
 
Registered: Oct 2003
Location: Bucharest
Distribution: Debian Sarge, Slackware Current, Ubuntu
Posts: 183

Rep: Reputation: 30
/lib/modules/2.6.10 is not created

I compiled many kernels along my experience with Linux. But when I installed linux-2.6.10 (copied the old .config file) did a make oldconfig, make && make modules_install && make install and the copied the files to /boot, it seems that /lib/modules/2.6.10 is not created (i have modules compiled in the kernel). Could somebody help me ? Could you at least tell me at what step are these modules created ?
 
Old 01-13-2005, 03:57 AM   #333
Anibal
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Slack/Ubuntu & OpenBSD (not a linux distro)
Posts: 56

Rep: Reputation: 15
Hi,

i just installed kernel 2.6.10 when running make modules_install iget this.

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.10; fi

Yes my module-init-tools are installed
 
Old 01-14-2005, 07:16 PM   #334
Plankt
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
Looks like i got one of those Alsa problems...
With the kernel that comes with slackware 10 i got sound but not with this kernel.. I have a nforce2 card and use the snd-intel8x0 module and alsaconf seems to run fine, it finds my card and configures that module.conf file, but alsamixer dosnt work, it gives me: alsamixer: function snd_ctl_open failed for default: No such file or directory.
I got it to work once when i compiled the kernel but something else was wrong so i compiled it again, and now i cant find the right confguration to get sound working... Can someone give me a little guide to do the alsa thing right in menuconfig or xconfig? I think i have tried most things like not enabling OSS and making alsa modules etc but it dosnt work..
Maybe i can use OSS with my nforce2 card instead?
 
Old 01-15-2005, 06:09 AM   #335
Plankt
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
Quote:
Originally posted by Plankt
Looks like i got one of those Alsa problems...
With the kernel that comes with slackware 10 i got sound but not with this kernel.. I have a nforce2 card and use the snd-intel8x0 module and alsaconf seems to run fine, it finds my card and configures that module.conf file, but alsamixer dosnt work, it gives me: alsamixer: function snd_ctl_open failed for default: No such file or directory.
I got it to work once when i compiled the kernel but something else was wrong so i compiled it again, and now i cant find the right confguration to get sound working... Can someone give me a little guide to do the alsa thing right in menuconfig or xconfig? I think i have tried most things like not enabling OSS and making alsa modules etc but it dosnt work..
Maybe i can use OSS with my nforce2 card instead?
I fixed it by not using Alsa and using OSS with i810 module instead
 
Old 01-18-2005, 11:48 AM   #336
SpherionCopus
LQ Newbie
 
Registered: Jan 2005
Location: Utah
Distribution: Slackware
Posts: 1

Rep: Reputation: 0
So I'm trying to compile the 2.6.9 kernel to run with Slackware 10. I compiled it and it worked great except my USB mouse did not work, is there a sertain module i need to load? (i used the config file from the 2.4 kernel, and added some minor things, but my mouse works great with the 2.4 kernel)

any help would be greatly appreciated i tried to look trough the forum and surf the web but i could only find things for red hat with that problem and none of the solutions worked for me in slackware

thanks
 
Old 01-22-2005, 01:57 PM   #337
relpats_eht
Member
 
Registered: Mar 2004
Distribution: Gentoo
Posts: 41

Rep: Reputation: 15
New Kernel not appearing in lilo

**edit: post removed cause im an idiot and forgot to run lilo

Last edited by relpats_eht; 01-22-2005 at 04:14 PM.
 
Old 01-24-2005, 04:54 PM   #338
patrickdepingui
Member
 
Registered: Mar 2003
Distribution: Slackware
Posts: 53

Rep: Reputation: 15
I compiled the 2.6.10 kernel, and it went quite fine.
However, I have problems with sound. I looked through this topic and on google, but I can't find working answers to my problem.

On startup I get "Alsa device list: No soundcards found"

However, when I run alsaconf, it does detects my card.

I have a VIA chipset (onboard sound)

lsmod gives:
Code:
Module                  Size  Used by
snd_via82xx            23552  0
snd_ac97_codec         74080  1 snd_via82xx
snd_mpu401_uart         6912  1 snd_via82xx
snd_rawmidi            21728  1 snd_mpu401_uart

[update]
First of all, I have been stupid because my speakers where not plugged in
Sound does work now.

However, I still get the described messages at startup,
and when I'm in X (KDE) and go to preferences -> Sound & Multimedia -> Sound System, I get the following error message:
Code:
Unable to start the sound server to retrieve possible sound I/O methods.
Only automatic detection will be available.
[/update]

Last edited by patrickdepingui; 01-25-2005 at 02:39 AM.
 
Old 01-26-2005, 01:04 PM   #339
iscurrah
Member
 
Registered: Jan 2005
Location: Szeged, Hungary
Distribution: Slackware 10
Posts: 35

Rep: Reputation: 15
Hi Menestrel,

have a look at your .config file:
#
# General setup
#
CONFIG_LOCALVERSION="ijs"

They now put an optional suffix on the kernel version (so it's 2.6.10ijs in my case). But if you answered 'Y', 'N' of 'M' when you ran 'make oldconfig', you'll get 'Y', 'N' or 'M' as your suffix (e.g. 2.6.10y)

So your modules will be in /lib/modules/2.6.10y/ ...
 
Old 02-02-2005, 10:21 AM   #340
patrickdepingui
Member
 
Registered: Mar 2003
Distribution: Slackware
Posts: 53

Rep: Reputation: 15
Quote:
and when I'm in X (KDE) and go to preferences -> Sound & Multimedia -> Sound System, I get the following error message:
Code:
Unable to start the sound server to retrieve possible sound I/O methods.
Only automatic detection will be available.
[/update] [/B]
a reply to my own post: the KDE problem is solved by installing the arts package of slackware.
Then there is a conflict between XMMS (or other sound progs) and the KDE sound system (at least for my VIA chipset) but this is resolved by suspending the KDE Sound System after 1 idle seconds (see the Sound configuration of KDE)

The boot message of No Soundcards Found by ALSA remains, though.
 
Old 02-22-2005, 06:17 PM   #341
onelung02
Member
 
Registered: Oct 2003
Location: utah
Distribution: Slackware 10.0, Gentoo 2006.0
Posts: 289

Rep: Reputation: 30
Well I have tried this three times unsuccesfully now. Everything seems to go fine until I reboot, and after lilo the screen just sits and stays black. Any suggestions?


-onelung
 
Old 02-27-2005, 11:55 PM   #342
redbeansnrice
Member
 
Registered: Aug 2004
Location: Eastern Shore
Distribution: Slack 10.1
Posts: 36

Rep: Reputation: 15
Is the 2.6.10 source on the CDs? i don't see it.
or do I have to d/l it seperately?

I'm thinkin that perhaps compiling this myself may solve some issues I'm having.

thanks, Michael
 
Old 03-06-2005, 01:06 PM   #343
barnowl
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
Use 2.6.11 to fix sound issue

Some thing in 2.6.10 broke alsa,udev,some usb, and acpi. The linch pin seems to have been an interaction between acpi and the kernel alsa. It has been fixed with 2.6.11. So if you are going to compile a 2.6 kerenl make it a 2.6.11.

For the Lilo problem make sure you have an initrd.gz set in the lilo.conf. See the README in /boot on how to make one and set it up in lilo.
 
Old 03-25-2005, 12:19 PM   #344
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Ok all this reading I see that Linux 2.6.0 is mostly being discussed, some referances to 2.6.10 or even 2.6.11, the latest is 2.6.11.5 and I have played with it and am still working out the configurations and make dependencies and all. I know there is 3 or 4 make items but the best of this is the make menuconfig for this. Presents a better look to seed through for setting up all the devices and information about the system.

Note: When I finally get this make make make make done will the Alsa 1.0.9rc2 have to be reinstalled?

When I did the alsa install all my sounds cleared up. If this is so then that will be the second step in rebuilding the kernal.

Anyway the settings in it are pretty daunting, can I find a referance for all this in a book somewhere? Lots of things I have not actually touched on manually. I know the NetworkEverywhere NIC and Router will work, then the other thing is some of the config dependencies.

I am feeling a little daunted on this, but is slowly moving forward getting it configured. A book of referance on the kernal would sure be somehting to have.


Ok took the plunge, adn totally crashed my system. On that be aware SCSI is there and if you have an SCSI subsysem use it. SATA too. If you do not, then disable all of these. If you look carefully and take out all depreciated items this will help. The last thing is the Sound does not work properly. It seems to not like the hardware you don't have and panicks. I took about 2 hours and walked through it, and did actually get it to boot, but then it messed up my sunds and a lot of other things. Would not do 1024x768 in the bootup and so with that it even crashed the whole of the Desktops, so formatted and reinstalled Slackware and a few adjustemtns and am back on line, but with the Linux 2.4.29 jfs.s kernel. The last thing is the Drive Format you have. This is a very very IMPORTANT area to walk through. This can hose your format and you will lose your stability on the system.

For me, it was a good thing I had the files I needed on another drive that was not affected by the system crash. Will have to get the books before I try this again.

Last edited by BenneJezzerette; 03-27-2005 at 01:46 PM.
 
Old 03-30-2005, 09:30 AM   #345
subekk0
Member
 
Registered: Sep 2003
Location: Dallas, TX.
Distribution: Slacking since '94
Posts: 153

Rep: Reputation: 32
LOG_BUF_SHIFT Error

While using PVs 2.6.10 config file did anyone else get a LOG_BUF_SHIFT error? I did. Just changed it to 0 (zero) and it compiled fine.
 
  


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
Help - Need guide on how to (re)compile kernel in 9.2 timko SUSE / openSUSE 1 02-17-2005 08:17 AM
re :kernel compile guide sh4d0w331 Slackware 1 10-02-2004 05:38 PM
Kernel re-compile guide marlor Slackware 6 08-08-2004 03:57 AM
What happened to the Newbie Compile Guide? boutrosboutros Slackware 6 07-14-2004 12:37 AM
mandrake specific kernel compile guide? e1000 Mandriva 4 01-09-2004 12:27 PM

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

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