Hugo, Thanks But with your Agere/LSI 11c1:0620 modem, which kernels? MarvS On Sun, May 17, 2009 at 10:59 PM, hugocanalli <hugocanalli@xxxxxxxxxxxxxxxxxx> wrote: > Hi, > I'm not using DKMS. I prefer to compile my driver manually. > I've tried the agrsm-2.1.80-7mdv2009.0.tar.gz package and is working > in my Slackware OS. > > Hugo > > ---------- Cabeçalho inicial ----------- > > De: "Marvin Stodolsky" marvin.stodolsky@xxxxxxxxx > Para: "Nikolay Zhuravlev" xxor@xxxxxxx > Cópia: discuss@xxxxxxxxxxxxx > Data: Sun, 17 May 2009 21:21:35 -0400 > Assunto: Re: testing needed for dkms-agrsm-2.1.80-7mdv2009.0 > >> Nikolay, >> >> Within agrsoftmodem.c.2.6.27: >> const SUPPORTED_DEVICES agereSupDevices[] = { >> { 0x11C1, 0x0620, 0x0000, 0x0000 }, >> { 0x11C1, 0x0630, 0x0000, 0x0000 }, >> >> The 0x0620 containing line was placed by AgereSystems/LSI >> But the 0x0630 containing line was added by me for testing purposes, >> on the hope that the old code might provide some support for the new >> 11c1:0630 chipset. >> Evidently the old code does not. >> >> Hugo, >> Would you please test the new dkms-agrsm-2.1.80-7 code for support >> of your 11c1:0620 modem. Report to the List. >> >> Antonio >> Symbolic links >> /dev/ttySAG --> /dev/AGR3 >> /dev/ttySAGR --> /dev/AGR3 >> serve equally well. Any >> /dev/ttySxys symbolic link --> /dev/AGR3 >> would serve to lead wvdialconf to /dev/ttyAGR3, which is the true > modem port. >> >> Marvin >> >> On Sun, May 17, 2009 at 6:46 PM, Nikolay Zhuravlev <xxor@xxxxxxx> wrote: >> > Antonio, >> > >> > Thus spake Antonio Olivares (olivares14031@xxxxxxxxx): >> > >> > [skip] >> >> root@slax:~# ln -s /dev/ttyAGS3 /dev/ttySAG >> > >> > The name of the device shall be /dev/ttySAGR >> > To better diagnose the problem, I would suggest building >> > the driver "7mdv" manually from source, >> > install it with 'make modules_install' and see if >> > wvdialconf can recognize it: >> > >> > # kill all the funny Agr...Daemons, etc first, next: >> > $ sudo modprobe -r agrserial >> > $ sudo modprobe -r agrmodem >> > $ sudo find /lib/modules -name "agr*" -type f -exec rm -f {} \; >> > $ make >> > $ sudo make modules_install >> > $ sudo modprobe agrmodem >> > $ sudo modprobe agrserial >> > $ sudo ln -s /dev/ttyAGS3 /dev/ttySAGR >> > $ sudo wvdialconf /dev/wvdial.conf >> > >> > >> > [skip] >> >> I also see some differences between the packages, namely the >> >> agrms-2.1.80-7mdv2009.0 and the agrsm-20090502 packages. >> > >> > They are for the different hardware, I think. The "7mdv" shall > work for the >> > 11c11140 chipset that sits on the HDA audio. I am not sure what > other chipset >> > it supports and how well. The agrsm-20090502 does not have the > HDA layer >> > support, hence it doesn't support 11c11140 on HDA, and its > codebase is/was >> > different from the "mdv" sources. >> > >> >> 5) I am more confused now than what I was before, the >> >> agrsm-2.1.80mdv2009.0 package should be more appropriate for the >> >> 11c11040 chipset than the others: >> >> >> >> 11c1:0630, 11c1:0620, 11c1:0630 and 11c1:048c(or f) >> >> >> >> This is how I interpret the results. >> > >> > Were the chipsets that you mention (11c1:0630, 11c1:0620, >> > 11c1:0630 and 11c1:048) supported by earlier release >> > of the "mdv" sources, like the "4mdv" sources available >> > at the Zsolt site, for example? What did you use before? >> > >> > -- >> > WBR, Nikolay Zhuravlev >> > >> >> > >