Sound driver problem for motherboard - 2th max 8KHA (Solved)

2002-01-04 Thread Stephen Liu
Hi Gordon, I downloaded fresh 1) alsa-driver-0.9.0beta9-1.72.i386.rpm 2) alsa-driver-0.9.0beta9-1.72.athlon.rpm 3) alsa-driver-0.9.0beta9-1.72.src.rpm from Internet # rpm --rebuilddb # rpm -ivh alsa-driver-0.9.0beta9-1.72.i386.rpm Installation went on without problem then I copied your script t

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-30 Thread Stephen Liu
Hi Gordon, At 02:10 PM 12/29/2001 -0800, you wrote: >Try manually running 'depmod -ae'. If you still have unresolved symbols, >then the package that you downloaded isn't right for the kernel you're >running. Get the src.rpm and 'rpm --rebuild' it. You'll need the >kernel-source rpm package ins

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-29 Thread Gordon Messmer
On Fri, 28 Dec 2001, Stephen Liu wrote: > at root / > I ran modprobe snd-card-0 > it prompted > > * * * > /lib/modules/2.4.9-13/misc/snd.o: unresolved symbol > pci_free_consistent_Rfdd8bbfb ... Try manually running 'depmod -ae'. If you still have unresolved symbols, then the package that

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-28 Thread Stephen Liu
Hi Devon, Thanks for your response. At 01:40 AM 12/27/2001 -0500, you wrote: >You're not looking for the contents of /misc >You want to see the contents of: >/lib/modules/ `uname -r` /misc/ >which should be something like: >/lib/modules/2.4.9-13/misc/ I found it now according to Robert's advice

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-28 Thread Stephen Liu
Hi Gordon, It worked now. The list of sound card drivers is at /lib/modules/2.4.9-13/misc I editted /etc/module.conf additing my soundcard driver via8233 /etc/module.conf now looks as : * * * alias parport_lowlevel parport_pc alias eth0 8139too alias usb-controller usb-uhci # ALSA native

RE: Sound driver problem for motherboard - 2th max 8KHA

2001-12-28 Thread Stephen Liu
Hi Robert, Thanks for your advice. it worked B.R. Stephen At 11:28 PM 12/26/2001 -0800, you wrote: > > >The command you want is: > > You're not looking for the contents of /misc > > You want to see the contents of: > > /lib/modules/ `uname -r` /misc/ > > which should be something like: > > /li

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Gordon Messmer
On Thu, 27 Dec 2001, Stephen Liu wrote: > >Look at /lib/modules/`uname -r`/misc/snd-card-* for available drivers, and > >find the appropriate one. > > at root / > # /lib/modules/` uname -r` /misc/snd-card-* There aren't any spaces around the tick marks in that command. Try cut and paste: l

RE: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Robert Fargher
> >The command you want is: > You're not looking for the contents of /misc > You want to see the contents of: > /lib/modules/ `uname -r` /misc/ > which should be something like: > /lib/modules/2.4.9-13/misc/ A suggestion: /lib/modules/$(uname -r)/misc would work just as well and is, methinks, le

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 27 December 2001 01:25 am, Stephen Liu wrote: > Hi Devon, > > Thanks for your advice > > >The command you want is: > >ls /lib/modules/`uname -r`/misc/snd-card-* > >(the back ticks around `uname -r` are necessary) > > I first tried /lib/mo

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Stephen Liu
Hi Devon, Thanks for your advice >The command you want is: >ls /lib/modules/`uname -r`/misc/snd-card-* >(the back ticks around `uname -r` are necessary) I first tried /lib/modules/ uname -r /misc/snd-card-* without back ticks around 'uname -r' it prompted Bash : /lib/modules : is a directory

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 27 December 2001 12:35 am, Stephen Liu wrote: > at root / > # /lib/modules/` uname -r` /misc/snd-card-* > Bash : /lib/modules/ uname -r : No such file or directory > > # cd /misc > # ls -l > showing it is only an empty directory > > B.

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Stephen Liu
Hi Gordon, At 08:46 AM 12/26/2001 -0800, you wrote: >On Wed, 26 Dec 2001, Stephen Liu wrote: > > > I copied your module.conf file and reconfig it. Now my module.conf > file > > looks as follows : > > > > alias eth0 8139too > > alias usb-controller usb-uhci > > # ALSA native device support >

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Gordon Messmer
On Wed, 26 Dec 2001, Stephen Liu wrote: > I copied your module.conf file and reconfig it. Now my module.conf file > looks as follows : > > alias eth0 8139too > alias usb-controller usb-uhci > # ALSA native device support > alias char-major-116 snd > alias snd-card-0 snd-card-0.9.0beta9 heh

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-26 Thread Stephen Liu
Hi Gordon, Thanks for your further advice. At 11:54 PM 12/24/2001 -0800, you wrote: >OK. The machine I have running ALSA is up now, so my /etc/modules.conf >includes: > ># ALSA native device support >alias char-major-116 snd >alias snd-card-0 snd-card-via8233 >post-install sound-card-0 /bin/aum

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-24 Thread Gordon Messmer
On Mon, 24 Dec 2001, Stephen Liu wrote: > >Yeah, but that doesn't answer whether you downloaded a binary rpm > >(.i386.rpm) or rebuilt a source rpm (.src.rpm). > > Sorry. I misunderstood your requested information. I have both of them > downloaded but only installed .i386rpm, waiting for your

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-23 Thread Stephen Liu
Hi Gordon, Merry X'mas At 11:42 PM 12/23/2001 -0800, you wrote: >Yeah, but that doesn't answer whether you downloaded a binary rpm >(.i386.rpm) or rebuilt a source rpm (.src.rpm). Sorry. I misunderstood your requested information. I have both of them downloaded but only installed .i386rpm, w

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-23 Thread Gordon Messmer
On Sat, 22 Dec 2001, Stephen Liu wrote: > >Did you get the binary rpm somewhere, or rebuild the source rpm? What > >does /etc/modules.conf look like? There's at least one good example in > >the package's docs: /usr/share/docs/alsa-driver-0.9.0beta9 (or something > >to that effect) > > I got th

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-21 Thread Stephen Liu
Hi Gordon, (distro : RH7.2) At 08:06 PM 12/21/2001 -0800, you wrote: >On Sat, 22 Dec 2001, Stephen Liu wrote: > > > Now I have a new kernel-2.4.9-13 running and > > alsa-driver-0.9.0beta9-1.72.i586.rpm installed. > > > > But I still could not get it works. How to make it executed. > >Did you g

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-21 Thread Gordon Messmer
On Sat, 22 Dec 2001, Stephen Liu wrote: > Now I have a new kernel-2.4.9-13 running and > alsa-driver-0.9.0beta9-1.72.i586.rpm installed. > > But I still could not get it works. How to make it executed. Did you get the binary rpm somewhere, or rebuild the source rpm? What does /etc/modules.c

Sound driver problem for motherboard - 2th max 8KHA

2001-12-21 Thread Stephen Liu
Hi Gordon, Now I have a new kernel-2.4.9-13 running and alsa-driver-0.9.0beta9-1.72.i586.rpm installed. But I still could not get it works. How to make it executed. Thanks in advance. B.R. Stephen ___ Redhat-list mailing list [EMAIL PROTECTED] h

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-03 Thread Gordon Messmer
On Mon, 3 Dec 2001, Stephen Liu wrote: > I have following files RPMed > > kernel-enterprise-2.4.7-10.i686.rpm > kernel-headers-2.4.7-10.i386.rpm > kernel-smp-2.4.7-10.athlon.rpm > > At root > rpm -- rebuild /mnt/floppy/alsa-driver-0.9.0beta9-1.72.1.src.rpm And, like I said before, you need to

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-03 Thread Stephen Liu
Hi Gordon, I have following files RPMed kernel-enterprise-2.4.7-10.i686.rpm kernel-headers-2.4.7-10.i386.rpm kernel-smp-2.4.7-10.athlon.rpm At root rpm -- rebuild /mnt/floppy/alsa-driver-0.9.0beta9-1.72.1.src.rpm It started installation and ended . ... checking for kernel version... T

Re: Sound driver problem for motherboard - 2th max 8KHA

2001-12-02 Thread Gordon Messmer
On Mon, 3 Dec 2001, Stephen Liu wrote: > Re your previous advice on sound driver for motherboard 2th max > 8KHA built-in sound card. ... > error : failed dependenices > kernel = 2.4.9-13 is needed by alsa-driver-0.9.0beta9-1.72 Yep. kernel 2.4.9-13 is the current errata kernel release from R

Sound driver problem for motherboard - 2th max 8KHA

2001-12-02 Thread Stephen Liu
Hi Gordon, Re your previous advice on sound driver for motherboard 2th max 8KHA built-in sound card. I have following 2 files downloaded ; 1) alsa-driver-0.9.0beta9-1.72.i586.rpm 2) alsa-driver-0.9.0beta9-1.72.1.src.rpm I put them on floppy. (REDHAT 7.2) Under root when I typed rpm -ivh