LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-13-2004, 10:38 AM   #1
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Rep: Reputation: 30
Question 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
 
Old 04-13-2004, 10:45 AM   #2
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
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'.
 
Old 04-13-2004, 11:12 AM   #3
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
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..
 
Old 04-13-2004, 11:26 AM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
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.
 
Old 04-13-2004, 11:41 AM   #5
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
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
 
Old 04-13-2004, 11:50 AM   #6
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
That didn't work... what the hell? what's wrong with this friggin' kernel?
 
Old 04-13-2004, 12:45 PM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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.
 
Old 04-13-2004, 12:50 PM   #8
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
Allready tried it
 
Old 04-13-2004, 12:55 PM   #9
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Try using the 'vga=normal' boot setting.
 
Old 04-13-2004, 12:56 PM   #10
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
Will do.

Too lazy to reboot atm thought :P
 
Old 04-14-2004, 07:26 AM   #11
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
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
 
Old 04-14-2004, 08:11 AM   #12
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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).
 
Old 04-14-2004, 01:01 PM   #13
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Original Poster
Rep: Reputation: 30
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?
 
Old 04-15-2004, 01:17 AM   #14
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
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 ?
 
Old 04-15-2004, 05:24 AM   #15
Nichole_knc
Member
 
Registered: Mar 2004
Location: Georgia
Distribution: SlackWare 10.1+, FreeBSD 4.4-5.2, Amiga 1.3,2.1,3.1, Windors XP Pro (makes a fair answering machine)
Posts: 287

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


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
is mandrake move basically the same thing as mandrake 9.2? seanz6688 Mandriva 9 11-16-2005 11:44 PM
howto uninstall mplayer basically what does it install? behmjoe Linux - Software 2 04-14-2005 04:20 PM
"basically start of using linux by command line " AAT Linux - Software 1 11-02-2003 06:47 AM
Would like basically a dumbed down Red Hat 9 for my Laptop.... hairston4 Linux - Distributions 4 10-18-2003 04:38 PM
Starting x0rfbserver (VNC basically) via SSH deckmoney Linux - Software 0 04-16-2003 04:28 PM

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

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