Re: Re[2]: 11c11040

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nikolay,

>  My second concern was the two tarballs (agrsm-20090502.tar.gz and agrsm-20090418.tar.gz)
---------
These represent an early Agere/LSI code release, that lacks a code
layer supporting chips on HDA cards. The HDA code layer first appeared
in a 2.6.21 kernel release by Red Star Linux,
and the packages maintained at Zsolt's site are improvements/updates
to that package.

Below, the entries like  /* ESB2 */ represent High Definition Audio
cards which may have an Agere/LSI  modem chip located on the
Subsystem, generically specified by the 0x0000, 0x0000

MarvS

Attempt to support hardware list, within agrsoftmodem.c.2.6.27
  { 0x11C1, 0x0620, 0x0000, 0x0000 },
  { 0x11C1, 0x0630, 0x0000, 0x0000 }, // added by MarvS for testing purpose
  { 0x1039, 0x7013, 0x0000, 0x0000 },
  { 0x1106, 0x3068, 0x0000, 0x0000 },
  { 0x8086, 0x2668, 0x0000, 0x0000 }, //ich6 hda
  { 0x8086, 0x27D8, 0x0000, 0x0000 }, //ich7 hda
  { 0x8086, 0x284B, 0x0000, 0x0000 }, //ich8 hda
  { 0x8086, 0x269a, 0x0000, 0x0000 },  /* ESB2 */
  { 0x8086, 0x293e, 0x0000, 0x0000 }, /* ICH9 */
  { 0x8086, 0x293f, 0x0000, 0x0000 }, /* ICH9 */
  { 0x1002, 0x437b, 0x0000, 0x0000 },  /* ATI SB450 */
  { 0x1002, 0x4383, 0x0000, 0x0000 }, /* ATI SB600 */
  { 0x1002, 0x793b, 0x0000, 0x0000 }, /* ATI RS600 HDMI */
  { 0x1002, 0x7919, 0x0000, 0x0000 },  /* ATI RS690 HDMI */
  { 0x1002, 0x960c, 0x0000, 0x0000 }, /* ATI RS780 HDMI */
  { 0x1002, 0xaa00, 0x0000, 0x0000 }, /* ATI R600 HDMI */
  { 0x1106, 0x3288, 0x0000, 0x0000 },  /* VIA VT8251/VT8237A */
  { 0x1039, 0x7502, 0x0000, 0x0000 },  /* SIS966 */
  { 0x10b9, 0x5461, 0x0000, 0x0000 }, /* ULI M5461 */
  { 0x10de, 0x026c, 0x0000, 0x0000 },  /* NVIDIA MCP51 */
  { 0x10de, 0x0371, 0x0000, 0x0000 },  /* NVIDIA MCP55 */
  { 0x10de, 0x03e4, 0x0000, 0x0000 },  /* NVIDIA MCP61 */
  { 0x10de, 0x03f0, 0x0000, 0x0000 }, /* NVIDIA MCP61 */
  { 0x10de, 0x044a, 0x0000, 0x0000 }, /* NVIDIA MCP65 */
  { 0x10de, 0x044b, 0x0000, 0x0000 }, /* NVIDIA MCP65 */
  { 0x10de, 0x055c, 0x0000, 0x0000 },  /* NVIDIA MCP67 */
  { 0x10de, 0x055d, 0x0000, 0x0000 },  /* NVIDIA MCP67 */
  { 0x8086, 0x2416, 0x0000, 0x0000 },
  { 0x8086, 0x2426, 0x0000, 0x0000 },
  { 0x8086, 0x2446, 0x0000, 0x0000 },
  { 0x8086, 0x7196, 0x0000, 0x0000 },
  { 0x8086, 0x2486, 0x0000, 0x0000 },
  { 0x8086, 0x24C6, 0x0000, 0x0000 },
  { 0x8086, 0x24D6, 0x0000, 0x0000 },
  { 0x11C1, 0x048C, 0x0000, 0x0000 },
  { 0x11C1, 0x048F, 0x0000, 0x0000 },
  { 0x8086, 0x266D, 0x0000, 0x0000 },
};
2009/5/14 Nikolay Zhuravlev <xxor@xxxxxxx>:
> Marvin,
>
>  Thanks for the reply. However, it doesn't answer my two questions ;)
>
>  I am not so concerned about the distro level stuff, and I know how
>  to get the 11c11040 working. What I would like to know is this:
>  is there a source tarball somewhere that corresponds to the
>  dkms-agrsm_2.1.80-6_i386.deb package, similar to the
>  file   agrsm-2.1.80-4mdv2009.0.tgz located at http://linux.zsolttech.com/linmodem/agrsm/ ?
>
>  My second concern was the two tarballs (agrsm-20090502.tar.gz and agrsm-20090418.tar.gz)
>  are not really for the 11c11040 chip, but I am not sure, so that is why I asked.
>
>  I am aware of the 2.6.28 issue too.
>
> --
> WBR, Nikolay Zhuravlev
>
> -----Original Message-----
>> Nikolay
>>
>> First install your distros dkms package
>> Then from  http://linmodems.technion.ac.il/packages/ltmodem/11c11040/
>> the
>>
>>
>> dkms-agrsm_2.1.80-6_i386.deb and  agrsm-tools_0.0.1_all.deb
>>
>> Note that there has not as yet been a success reported  under 2.6.8 kernels
>> though service under 2.6.27 kernels is  OK. You can install the older
>> Intrepid 2.6.27-??? kernels + linux-headers on Kubuntu 9.04 and re
>> boot there under for modem serivice.
>>
>> MarvS
>>
>> On Wed, May 13, 2009 at 3:55 PM, Nikolay Zhuravlev <xxor@xxxxxxx> wrote:
>> > Marv/All,
>> >
>> > ?What are the sources for the current 11c11040 driver
>> > (dkms-agrsm_2.1.80-6_i386.deb) ?
>> >
>> > linux.zsolttech.com seems to be down.
>> >
>> > Also, are the two packages (agrsm-20090502.tar.gz and agrsm-20090418.tar.gz)
>> > really for the 11c11040 chip? They are located at
>> > http://linmodems.technion.ac.il/packages/ltmodem/11c11040/, but I didn't
>> > have any success using them with my chip.
>> >
>> > --
>> > WBR, Nikolay Zhuravlev
>> >
>>
>
>


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux