Re: Intel Corporation 5 Series/3400 Series Chipset HECI Controller

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

 



Adriano


Intel Corporation 5 Series/3400 Series Chipset High Definition Audio "
CLASS=0403
PCIDEV=8086:3b56
SUBSYS=1509:5020
IRQ=30

is the true host for
CHIP=0x11c11040
IDENT=agrsm
Driver=agrsm
package=agrsm-11c11040

though the logic I wrote into scanModem is not clever enough to
correctly output this info.

The HECI card does NOT host modem communications, see
http://software.intel.com/en-us/blogs/2007/01/24/let-us-talk-about-heci-and-lms/

Thus you have installed the proper agrmodem+agrserial modem drivers,
and the associated /dev/ttySAGR --> /dev/ttyAGS3 port creation is OK
We have had a few cases of such modem un-responsiveness, as you
describe
Try shutting down all Audio functions before starting the modem.

MarvS
scanModem maintainer




On Wed, Oct 20, 2010 at 9:58 AM, Adriano Lorencetti <loren7@xxxxxxxxx> wrote:
> Dear friends, sorry for the delay to reply.
>
> I did the tests described below and did not work.
>
> /* ************************************************************** */
> Driver:
> agrsm-11c11040-2.1.80~20091225.tar.bz2
>
> Install:
> cd agrsm-11c11040-2.1.80~20091225/
> make
> make modules_install
>
> /* ************************************************************** */
>
> Librix ~ # modprobe agrserial
>
> Librix ~ # lsmod |grep agr
> agrserial        7825 Â0
> agrmodem       1233373 Â1
> snd_hda_codec     Â37602 Â4
> agrmodem,snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel
> snd          Â28813 Â13
> agrmodem,snd_seq,snd_seq_device,snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
>
> /* ************************************************************** */
>
> dmesg:
>
> [ Â101.091528] * Hello Agere Driver **
> [ Â101.091580] usbcore: registered new interface driver agr12dec2006
> [ Â103.926484] Loading module Agere Modem Controller driver version
> 2.1.80 (2007-10-01)
> [ Â103.926490] Disabling lock debugging due to kernel taint
> [ Â103.978765] serial8250_register_ports: BaseAddress 0x0400 Irq 3
> [ Â103.978769] ttyAGS3 at I/O 0x400 (irq = 3) is a AgereModem
> [ Â103.978916] agrserial - ret_val 0, call: lt_modem_ops.init_modem
> [ Â103.978919] Loading module Agere Modem Interface driver version
> 2.1.80.0 (2007-10-01)
>
> /* ************************************************************** */
>
> Librix ~ # ls -l /dev/ttyAGS3
> crw-rw---- 1 root uucp 62, 67 Out 20 09:47 /dev/ttyAGS3
>
> Librix ~ # ls -l /dev/ttySAGR
> lrwxrwxrwx 1 root root 12 Out 20 09:47 /dev/ttySAGR -> /dev/ttyAGS3
>
> /* ************************************************************** */
>
> Librix ~ # wvdialconf
> Editing `/etc/wvdial.conf'.
>
> Scanning your serial ports for a modem.
>
> Modem Port Scan<*1>: S0 Â S1 Â S2 Â S3
> ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
> ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
> ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
>
> Sorry, no modem was detected! ÂIs it in use by another program?
> Did you configure it properly with setserial?
>
> /* ************************************************************** */
>
> Some idea.
>
> Thank you.
> ____________________________
> Adriano Loren7
> loren7@xxxxxxxxx
>
>
>
> 2010/10/6 Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>:
>> Adiano,
>> If you have not also installed the agrsm-tools Âpackage, please do so.
>> If provides for loading of drivers and port creation, through a single:
>> $ sudo Âmodprobe agrserial
>> which will also preload agrmodem and create
>> ÂÂ/dev/ttySAGR --> /dev/ttyAGR3
>> the latter being the real modem port
>> Otherwise you must do:
>> $ sudo modprobe agrmodem
>> $ sudo modprobe agrserial
>> and then specify the port as /dev/ttyAGR3
>> Our preference is that modem testing be done through
>> $ sudo wvdialconf
>> which is a first test of modem responsiveness.
>> If the modem is found
>> $ sudo gedit Â/etc/wvdial.conf
>> rmoving the symbols ; < > and entering your personal data.
>> Then try a dialout with
>> $ sudo wvdial
>> MarvS
>> scanModemÂmaintainer
>>
>> On Wed, Oct 6, 2010 at 4:04 PM, Adriano Lorencetti <loren7@xxxxxxxxx> wrote:
>>>
>>> Antonio, thanks for the reply.
>>>
>>> I tested this driver that you told me, but the issue is the same as
>>> the previous email:
>>> >> When I try to connect through kppp software, the modem stop at step
>>> >> "Initializing modem" ...
>>>
>>> I noticed the following message in /var/log/messages when I try to
>>> connect through kppp software:
>>> [ 1757.377343] ==> codecType = 0x31
>>> [ 1757.377349] ERR: Control Interface failed
>>>
>>> I'm using kernel 2.6.33, is this driver supported ?
>>>
>>> I too found this question at a support's website:
>>> http://comments.gmane.org/gmane.linux.linmodem/28755
>>> It is the same audio and I think that is the same modem too.
>>>
>>> Regards.
>>> ____________________________
>>> Adriano Loren7
>>> loren7@xxxxxxxxx
>>>
>>>
>>>
>>> 2010/10/5 Antonio Olivares <olivares14031@xxxxxxxxx>:
>>> > Adriano,
>>> >
>>> > You need the following driver:
>>> >
>>> > 11c11040 (on HDA audio cards) Â 2.6.31
>>> > agrsm-11c11040_20091225_i386.deb or
>>> > agrsm-11c11040-2.1.80~20091225.tar.bz2 Â!!
>>> > Â All available at:
>>> > http://linmodems.technion.ac.il/packages/ltmodem/11c11040/
>>> >
>>> >
>>> > Download it and install it. ÂTry to remove the other drivers because
>>> > they will likely conflict with the correct one. ÂReport back
>>> > presently.
>>> >
>>> > Regards,
>>> >
>>> >
>>> > Antonio
>>> >
>>> > On 10/5/10, Adriano Lorencetti <loren7@xxxxxxxxx> wrote:
>>> >> Hello friends ...
>>> >> I'm trying to install a modem driver, but I'm having some problems:
>>> >>
>>> >> ModemData.txt attached.
>>> >>
>>> >> NAME="Communication controller: Intel Corporation 5 Series/3400 Series
>>> >> Chipset HECI Controller "
>>> >> CLASS=0780
>>> >> PCIDEV=8086:3b64
>>> >> SUBSYS=1509:5020
>>> >> IRQ=11
>>> >> HDA2=00:1b.0
>>> >> HDAchipVendorID=11c1
>>> >> CHIP=0x11c11040
>>> >> IDENT=agrsm
>>> >> Driver=agrsm
>>> >> package=agrsm-11c11040
>>> >>
>>> >> As ScanModem told me, I used a driver from:
>>> >> http://linmodems.technion.ac.il/packages/ltmodem/11c11040/
>>> >>
>>> >> I used the most recent driver:
>>> >> agrsm06pci-2.1.80~20100106.tar.gz
>>> >>
>>> >> To install:
>>> >> make clean
>>> >> make
>>> >> make modules_install
>>> >>
>>> >> The driver was installed perfectly, and the modules too.
>>> >> The /dev/ttyAGS3 was created perfectly.
>>> >>
>>> >> The problem happens when I try to connect through kppp software. The
>>> >> function "Configue, Modem, Ask to Modem" works but returns no
>>> >> information.
>>> >> And, when I try to connect, the modem stop at step "Initializing
>>> >> modem" ... at this point the kppp stop ... no error appears ... and I
>>> >> can "Cancel" and "Connect" again (no freeze), but always stop at the
>>> >> point "Initializing modem".
>>> >>
>>> >> Any idea ?
>>> >>
>>> >> Tanks
>>> >>
>>> >> ____________________________
>>> >> Adriano Loren7
>>> >> loren7@xxxxxxxxx
>>> >>
>>> >
>>
>>
>



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

  Powered by Linux