
Hi, On Wed, 2004-06-23 at 10:03, Stephen Pearce wrote:
Hi, Went ahead and got one of these ... and the ltmodem source which I'm trying to compile under 2.6 what do you list when you "lspci" the modem? I get an unrecognised pcTel device .. number 2179 ..
Not sure exactly what you mean when you say number 2179, are you talking about the vendor_id? Sorry if the answer below covers what you already know, just making sure. First of all, If you are able to I would suggest using the excellent ./scanmodem script that comes with the ltmodem distribution, it will hide all the nasty details of detecting your modem from you and simply tell you if it can find a supported modem or not. If ./scanmodem doesn't work then you can move on to using lspci. The point of this exercise is to determine whether your modem is a supported chipset. In the lspci output what you are looking for is the vendor id code for the modem device. If you look in the 1ST-READ file in the ltmodem source package there is an excellent walk through of how to interpret the lspci output. Basically you would do something like the following # lspci -nv And get the following output 00:0a.0 Class 0780: 11c1:0440 (rev 01) Subsystem: 11c1:0440 Flags: bus master, medium devsel, latency 0, IRQ 12 ... and so on What you are looking for is the 3rd item on the first line of output (11c1:0440) this is the vendor_id and device ID. Compare the vendor ID to the supported list in the 1ST-READ file. If they match you are away laughing.
I am wondering if they have substituted a no name brand for the lectron modme you got ... either way compiling seems to be un straightforward .. so could you send me any tricks you used to get it compiled (fedora 2)
I notice from the ltmodem webpage that only the ltmodem versions 8.31a3 and onwards seem to support kernel 2.6. What version of ltmodem are you trying to compile. Hope this helps. Regards -- Matt Brown Email: matt(a)mattb.net.nz GSM: +64 21 611 544