On Mon, 31 Jul 2000,  johan anwar wrote about,  my new kernel:
> i used rh6.2 with kernel version 2.2.14-5.0 it seem
> ok, and i have my soundcard works. 
> After i upgrade my kernel to version 2.2.16 my
> soundcard cannot work. And i try to configure it
> again, but i cannot find my soundcard driver in the
> new kernel. 
> my questions are: 
> 1. Why does the new kernel don't have the soundcard
> driver support whereas the old one do? 

Looks like you forgot to add support for the devive when doing 'make
config'.

> 2. Can i use the driver from my old kernel to my new
> kernel? if i can, how?? 

Normally the answer is no, but you can try cp'ing the driver from
/lib/modules/2.2.14-5.0/sound to /lib/modules/2.2.16/sound
then do 
depmod -a
Which quite possably will return a lot of "unresolved symbols"
If that is the case you lose.
Otherwise;
'modprobe name_of_module'

> 3. In the old kernel i can shutdown my atx linux box.
> but in the new one i can not, it just displayed the
> "power down" but the linux box is still on. 

Looks like the same problem here, no support in the kernel.
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to