public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Brand-new notebook useless with Linux...
@ 2005-09-08 19:19 Chuck Ebbert
  2005-09-08 19:31 ` Lee Revell
  2005-09-08 19:40 ` Lennart Sorensen
  0 siblings, 2 replies; 6+ messages in thread
From: Chuck Ebbert @ 2005-09-08 19:19 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel, linux-kernel

In-Reply-To: <1125805091.14032.69.camel@mindpipe>

On Sat, 03 Sep 2005 at 23:38:10 -0400, Lee Revell wrote:

> On Sat, 2005-09-03 at 18:58 -0400, Chuck Ebbert wrote:
> > I just bought a new notebook.
> 
> I'd return it if I were you.

 What fun is that?  I have learned that HP/Compaq is hostile to Linux,
for one thing, which was interesting (my system is a Compaq Presario
V2312US.)

 Can you help me find out why my codec is unknown?  I gave up trying to
figure out how to get the codec ID and hacked the source to print it:


atiixp: codec 0 not available for modem
atiixp: no codec available
ALSA device list:
  #0 ATI IXP rev 2 with 0x43585430 at 0xd0003400, irq 177


So it's a Conexant codec with ID 0x30 on an atiixp.  OSS has some support
for this codec, apparently.


__
Chuck

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

* Re: Brand-new notebook useless with Linux...
  2005-09-08 19:19 Brand-new notebook useless with Linux Chuck Ebbert
@ 2005-09-08 19:31 ` Lee Revell
  2005-09-08 20:41   ` [Alsa-devel] " Peter Zubaj
  2005-09-08 19:40 ` Lennart Sorensen
  1 sibling, 1 reply; 6+ messages in thread
From: Lee Revell @ 2005-09-08 19:31 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: alsa-devel, linux-kernel

On Thu, 2005-09-08 at 15:19 -0400, Chuck Ebbert wrote:
> In-Reply-To: <1125805091.14032.69.camel@mindpipe>
> 
> On Sat, 03 Sep 2005 at 23:38:10 -0400, Lee Revell wrote:
> 
> > On Sat, 2005-09-03 at 18:58 -0400, Chuck Ebbert wrote:
> > > I just bought a new notebook.
> > 
> > I'd return it if I were you.
> 
>  What fun is that?  I have learned that HP/Compaq is hostile to Linux,
> for one thing, which was interesting (my system is a Compaq Presario
> V2312US.)
> 
>  Can you help me find out why my codec is unknown?  I gave up trying to
> figure out how to get the codec ID and hacked the source to print it:
> 
> 
> atiixp: codec 0 not available for modem
> atiixp: no codec available
> ALSA device list:
>   #0 ATI IXP rev 2 with 0x43585430 at 0xd0003400, irq 177
> 
> 
> So it's a Conexant codec with ID 0x30 on an atiixp.  OSS has some support
> for this codec, apparently.

Wait, that sounds like the modem, not the AC97 audio codec.

You might be able to get the modem to work with the (proprietary)
slmodem software modem, or something.  I wouldn't count on it though.

Does your sound work?

Lee


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

* Re: Brand-new notebook useless with Linux...
  2005-09-08 19:19 Brand-new notebook useless with Linux Chuck Ebbert
  2005-09-08 19:31 ` Lee Revell
@ 2005-09-08 19:40 ` Lennart Sorensen
  1 sibling, 0 replies; 6+ messages in thread
From: Lennart Sorensen @ 2005-09-08 19:40 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: Lee Revell, alsa-devel, linux-kernel

On Thu, Sep 08, 2005 at 03:19:32PM -0400, Chuck Ebbert wrote:
>  What fun is that?  I have learned that HP/Compaq is hostile to Linux,
> for one thing, which was interesting (my system is a Compaq Presario
> V2312US.)

Well they may be hostile but so far no problems with a compaq r3240.
Well the silly TI media card reader is useless, but it's useless in
windows too (who limits cards to 512M these days?).

>  Can you help me find out why my codec is unknown?  I gave up trying to
> figure out how to get the codec ID and hacked the source to print it:
> 
> atiixp: codec 0 not available for modem
> atiixp: no codec available
> ALSA device list:
>   #0 ATI IXP rev 2 with 0x43585430 at 0xd0003400, irq 177
> 
> So it's a Conexant codec with ID 0x30 on an atiixp.  OSS has some support
> for this codec, apparently.

I know I am not going near ati hardware any time soon.

Len Sorensen

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

* Re: [Alsa-devel] Re: Brand-new notebook useless with Linux...
  2005-09-08 19:31 ` Lee Revell
@ 2005-09-08 20:41   ` Peter Zubaj
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Zubaj @ 2005-09-08 20:41 UTC (permalink / raw)
  To: Lee Revell; +Cc: Chuck Ebbert, alsa-devel, linux-kernel

Conexant codec with ID 0x30 - this is AMC97 codec (audio + modem in one
codec) - maybe there is fight between sound and modem driver. On intel
this codec works ok - audio part. Modem part is not working and
snd-intel8x0m have to be in blacklist (otherways audio is not working)
- maybe same problem with ati.

Try to add snd-atiixp-modem to /etc/hotplug/blacklist

Peter Zubaj

On Thu, 2005-09-08 at 15:31 -0400, Lee Revell wrote:
> On Thu, 2005-09-08 at 15:19 -0400, Chuck Ebbert wrote:
> > In-Reply-To: <1125805091.14032.69.camel@mindpipe>
> > 
> > On Sat, 03 Sep 2005 at 23:38:10 -0400, Lee Revell wrote:
> > 
> > > On Sat, 2005-09-03 at 18:58 -0400, Chuck Ebbert wrote:
> > > > I just bought a new notebook.
> > > 
> > > I'd return it if I were you.
> > 
> >  What fun is that?  I have learned that HP/Compaq is hostile to Linux,
> > for one thing, which was interesting (my system is a Compaq Presario
> > V2312US.)
> > 
> >  Can you help me find out why my codec is unknown?  I gave up trying to
> > figure out how to get the codec ID and hacked the source to print it:
> > 
> > 
> > atiixp: codec 0 not available for modem
> > atiixp: no codec available
> > ALSA device list:
> >   #0 ATI IXP rev 2 with 0x43585430 at 0xd0003400, irq 177
> > 
> > 
> > So it's a Conexant codec with ID 0x30 on an atiixp.  OSS has some support
> > for this codec, apparently.
> 
> Wait, that sounds like the modem, not the AC97 audio codec.
> 
> You might be able to get the modem to work with the (proprietary)
> slmodem software modem, or something.  I wouldn't count on it though.
> 
> Does your sound work?
> 
> Lee
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
> 
> 
> Informacia od NOD32
> Tato sprava bola skontrolovana antivirovym systemom NOD32.
> [ Projekt gaya | www.gaya.sk ]


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

* Re: [Alsa-devel] Re: Brand-new notebook useless with Linux...
  2005-09-09 18:09 Chuck Ebbert
@ 2005-09-12  1:42 ` Lee Revell
  2005-09-12 10:42   ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Revell @ 2005-09-12  1:42 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: linux-kernel, alsa-devel

On Fri, 2005-09-09 at 14:09 -0400, Chuck Ebbert wrote:
> In-Reply-To: <1126207905.12697.20.camel@mindpipe>
> 
> On Thu, 08 Sep 2005 at 15:31:44 -0400, Lee Revell wrote:
> 
> > Wait, that sounds like the modem, not the AC97 audio codec.
> >
> > You might be able to get the modem to work with the (proprietary)
> > slmodem software modem, or something.  I wouldn't count on it though.
> > 
> > Does your sound work?
> 
> 
>  Well I'll be...
> 
>  I'd assumed from the (confusing) messages that the sound card was
> not working, but it seems fine.  Shouldn't the error messages from
> atiixp-modem be prefixed with that name instead of "atiixp"?
> 
> Untested patch follows.
> 
> Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>

This should be applied IMO.  Can we get it in CVS?

Lee


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

* Re: [Alsa-devel] Re: Brand-new notebook useless with Linux...
  2005-09-12  1:42 ` [Alsa-devel] " Lee Revell
@ 2005-09-12 10:42   ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2005-09-12 10:42 UTC (permalink / raw)
  To: Lee Revell; +Cc: Chuck Ebbert, linux-kernel, alsa-devel

At Sun, 11 Sep 2005 21:42:44 -0400,
Lee Revell wrote:
> 
> On Fri, 2005-09-09 at 14:09 -0400, Chuck Ebbert wrote:
> > In-Reply-To: <1126207905.12697.20.camel@mindpipe>
> > 
> > On Thu, 08 Sep 2005 at 15:31:44 -0400, Lee Revell wrote:
> > 
> > > Wait, that sounds like the modem, not the AC97 audio codec.
> > >
> > > You might be able to get the modem to work with the (proprietary)
> > > slmodem software modem, or something.  I wouldn't count on it though.
> > > 
> > > Does your sound work?
> > 
> > 
> >  Well I'll be...
> > 
> >  I'd assumed from the (confusing) messages that the sound card was
> > not working, but it seems fine.  Shouldn't the error messages from
> > atiixp-modem be prefixed with that name instead of "atiixp"?
> > 
> > Untested patch follows.
> > 
> > Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
> 
> This should be applied IMO.  Can we get it in CVS?

Applied to CVS now.  Thanks!


Takashi

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

end of thread, other threads:[~2005-09-12 10:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 19:19 Brand-new notebook useless with Linux Chuck Ebbert
2005-09-08 19:31 ` Lee Revell
2005-09-08 20:41   ` [Alsa-devel] " Peter Zubaj
2005-09-08 19:40 ` Lennart Sorensen
  -- strict thread matches above, loose matches on Subject: below --
2005-09-09 18:09 Chuck Ebbert
2005-09-12  1:42 ` [Alsa-devel] " Lee Revell
2005-09-12 10:42   ` Takashi Iwai

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