The Atmel wireless driver in kernel version 2.6.6 is broken: the symptoms are an Oops message when the driver first loads and runs. This is caused by changes in the sysfs code. The following patch fixes things. Simon Kelley. 24/5/2004 --- linux.orig/drivers/net/wireless/atmel_cs.c +++ linux/drivers/net/wireless/atmel_cs.c @@ -350,6 +350,9 @@ static struct { static struct device atmel_device = { .bus_id = "pcmcia", + .kobj = { + .k_name = "atmel_cs" + } }; static void atmel_config(dev_link_t *link)