Linux 2.6.0-test1, PCMCIA modem

2003-07-24 Thread Christopher Swingley
Greetings!

I'm trying to figure out how to get 2.6.0-test1 running on a laptop.  
I've gotten it to run fine on many desktop systems, but on the laptop I 
just can't seem to figure out what I'm supposed to do in order to get a 
PCMCIA modem to work (the laptop has internal eth0, and a Winmodem).

Right now it boots up just fine with the modem card plugged in, but no 
modem.  When I unplug the card and plug it back in, cardmgr (from the 
Debian sid pcmcia-cs package) says:  'Module serial_cs not found'.  I've 
also got the Debian sid hotplug and module-init-tools packages 
installed.

When I try to build the pcmcia-cs-3.2.4 packages the configure fails.  
With 'cardbus = y' it says I must turn this option off.  With it off, 
the configure fails with '2.5.0 and later kernels require that PCMCIA be 
configured in the kernel source tree.'  But:

CONFIG_PCMCIA=y
CONFIG_PCMCIA_PROBE=y

is in my /boot/config-2.6.0-test1

Does anyone know how to get a PCMCIA modem to work under 2.6.0-test1?

Thanks,

Chris
-- 
Christopher S. Swingley  email: [EMAIL PROTECTED]
IARC -- Frontier Program Please use encryption.  GPG key at:
University of Alaska Fairbanks   www.frontier.iarc.uaf.edu/~cswingle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux 2.6.0-test1, PCMCIA modem

2003-07-24 Thread Marino Fernandez
On Thursday 24 July 2003 4:29 pm, Christopher Swingley wrote:
 Greetings!

 I'm trying to figure out how to get 2.6.0-test1 running on a laptop.
 I've gotten it to run fine on many desktop systems, but on the laptop I
 just can't seem to figure out what I'm supposed to do in order to get a
 PCMCIA modem to work (the laptop has internal eth0, and a Winmodem).


I have a PCMCIA modem and it works with 2.6.0test1

In make menuconfig, look for Bus options, then:
Support for hotplugable devices y
PCMCIA/Cardbus support

PCMCIA/CB support   y
yenta compatible..  M
i82092  y
i82365  y
Databook TCIC   M

Now, this is the module tree for my PCMCIA device with 2.4.21
PCMCIA
pcmcia_core
yenta_socket
ds
serial_cs
ds
serial

And this is the one with 2.6.0:

PCMCIA built in (does not show with lsmod)
yenta_socket

Note also that serial_cd and serial are (I think) 2.4.x specific modules; I 
have this in /etc/modules:

#Kernel 2.4.x
rtc
#power management
apm power_off=1

#pcmcia
serial_cs

#usb
usb-uhci

i810_rng
8139too
agpgart
i830

#sound
#snd-intel8x0
i810_audio

#Kernel common
ntfs
nls_iso8859-1
nls_cp437
yenta_socket
af_packet
#autofs4
#irport

#Kernel 2.6.x
usbcore
uhci-hcd   -- note that this module is the same as usb-uhci, but this is the 
2.6.xs version. I guess the same applies for serial_cs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux 2.6.0-test1, PCMCIA modem

2003-07-24 Thread Marino Fernandez
On Thursday 24 July 2003 10:38 pm, Marino Fernandez wrote:
 On Thursday 24 July 2003 4:29 pm, Christopher Swingley wrote:
  Greetings!
 
  I'm trying to figure out how to get 2.6.0-test1 running on a laptop.
  I've gotten it to run fine on many desktop systems, but on the laptop I
  just can't seem to figure out what I'm supposed to do in order to get a
  PCMCIA modem to work (the laptop has internal eth0, and a Winmodem).

 I have a PCMCIA modem and it works with 2.6.0test1

 In make menuconfig, look for Bus options, then:
 Support for hotplugable devices   y
   PCMCIA/Cardbus support

   PCMCIA/CB support   y
   yenta compatible..  M
   i82092  y
   i82365  y
   Databook TCIC   M

Sorry, I missed this:
In character devices, under Serial drivers enable (I choose built in) 
8250/16550 PCMCIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]