Re: Agere 11C11040 Modem on HDA cards. (Roan)

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

 



Hi Roan, 
Great news!!!
The next step is now relatively simple.. the hard part
is done.

wvdialconf won't normally detect ports that are not in
the ttyS* range, so the easiest thing to do is just
edit /etc/wvdial.conf manually and point the modem
device setting /dev/ttyAGS3.

After adding your ISP phone num, username, and
password, you should be able to go by issuing
'wvdial'.

Bjorn


--- roan <roan@xxxxxxxx> wrote:

> but! there is smth new i can say. and this makes me
> happy 
>  :)
> -----
> $ cat /proc/asound/pcm
> 00-06: Si3054 Modem : Si3054 Modem : playback 1 :
> capture 
> 1
> 00-02: ALC883 Analog : ALC883 Analog : capture 2
> 00-01: ALC883 Digital : ALC883 Digital : playback 1
> 00-00: ALC883 Analog : ALC883 Analog : playback 1 : 
> capture 2
> -----
> what next should i do to make modem work? :)
> 
> 
> On Mon, 28 Jul 2008 08:52:34 -0400 (EDT)
>   Bjorn Wielens <uniacke1@xxxxxxxx> wrote:
> > Hmmm... Menedas is also running in to this
> issue...
> > Please try the following and report back:
> > 
> >> The following should work for you:
> >> Obtain the ALSA-driver 1.0.15 source tarball, and
> > the
> >> ALSA-driver 1.0.16 source tarball.
> >> Extract each to a separate directory.
> >> Copy the contents of folder
> >> alsa-driver-1.0.15/alsa-kernel/pci/hda/ TO
> >> alsa-driver-1.0.16/alsa-kernel/pci/hda/
> (overwrite
> >> existing files.)
> >> 
> >> Modify the hda_codec.c file you just copied over
> as
> >> we've discussed earlier.
> >> 
> >> then, in alsa-driver-1.0.16/ issue commands
> >> './configure --with-cards=hda-intel' followed by
> >> 'make'. This should generate the snd-hda-intel.ko
> >> module in the alsa-driver-1.0.16/modules
> directory.
> >> replace the one in /lib/modules/`uname
> >> -r`/kernel/sound/pci/hda/ with this one, and
> issue
> >> command 'sudo depmod -ae'. Reboot to load this
> new
> >> module.
> >> Then, you should be able to modprobe the modem
> > drivers
> >> successfully.
> >> 
> >> If you have success, please send the agrmodem.ko,
> >> agrserial.ko and snd-hda-intel.ko files from your
> >> computer to me in a tarball named
> >> 11c11040-(yourDistro)-(kernel version).tar so we
> can
> >> use these to make life a little easier for others
> > with
> >> the same configuration as yourself.
> > 
> > Almost there, 
> > 
> > Bjorn.
> > 
> > 
> > 
> > --- roan <roan@xxxxxxxx> wrote:
> > 
> >> i tried 'sudo modprobe agrmodem
> --force-modversion'
> >> but 
> >> the output was the same:
> >> -----
> >> ~/Desktop/agrsm-HDA-20080721-ALSA15$ sudo
> modprobe 
> >> agrmodem --force-modversion
> >> FATAL: Error inserting agrmodem 
> >>
> (/lib/modules/2.6.24-19-generic/extra/agrmodem.ko): 
> >> Unknown symbol in module, or unknown parameter
> (see
> >> dmesg)
> >> -----
> >> 
> >> and i also attached the output of 'dmesg' if this
> >> will 
> >> help.
> >> 
> >> 
> >> On Sun, 27 Jul 2008 18:34:33 -0300
> >>   Bjorn Wielens <Uniacke1@xxxxxxxx> wrote:
> >> > Hi Roan,
> >> > Great news!
> >> > You can send the output of dmesg if you like,
> but
> >> I 
> >> >should say the following first:
> >> > if the output says 'module agrmodem disagrees
> >> about 
> >> >version of symbol snd_card' or something like
> that,
> >> try 
> >> >again with 'sudo modprobe agrmodem
> >> --force-modversion'. 
> >> >This tells the system to ignore the version
> >> complaint and 
> >> >load anyway.
> >> > 
> >> > However, if you get an error about symbols 
> >> >'snd_hda_codec_read/write' then please send me
> the
> >> output 
> >> >so I can see what's up.
> >> > 
> >> > Also when using wvdial, if you get an error
> that
> >> the 
> >> >modem is not responding, check the output of
> dmesg
> >> too... 
> >> >If you see a 'No Stream' error, it means we have
> a
> >> little 
> >> >more work ahead of us... but that we are well in
> >> the 
> >> >right direction.
> >> > 
> >> > Good luck!
> >> > Bjorn.
> >> > 
> >> > roan wrote:
> >> >> ok. now i got it.
> >> >> so i copied serial26.c file
> >> >> then tried 'make module'
> >> >> ---------
> >> >> ~/Desktop/agrsm-HDA-20080721-ALSA15$ make
> module
> >> >> make -C /lib/modules/`uname -r`/build/ 
> >> >>
> >>
> SUBDIRS=/home/roan/Desktop/agrsm-HDA-20080721-ALSA15
> >> 
> >> >>modules
> >> >> make[1]: Entering directory 
> >> >>`/usr/src/linux-headers-2.6.24-19-generic'
> >> >>   CC [M] 
> >>
>
>>>/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/serial26.o
> >> >>   LD [M] 
> >>
>
>>>/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodem.o
> >> >>   LD [M] 
> >>
>
>>>/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrserial.o
> >> >>   Building modules, stage 2.
> >> >>   MODPOST 2 modules
> >> >> WARNING: could not find 
> >> >>
> >>
> >
>
/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/.agrmodemlib.o.cmd
> >> 
> >> >>for 
> >> >>
> >>
> >
>
/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodemlib.o
> >> >> WARNING: "snd_hda_codec_write" 
> >> >>
> >>
> >
>
[/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodem.ko]
> >> 
> >> >>undefined!
> >> >> WARNING: "snd_hda_codec_read" 
> >> >>
> >>
> >
>
[/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodem.ko]
> >> 
> >> >>undefined!
> >> >> WARNING: "snd_cards" 
> >> >>
> >>
> >
>
[/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodem.ko]
> >> 
> >> >>undefined!
> >> >>   CC 
> >> >>   
> >>
> >
>
/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodem.mod.o
> >> >>   LD [M] 
> >>
>
>>>/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrmodem.ko
> >> >>   CC 
> >> >>   
> >>
> >
>
/home/roan/Desktop/agrsm-HDA-20080721-ALSA15/agrserial.mod.o
> 
=== message truncated ===



      __________________________________________________________________
Get a sneak peak at messages with a handy reading pane with All new Yahoo! Mail: http://ca.promos.yahoo.com/newmail/overview2/

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

  Powered by Linux