Date: Sat, 15 Jul 2000 14:30:02 -0700 (PDT) From: "Richard Seaman, Jr." <dick@tar.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Message-ID: <200007152130.OAA97900@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/19945; it has been noted by GNATS. From: "Richard Seaman, Jr." <dick@tar.com> To: "Louis A. Mamakos" <louie@TransSys.COM> Cc: "Richard Seaman, Jr." <dick@tar.com>, tanimura@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Date: Sat, 15 Jul 2000 16:23:41 -0500 On Sat, Jul 15, 2000 at 04:59:21PM -0400, Louis A. Mamakos wrote: > There were no device, so I tried to load snd_pcm.ko, which caused > > pcm0: <GUS CS4231> on gusc0 > > to be emitted on the console. However, the kldload process is hung, > waiting on "swwrt": > > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND > 0 79430 37865 4 -18 0 176 0 swwrt D+ p1 0:08.69 kldload snd_driver.ko > > In this current state, the rest of the machine seems to be running just > fine. I'll try to add back: > > device snd > device gusc > > in my config, and see what happens at next boot. Currently, /dev/sndstat, > /dev/dsp, etc. don't seem to be present. Ok. I never tried the kld since I had pcm in my kernel config. BTW, I don't seem to need "device snd" or "device gusc" in my kernel config, only device pcm It still seems to find gusc just fine. Since my message I also added: device midi device seq It appears that the midi driver does not get configured right, however. Also, you might want to do a new MAKEDEV to get the midi devices. Jul 15 14:29:56 test /kernel: gusc0: <Gravis UltraSound Plug & Play PCM> at port 0x220-0x22f,0x320-0x327,0x32c-0x32f irq 11 drq 5,7 on isa0 Jul 15 14:29:56 test /kernel: pcm0: <GUS CS4231> on gusc0 Jul 15 14:29:56 test /kernel: gusc1: <Gravis UltraSound Plug & Play OPL> at port 0x388-0x389 irq 5 drq 1 on isa0 Jul 15 14:29:56 test /kernel: gusc2: <Gravis UltraSound Plug & Play MIDI> at port 0x330 on isa0 Jul 15 14:29:56 test /kernel: midi1: <GUS Midi Interface> on gusc2 Jul 15 14:29:56 test /kernel: device_probe_and_attach: midi1 attach returned 6 And: bash-2.03$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jul 15 2000 13:51:33 Installed devices: pcm0: <GUS CS4231> at io 0x32c irq 11 drq 7:5 (1p/1r channels duplex) -- Richard Seaman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 262-367-5450 Nashotah WI 53058 fax: 262-367-5852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007152130.OAA97900>