Linux Sound subsystem development
 help / color / mirror / Atom feed
* Re: azt1008 on HP Vectra
@ 2003-03-31 15:05 Robert.Siemer
  2003-03-31 15:07 ` W. L. Estes
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Robert.Siemer @ 2003-03-31 15:05 UTC (permalink / raw)
  To: linux-sound

On Mon, Mar 31, 2003 at 10:07:49AM -0500, W. L. Estes wrote:

> ... and I get error messages from ad1848.o
> that don't really seem very helpful.
> 
> Any ideas or suggestions?

Yeah, include the error messages.


Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* azt1008 on HP Vectra
  2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
@ 2003-03-31 15:07 ` W. L. Estes
  2003-03-31 18:53 ` W. L. Estes
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: W. L. Estes @ 2003-03-31 15:07 UTC (permalink / raw)
  To: linux-sound

I have an old HP Vectra with a sound card in it that seems to identify
itself as an azt1008. Using a fresh redhat 8.0 install, sndconfig sees
the card as the azt1008 and tries to use the ad1848.o module. But no
go, no sound comes out the card and I get error messages from ad1848.o
that don't really seem very helpful.

Any ideas or suggestions?


Thanks,

--Will



-- 
Will Estes
Unix Systems Programmer
UNCG MIS, Systems Group

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: azt1008 on HP Vectra
  2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
  2003-03-31 15:07 ` W. L. Estes
@ 2003-03-31 18:53 ` W. L. Estes
  2003-04-01 12:34 ` Robert.Siemer
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: W. L. Estes @ 2003-03-31 18:53 UTC (permalink / raw)
  To: linux-sound

On Monday, 31 March 2003,17:05 +0200, Robert.Siemer@gmx.de wrote:

> Yeah, include the error messages.

/lib/modules/2.4.18-14/kernel/drivers/sound/ad1848.o: init_modlue: no such device

This is the error I get when trying the modprobe step in running
sndconfig with my azt1008  inside my HP Vectra.

Any suggestions?

--Will

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: azt1008 on HP Vectra
  2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
  2003-03-31 15:07 ` W. L. Estes
  2003-03-31 18:53 ` W. L. Estes
@ 2003-04-01 12:34 ` Robert.Siemer
  2003-04-01 13:33 ` W. L. Estes
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Robert.Siemer @ 2003-04-01 12:34 UTC (permalink / raw)
  To: linux-sound

On Mon, Mar 31, 2003 at 01:53:38PM -0500, W. L. Estes wrote:
> On Monday, 31 March 2003,17:05 +0200, Robert.Siemer@gmx.de wrote:
> 
> > Yeah, include the error messages.
> 
> /lib/modules/2.4.18-14/kernel/drivers/sound/ad1848.o: init_modlue: no such device

- I don't believe that this is the correct error message.
- Further, look into the kernel ring buffer (dmesg) for more messages.
- Use insmod and follow the dependancies manually.


Robert

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: azt1008 on HP Vectra
  2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
                   ` (2 preceding siblings ...)
  2003-04-01 12:34 ` Robert.Siemer
@ 2003-04-01 13:33 ` W. L. Estes
  2003-05-24 22:03 ` Zwane Mwaikambo
  2003-05-26 12:26 ` W. L. Estes
  5 siblings, 0 replies; 7+ messages in thread
From: W. L. Estes @ 2003-04-01 13:33 UTC (permalink / raw)
  To: linux-sound

I was looking through the linux-sound mail archives and saw a patch
posted for the azt1008 against linux kernel 2.4.20-rc1-ac4. That patch
didn't apply against kernel sources that I had (which isn't
surprising). It would seem like this problem has already been solved
so I was hoping that I could get the patch posted against 2.4.20 or
similar. The post I'm referring to is:

http://marc.theaimsgroup.com/?l=linux-sound&m\x103835842003582&w=2

On Tuesday, 01 April 2003,14:34 +0200, Robert.Siemer@gmx.de wrote:

> On Mon, Mar 31, 2003 at 01:53:38PM -0500, W. L. Estes wrote:
> > On Monday, 31 March 2003,17:05 +0200, Robert.Siemer@gmx.de wrote:
> > 
> > > Yeah, include the error messages.
> > 
> > /lib/modules/2.4.18-14/kernel/drivers/sound/ad1848.o: init_modlue: no such device
> 
> - I don't believe that this is the correct error message.
> - Further, look into the kernel ring buffer (dmesg) for more messages.
> - Use insmod and follow the dependancies manually.
> 
> 
> Robert

-- 
Will Estes
Unix Systems Programmer
UNCG MIS, Systems Group

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: azt1008 on HP Vectra
  2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
                   ` (3 preceding siblings ...)
  2003-04-01 13:33 ` W. L. Estes
@ 2003-05-24 22:03 ` Zwane Mwaikambo
  2003-05-26 12:26 ` W. L. Estes
  5 siblings, 0 replies; 7+ messages in thread
From: Zwane Mwaikambo @ 2003-05-24 22:03 UTC (permalink / raw)
  To: linux-sound

On Tue, 1 Apr 2003, W. L. Estes wrote:

> I was looking through the linux-sound mail archives and saw a patch
> posted for the azt1008 against linux kernel 2.4.20-rc1-ac4. That patch
> didn't apply against kernel sources that I had (which isn't
> surprising). It would seem like this problem has already been solved
> so I was hoping that I could get the patch posted against 2.4.20 or
> similar. The post I'm referring to is:
> 
> http://marc.theaimsgroup.com/?l=linux-sound&m\x103835842003582&w=2

For a quick test you can send me your drivers/sound/ad1848.c and i'll send 
you back a patched one.

	Zwane
-- 
function.linuxpower.ca

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: azt1008 on HP Vectra
  2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
                   ` (4 preceding siblings ...)
  2003-05-24 22:03 ` Zwane Mwaikambo
@ 2003-05-26 12:26 ` W. L. Estes
  5 siblings, 0 replies; 7+ messages in thread
From: W. L. Estes @ 2003-05-26 12:26 UTC (permalink / raw)
  To: linux-sound

On Saturday, 24 May 2003,18:03 -0400, Zwane Mwaikambo wrote:

> On Tue, 1 Apr 2003, W. L. Estes wrote:
> 
> > I was looking through the linux-sound mail archives and saw a patch
> > posted for the azt1008 against linux kernel 2.4.20-rc1-ac4. That patch
> > didn't apply against kernel sources that I had (which isn't
> > surprising). It would seem like this problem has already been solved
> > so I was hoping that I could get the patch posted against 2.4.20 or
> > similar. The post I'm referring to is:
> > 
> > http://marc.theaimsgroup.com/?l=linux-sound&m\x103835842003582&w=2
> 
> For a quick test you can send me your drivers/sound/ad1848.c and i'll send 
> you back a patched one.

Thanks, but I realized that the problem was my web browser had gotten
overly generous on the formatting for me so the white space was off in
the patch and I didn't think to tell diff to ignore the differences in
whitespace.

Thanks, all, for your time.

--Will

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-05-26 12:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-31 15:05 azt1008 on HP Vectra Robert.Siemer
2003-03-31 15:07 ` W. L. Estes
2003-03-31 18:53 ` W. L. Estes
2003-04-01 12:34 ` Robert.Siemer
2003-04-01 13:33 ` W. L. Estes
2003-05-24 22:03 ` Zwane Mwaikambo
2003-05-26 12:26 ` W. L. Estes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox