LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   basically... kernel problems... (https://www.linuxquestions.org/questions/slackware-14/basically-kernel-problems-169577/)

Kjetil4455 04-13-2004 10:38 AM

basically... kernel problems...
 
OK:

I compiled and installed the new kernel (2.6.5) or whatever its name is.

anyways, when I boot up, I can't see anything, so I sit waiting 'til I see the IDE lights stop glowing, and I write my acc and pass. then "startx" and I can see. but why can't I see shit during bootup? I "think" I configured it correctly. and it's always worked with former kernels...

question nr 2:

Even thought I load the module and such in the new kernel, I can't get alsa working. (works in former kernel)

question nr 3:

I need to make my ntfs partition writeable. But even thought I enable write support in NTFS in the kernel configuration, it won't work. why!?!??!

answers please:P

thanks :)

aaa 04-13-2004 10:45 AM

1) look at the framebuffer configuration in the kernel setup.

3) write support for NTFS is not well-supported in Linux. It can write, but it will be easy to mess things up. So for your own good, it is not easy to enable the buggy write support. It is meant to be read-only. If you must write to the partition, there is something called 'captive-ntfs'.

Kjetil4455 04-13-2004 11:12 AM

Allright, screw the NTFS. But the framebuffer is checked... There shouldn't be something wrong with it. I'm confused...

And what about the sound? it's enabled in kernel and the module's loaded.

this sucks..

aaa 04-13-2004 11:26 AM

Make sure you chose the right thing. And, try different 'vga=' boot options. Try 'vga=ask', then enter one of the numbers listed for different resolutions.

Kjetil4455 04-13-2004 11:41 AM

the weird thing is, I didn't modify Lilo. lilo's the same settings now as be4, which worked! but hey, I'll try that. screen's like... comepletely black :S

Kjetil4455 04-13-2004 11:50 AM

That didn't work... what the hell? what's wrong with this friggin' kernel?

keefaz 04-13-2004 12:45 PM

I had the same problem, my video card is nvdia geforce 440 mx, I solved it by disable all framebuffer specials features like logo, change resolution..., just enable vga.
And in your lilo config, comment the line with vga settings.

Kjetil4455 04-13-2004 12:50 PM

Allready tried it

aaa 04-13-2004 12:55 PM

Try using the 'vga=normal' boot setting.

Kjetil4455 04-13-2004 12:56 PM

Will do.

Too lazy to reboot atm thought :P

Kjetil4455 04-14-2004 07:26 AM

Ok, I fixed everything 'but the sound now. It says "snd_mixer_oss" or some BS like that doesn't exist. (module). wtf? why's that? since I wasn't quite sure, I made every possible sound module!! Why doesn't it exist? and why doesn't my emu10k1 load automatically anymore? gah...

Oh, and my system also got kinda "unstable" and slow after I updated the kernel :(

keefaz 04-14-2004 08:11 AM

Did you enable the hotplug feature in kernel config ? If not (and if you don't want hotplug) try add "modprobe snd-emu10k1" in /etc/rc.local file to automaticly load sound blaster driver at boot.
For my part, I enabled hotplug and now, near all modules (tulip driver, emu10k1, usb mouse...) load during boot (without any rc config).

Kjetil4455 04-14-2004 01:01 PM

well... yes, I think I did, but it doesn't seem like the fu**er works... Lemme reconfigure the b**ch :)

what about the slowness? and the sh*t about now finding oss modules, etc?

keefaz 04-15-2004 01:17 AM

For sound, disable in Device Drivers > Sound > Open Sound System
Enable instead the ALSA oss emulation (oss mixer api, oss pcm api, optional : oss sequencer api)
After that, enable your audio card driver (you should know if it is a pci card or usb or other, the card id product and manufacturer). Enable all your sounds driver as module if possible.
Reboot, as root do alsaconf to let alsa discover your audio card, do alsamixer to unmute the master audio channel in the mixer, alsactl to store your channels settings.
Maybe you will have to upgrade your alsa pkg. Mines are :
alsa-driver-1.0.4-i486-1
alsa-oss-1.0.4-i486-1
alsa-lib-1.0.4-i486-1
alsa-utils-1.0.4-i486-1

I can't say anything for slowness of your system, maybe a dmesg command or a tail /var/log/messages contains something that may help to point to what may be wrong.

Does the slowness occur just in X environment or in your system in general ?

Nichole_knc 04-15-2004 05:24 AM

To fix your sound read my post here...
http://www.linuxquestions.org/questi...5&pagenumber=2

Seems I am repeating myself over and over with this same issue time and time again... Read HOWTOs saves much headache....

Basicly in a nutshell YOU DO NOT compile your sound card into the kernel if using alsa. Under the sound section you only answer (y) to the first one Enable sound support. all others you may or may not need should be (m) or (n).


All times are GMT -5. The time now is 10:05 PM.