For 11c1:0449 Install the libc6-dev package and anything else needed to support compiling under your kernel. Then the modem specific code needed is at http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ the martian-full-20080625.tar.gz On Fri, Jan 30, 2009 at 12:55 PM, <zlinuxman@xxxxxxxxxx> wrote: > I did what you asked, but > > bash ./scanModem 2>&1 | tee zl.txt > > did not produce much useful output. Here is the entire contents of zl.txt: > > ------------------------- > UPDATE=2009_01_19 > Continuing as this update is only 1 weeks old, > but the current Update is always at: http://linmodems.technion.ac.il > > ------------------------- > > (The dashed lines are delimiters, of course, they are not part of the > output.) At that point, the process hangs and I have to stop it with ^C. > > Here is the relevant output from "lspci": > > ------------------------- > 00:06.0 Communication controller: Agere Systems WinModem 56k (rev 01) > ------------------------- > > And here is the relevant output from "lspci -nv" > > ------------------------- > 00:06.0 0780: 11c1:0449 (rev 01) > Subsystem: 1468:0440 > Flags: medium devsel, IRQ 11 > Memory at fedffc00 (32-bit, non-prefetchable) [size=256] > I/O ports at fc88 [size=8] > I/O ports at f800 [size=256] > Capabilities: [f8] Power Management version 2 > > -------------------------- > > From other web sites I've seen, it appears that someone once released > an OCO (Object Code Only) Linux driver for this modem, which was compiled > for Linux kernel 2.2.12, but it has not been kept up to date and does not > work with more recent kernels. > > On Thu, 29 Jan 2009 18:52:57 -0500, Marvin Stodolsky wrote >> Please run: >> >> $ bash ./scanModem 2>&1 | tee zl.txt >> and send me the zl.txt so I can do a bugfix. >> >> If your modem is internal, do: >> $ lspci >> $ lspci -nv >> >> and that may provide enough info to give modem advice. >> >> MarvS > >