The tarball is bzip2 compressed, not gzipped. Also, Makefile.mine is not needed. -- Nick Zhuravlev www.auriga.com On Sun, Dec 06, 2009 at 03:25:50PM -0400, Bjorn Wielens <Uniacke1@xxxxxxxx> wrote: > This is the source (NON-DKMS) for the agrsm 11c11040 (and others > supported by agrsm) on 2.6.30 or above. > All patches have already been applied, including Nikolays'. Also some > changes to pid handling since it used functions that were deprecated. > > To use you must MANUALLY change the module license from proprietary. > > Modem dialling sounds do NOT work in this package, hence agrMdmDaemon is > NOT included. > > > > Bjorn Wielens wrote: > > I've stripped all the unnecessary ones from my source. > > I was able to dial in and maintain a PPP session on 2.6.31 (openSuSE > > 11.2 stock kernel) and now I am testing to see whether the dialling > > sounds can be made to work (they worked in 2.6.27 for me, not anymore). > > I will send a tarball of sources to Jacques as soon as I get a > > definitive result. > > > > Bjorn. > > > > Nikolay Zhuravlev wrote: > >> All, > >> > >> I got the same results for the 2.6.28.10 kernel. > >> (without the patches a_18_19.patch and a_19_20.patch) > >> > >> Also, I noticed that the driver does quite a lot of output > >> to /var/log/messages, as compared to the "7mdv" tarball: > >> > >> $ grep printk agrsm-2.1.80-10mdv2009.0-modified/*.c | wc -l > >> 82 > >> $ grep printk agrsm-2.1.80-7mdv2009.0/*.c | wc -l > >> 46 > >> > >> It is better to #ifdef the printk()s and use them only for > >> the debugging sessions. > >> > >> If something goes wrong, the /var/log/messages grows to > >> hundreds of megabytes within minutes. > >> > >