Bjorn, Would you please work with both Menedas having Ubuntu Linux version 2.6.24-19-generic with a 11c11040 Roan, having a 11c11040 and 2.6.24-19-generic or later. Concerning the License issue for 2.6.25 and later kernels, I have found that with the Proprietary Lincense retained, changing in agrsoftmodem.c the line #define USB_MODEM 1 to /* #define USB_MODEM 1 */ blocks the usage of the USB code section, the agrmodem.ko compile is successful However the 2nd stage agrserial.ko still fails because of License problems. MarvS --- agrsoftmodem.c 2008-07-09 22:47:16.000000000 -0400 +++ agrsoftmodem.c.orig 2008-07-09 22:13:07.000000000 -0400 @@ -17,7 +17,7 @@ #ifndef AGERE_SOFT_MODEM #define AGERE_SOFT_MODEM #endif -/* #define USB_MODEM 1 */ +#define USB_MODEM 1 //bala-dbg //#include <linux/config.h> if the terminal USB section of agrsoftmodem.c is deleted, the compile into agrsoftmodem.o However, the On Sat, Jul 19, 2008 at 6:35 PM, Antonio Olivares <olivares14031@xxxxxxxxx> wrote: > Download the files: > http://linmodems.technion.ac.il/packages/ltmodem/11c11040/agere_modem.tar.gz > http://linmodems.technion.ac.il/packages/ltmodem/11c11040/hda_symbols.patch > read the file > http://linmodems.technion.ac.il/packages/ltmodem/11c11040/11c11040.txt > > Getting the modem to work is a hard feat, Jose has succeeded, Bjorn has succeeded and others have not tried anymore. > > Take a look at the thread > > http://www.nabble.com/Agere-11c11040-success-with-ALSA-1.0.17-to18484945.html > > It will hopefully guide you to success. > > Regards, > > Antonio > > > --- On Sat, 7/19/08, menedas <menedas@xxxxxxxx> wrote: > >> From: menedas <menedas@xxxxxxxx> >> Subject: How to run the modem? >> To: discuss@xxxxxxxxxxxxx >> Date: Saturday, July 19, 2008, 2:47 PM >> Hallo, >> can you help me to run my modem under Ubuntu 8.04? I have >> tried with no success the Linuxant driver and the >> sl-modem-daemon package. In Windows its name is "Agere >> Systems HDA Modem". >> >> Here is the line from the Hardware Info from Windows: >> HDAUDIO\FUNC_02&VEN_11C1&DEV_1040&SUBSYS_2118144D&REV_1002\4&2DF9E19E&0&0101 >> >> The modem is in the Samsung R60plus notebook. >> >> Thank you very much for your help. >> >> >> >> __________________________________________________________ >> Gesendet von Yahoo! Mail. >> Dem pfiffigeren Posteingang. >> http://de.overview.mail.yahoo.com > > > >