RE: SB16 pnp

1999-09-10 Thread Jon Hughes
While the others probably have more sound advice (no pun intended) one thing I just dealt with was the devices. It said that it would create the necessary ones (/dev/sndstat, /dev/audio, etc) but my installation did not for some reason. Had to use the script at the end of the read

Re: SB16 PnP CD-ROM - proprietary or IDE?

1999-08-06 Thread Guilherme Soares Zahn
> Here's a scenario. I boot up DOS, along with the PnP drivers, so my > soundcard and CD-ROM work fine. Then I soft boot using my Linux boot disk. > During boot up, I observe these messages: > hdh: Matshita CR-581 ATAPI CD-ROM drive > ide3 at 0x168-0x16f, 0x36e on irq 10 > These messages do *not*

Re: SB16 PnP / ISApnp

1999-02-10 Thread Andrei Ivanov
> > Actually, I haven't edited mine at all, so unless the kernel > compilation does something to it, there's no sound stuff in it. Kernel compilation does nothing to isapnp.conf You have to do pnpdump (if you havent done do yet), and configure the card manually. Andrew /***

Re: SB16 PnP / ISApnp

1999-02-09 Thread Odin
> >JUst post the isapnp.conf you have to the list, we'll take a look at it. > > Actually, I haven't edited mine at all, so unless the kernel > compilation does something to it, there's no sound stuff in it. I have had problems with compiling sound support for PnP soundblasters into the kernel, bu

Re: SB16 PnP / ISApnp

1999-02-09 Thread Daniel Elenius
>JUst post the isapnp.conf you have to the list, we'll take a look at it. Actually, I haven't edited mine at all, so unless the kernel compilation does something to it, there's no sound stuff in it. -- -~* Daniel Elenius *~-

Re: SB16 PnP / ISApnp

1999-02-09 Thread Andrei Ivanov
JUst post the isapnp.conf you have to the list, we'll take a look at it. / * Windows? What Windows?* * I may have missed it... * * It can't be a latest Linux* * version, can it? * *

Re: SB16 PnP / ISApnp

1999-02-09 Thread Daniel Elenius
thanks, but now isapnp says: Don't know what to do with CONFLICT (IRQ WARNING)) on or around line 4 Error occurred parsing config file on line 4 --- no action taken -- -~* Daniel Elenius *~-

Re: SB16 PnP

1998-09-27 Thread Ralf G. R. Bergs
On Sun, 27 Sep 1998 21:55:01 +1000 (EST), Shao Ying Zhang wrote: >Could anyone tell me where I did wrong? Well, you DID do a "make modules", did you? A "make zImage" or "make zlilo" JUST gets you a new kernel!! -- Ralf G. R. Bergs * Welkenrather Str. 100/102 * 52074 Aachen * Germany +49-241-

Re: SB16 PnP

1998-09-27 Thread Shao Ying Zhang
On Sun, 27 Sep 1998, Ralf G. R. Bergs wrote: > On Sun, 27 Sep 1998 20:46:10 +1000 (EST), Shao Ying Zhang wrote: > > > I rebooted with the new kernel and everything seems fine. > > Did you do a "make modules_install"? virge:/usr/src/linux# make modules_install ls: *.o: No such file

Re: SB16 PnP

1998-09-27 Thread Martin Bialasinski
>> "SYZ" == Shao Ying Zhang <[EMAIL PROTECTED]> writes: [compiling a kernel] Hi, save yourself much trouble and do it the debian way. Install the package kernel-package (it is in admin or misc) and read /usr/doc/kernel-package/README.gz You may also have to install the fakeroot package if you

Re: SB16 PnP

1998-09-27 Thread Shao Ying Zhang
On Sun, 27 Sep 1998, Ralf G. R. Bergs wrote: > On Sun, 27 Sep 1998 20:46:10 +1000 (EST), Shao Ying Zhang wrote: > > > I rebooted with the new kernel and everything seems fine. > > Did you do a "make modules_install"? > > > virge:/usr/src# insmod sound > >insmod: sound: no module

Re: SB16 PnP

1998-09-27 Thread Ralf G. R. Bergs
On Sun, 27 Sep 1998 20:46:10 +1000 (EST), Shao Ying Zhang wrote: > I rebooted with the new kernel and everything seems fine. Did you do a "make modules_install"? > virge:/usr/src# insmod sound >insmod: sound: no module by that name found Try "insmod /lib/modules/...", i.e. u

Re: SB16 Pnp - help...

1997-10-31 Thread Marcus Brinkmann
On Thu, Oct 30, 1997 at 01:49:32PM -0500, Will Lowe wrote: > On Thu, 30 Oct 1997, Bruno Simoes wrote: > > > > Do you have a pnp bios? > > Yes, I do > > Well, then, all you really need to do is compile the kernel with sound > support. It might be a little tough to figure out what parameters to

Re: SB16 Pnp - help...

1997-10-31 Thread Hamish Moffatt
On Fri, Oct 31, 1997 at 12:57:05AM -0500, Will Lowe wrote: > On Fri, 31 Oct 1997, Hamish Moffatt wrote: > > > That's not my experience. I have a PnP BIOS, but how do you know what > > settings it has allocated the sound card to tell the sound driver? > > Especially when all the other OSs will do t

Re: SB16 Pnp - help...

1997-10-31 Thread Will Lowe
On Fri, 31 Oct 1997, Hamish Moffatt wrote: > That's not my experience. I have a PnP BIOS, but how do you know what > settings it has allocated the sound card to tell the sound driver? > Especially when all the other OSs will do their own resource management > on the card, eg Win95 and even Creativ

Re: SB16 Pnp - help...

1997-10-31 Thread Hamish Moffatt
On Thu, Oct 30, 1997 at 01:49:32PM -0500, Will Lowe wrote: > On Thu, 30 Oct 1997, Bruno Simoes wrote: > > > Do you have a pnp bios? > > Yes, I do > > Well, then, all you really need to do is compile the kernel with sound > support. It might be a little tough to figure out what parameters to > c

Re: SB16 Pnp - help...

1997-10-30 Thread Will Lowe
On Thu, 30 Oct 1997, Bruno Simoes wrote: > > Do you have a pnp bios? > Yes, I do Well, then, all you really need to do is compile the kernel with sound support. It might be a little tough to figure out what parameters to compile in (DMA channels, I/O regions, etc.) because generally one does

Re: SB16 Pnp - help...

1997-10-30 Thread Bruno Simoes
On Thu, 30 Oct 1997, Will Lowe wrote: > On Thu, 30 Oct 1997, Bruno Otavio de Moraes Simoes wrote: > > > How can I install a SB16 plug n' pray on Linux. Do I have to compile the > > Do you have a pnp bios? > Will > Yes, I do Bruno -- T

Re: SB16 Pnp - help...

1997-10-30 Thread Will Lowe
On Thu, 30 Oct 1997, Bruno Otavio de Moraes Simoes wrote: > How can I install a SB16 plug n' pray on Linux. Do I have to compile the Do you have a pnp bios? Will -- |

Re: SB16 Pnp - help...

1997-10-30 Thread Marcus . Brinkmann
On Thu, 30 Oct 1997, Bruno Otavio de Moraes Simoes wrote: > Hi there; > How can I install a SB16 plug n' pray on Linux. Do I have to compile the > kernel? What about "isapnptools"? I tried to configure it but did not > work.. I don't want to use bootlin from DOS because I don't have a DOS > par

Re: SB16 PnP

1997-02-26 Thread Philippe Troin
[EMAIL PROTECTED] said: > Yup. kernel versions 2.0.x can't do PNP. I haven't seen the > isapnptools but if you check a searchable LSM on the web you should > be able to find the latest version. I couldn't get this tool to work. > I have an Ensoniq SoundScape Vivo. I've been able to get around t

Re: SB16 PnP

1997-02-26 Thread Jens B. Jorgensen
[EMAIL PROTECTED] wrote: > > I have a sb16 PnP card installed in my micron pc. > I've compiled sound support into the kernal, but > I have had not had success. > > I get the following results: > $ cat /dev/sndstat > cat: /dev/sndstat: No such device > > I'm assuming the difficulties result from