Re: alsaconf cannot find my es1371

2005-06-27 Thread Joe Mc Cool

Andreas Janssen wrote:


Hello

Joe Mc Cool ([EMAIL PROTECTED]) wrote:

 


sarge, 2.2.20 kernel
   



If you still use the Woody installation kernel, you should upgrade to
kernel 2.4.27 or 2.6.8.
 

OK, I have tried this several times and can't get past this booting 
error (kernel-image-2.4-686):


VFS: cannot open root device 803 or 08:03
Please append a corret root= boot option.

Stuck.  Where do I do the appending ?  In lilo.conf I already have 
root=/dev/sda3


Thanks a lot.

Joe.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: alsaconf cannot find my es1371

2005-06-27 Thread Andreas Janssen
Hello

Joe Mc Cool ([EMAIL PROTECTED]) wrote:
 Andreas Janssen wrote:
Joe Mc Cool ([EMAIL PROTECTED]) wrote:

sarge, 2.2.20 kernel

If you still use the Woody installation kernel, you should upgrade to
kernel 2.4.27 or 2.6.8.
  

 OK, I have tried this several times and can't get past this booting
 error (kernel-image-2.4-686):
 
 VFS: cannot open root device 803 or 08:03
 Please append a corret root= boot option.
 
 Stuck.  Where do I do the appending ?  In lilo.conf I already have
 root=/dev/sda3

You need to tell lilo to use the initrd that comes with the kernel image
(as you are told during installation of the kernel). If the new kernel
is symlinkes to /vmlinuz, add a line

initrd=/initrd.img

to the Linux section of your lilo.conf and run lilo. Or switch to grub.

best regards
Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



alsaconf cannot find my es1371

2005-06-26 Thread Joe Mc Cool

sarge, 2.2.20 kernel

insmod es1371 works fine and I can play sound no problem.

For some time I have been struggling to get sound recording to work.  
This was part of my reason to upgrade from woody to sarge.  So, I 
thought I'd try alssa.


apt-get install alsa
no errors

but alsaconf does not detect the es1371.

:-(

Joe


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: alsaconf cannot find my es1371

2005-06-26 Thread Andreas Janssen
Hello

Joe Mc Cool ([EMAIL PROTECTED]) wrote:

 sarge, 2.2.20 kernel

If you still use the Woody installation kernel, you should upgrade to
kernel 2.4.27 or 2.6.8.

 insmod es1371 works fine and I can play sound no problem.

That's the OSS driver.

 For some time I have been struggling to get sound recording to work.
 This was part of my reason to upgrade from woody to sarge.  So, I
 thought I'd try alssa.
 
 apt-get install alsa
 no errors

That installed the alsa-base package. You still need the alsa-modules
(that you need to compile yourself, e.g. using module-assistant), and
you probably also want to install alsa-oss (for OSS compatibility) and
alsa-utils (includes alsamixer, by default your card is mute).

 but alsaconf does not detect the es1371.

Because you are missing the alsa-modules or your card is blocked by the
OSS driver I think. The easiest way to get ALSA working is probably to
install some 2.6.8-2 kernel image (already includes alsa modules) and
hotplug, or some 2.4.27 kernel image, the matching alsa-modules-2.4.27
package, and discover. hotplug and/or discover will load the drivers
when you boot, all you need to do is to make sure that the OSS es1372
driver is not in your /etc/modules.

best regards
Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]