Re: OPL3-SA3 Sound problem

2001-04-04 Thread Andrew D Dixon
William Staniewicz wrote: > I'm trying to get my sound working with OPL3-SA3. > When I try to install the module, > I get the following error. What needs to be done > to make it work? > > localhostnl:/home/wstan# insmod opl3sa2 > Using /lib/modules/2.2.18pre21/misc/opl3sa2.o > /lib/modules/2.2.18p

OPL3-SA3 Sound problem

2001-04-04 Thread William Staniewicz
I'm trying to get my sound working with OPL3-SA3. When I try to install the module, I get the following error. What needs to be done to make it work? localhostnl:/home/wstan# insmod opl3sa2 Using /lib/modules/2.2.18pre21/misc/opl3sa2.o /lib/modules/2.2.18pre21/misc/opl3sa2.o: unresolved symbol un

Re: OPL3-SA3 Sound problem

2001-03-31 Thread DvB
I have that sound card too and I opted to compile the driver into the kernel. It can take a few tries before you get the IO ports, IRQ and DMA channels right (especially if you don't read all the the documentation first ;-) but you won't have to deal with isapnp. Also, run pnpdump to make sure t

Re: OPL3-SA3 Sound problem

2001-03-31 Thread Laurynas Biveinis
> Maybe in the long run it would be easier to try the 2.4.2 kernel. Will > there be any problems upgrading that will effect my present setup? > ie, ppp, mail, applications? I put everything in one partition so > I dont know if that will be a problem. I'm running 2.4.2 on testing distro without p

Re: OPL3-SA3 Sound problem

2001-03-31 Thread William Staniewicz
It appears there is a symbolic link there... lrwxrwxrwx1 root root 16 Mar 22 11:31 S15isapnp -> ../init.d/isapnp Maybe in the long run it would be easier to try the 2.4.2 kernel. Will there be any problems upgrading that will effect my present setup? ie, ppp, mail, applications

Re: OPL3-SA3 Sound problem

2001-03-31 Thread Laurynas Biveinis
On Sat, Mar 31, 2001 at 10:51:57AM +, William Staniewicz wrote: > I have looked over the Linux HOWTO and searched the archives > but nothing seems to help. I am thinking that maybe isapnp is not > running at boot since I see no reference to it in dmesg. How > do I find out if it is? Where do I

OPL3-SA3 Sound problem

2001-03-31 Thread William Staniewicz
I have looked over the Linux HOWTO and searched the archives but nothing seems to help. I am thinking that maybe isapnp is not running at boot since I see no reference to it in dmesg. How do I find out if it is? Where do I set it up to run if it isn't running? Below is my setup... any obvious blun