Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread josh
I'm trying to configure an Aircard 850 to run on my Thinkpad Z61m which runs Debian (kernel 2.6.18-3-686). I followed the directions here: http://mycusthelp.com/sierrawireless/supportkbitem.asp?sSessionID=&Inc=6704&sFilA=FAQ%20Category&sFilB=Products&sFilC=&KEY=linux but the card is not assigned a

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread Peter Stuge
On Sun, Jun 17, 2007 at 03:39:28PM -0400, [EMAIL PROTECTED] wrote: > lspcmcia returns the following: > > Socket 0 Device 0: [serial_cs] (bus ID: 0.0) > Configuration: state: on > Product Name: Sierra Wireless AC850 3G Network Adapter R1 > Identificati

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread josh
On Sun, 17 Jun 2007, Peter Stuge wrote: >> Any ideas on what I'm missing? > > Perhaps this line anywhere among the other similar lines in > drivers/serial/serial_cs.c in your kernel sources: > > PCMCIA_DEVICE_PROD_ID12("Sierra Wireless", "AC850", 0xd85f6206, 0x42a2c018), Thanks Peter, unfortunate

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread Peter Stuge
On Sun, Jun 17, 2007 at 05:09:34PM -0400, [EMAIL PROTECTED] wrote: > > PCMCIA_DEVICE_PROD_ID12("Sierra Wireless", "AC850", 0xd85f6206, 0x42a2c018), > > Thanks Peter, unfortunately this didn't seem to help. Any other > ideas? Sorry, no. :\ Also strange that the device is a network function but get

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread josh
On Sun, 17 Jun 2007, Peter Stuge wrote: > On Sun, Jun 17, 2007 at 05:09:34PM -0400, [EMAIL PROTECTED] wrote: >>> PCMCIA_DEVICE_PROD_ID12("Sierra Wireless", "AC850", 0xd85f6206, 0x42a2c018), >> >> Thanks Peter, unfortunately this didn't seem to help. Any other >> ideas? > > Sorry, no. :\ Also stran

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread Peter Stuge
On Sun, Jun 17, 2007 at 05:26:45PM -0400, [EMAIL PROTECTED] wrote: > > Sorry, no. :\ Also strange that the device is a network function > > but gets the serial_cs driver. > > Could that be due of the following lines in /etc/pcmcia/config > > card "Serial or Modem" >function serial_port >

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread Josh Zlatin
On Sun, 17 Jun 2007, Peter Stuge wrote: >>> Could you send the full dmesg after insertion? >> >> pccard: PCMCIA card inserted into slot 0 >> pcmcia: registering new device pcmcia0.0 > > Not a lot, is that really all there is? Yes. Is there any other debugging information that might be helpful? -

Can't find card II

2007-06-17 Thread David H. Lynch Jr.
This is somewhat long. I am sorry, but I have no clue were to look and I have tried to provide as much useful information as possible. Any clues would be greatly appreciated I am a competent linux driver developer, but I know very little about PCMCIA. I am trying to get a driver that

Re: Aircard 850 on a Thinkpad Z61m

2007-06-17 Thread rukhsana ansari
Hi, Not sure whether this will help but you may want to try it. It worked for me when I had similar problems with AC 860 on a desktop. Get the io port range assigned to the card from the CIS file. In my case it was 0x48f8 0x48ff. Add this to /etc/pcmcia/config.opts file. -Rukhsana Josh Zlatin