On Mon, Jan 12, 2009 at 01:09:38AM +0100, Michael Jarosch wrote: > Hello again! > > It took some time, but finally Pavel Roskin took mercy on me... :) > After I sent him some lines of the kern.log (with the driver activated > for my pcmcia-card), he wrote to me: > > --------------------------------------------------------------------- > > > kernel: [ 253.727624] eth1: Firmware determined as Lucent/Agere 8.42 > > OK, then only orinoco_cs needs to be patched. I'm submitting the patch > now. > > -------------------------------------------------------------------- > > and this seems to be the patch: > > -------------------------------------------------------------------- > > --- > drivers/net/wireless/orinoco/orinoco_cs.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/wireless/orinoco/orinoco_cs.c > b/drivers/net/wireless/orinoco/orinoco_cs.c > index 14ff274..59ad536 100644 > --- a/drivers/net/wireless/orinoco/orinoco_cs.c > +++ b/drivers/net/wireless/orinoco/orinoco_cs.c > @@ -435,6 +435,7 @@ static struct pcmcia_device_id orinoco_cs_ids[] = { > PCMCIA_DEVICE_MANF_CARD(0x0250, 0x0002), /* Samsung SWL2000-N > 11Mb/s WLAN Card */ > PCMCIA_DEVICE_MANF_CARD(0x0261, 0x0002), /* AirWay 802.11 > Adapter (PCMCIA) */ > PCMCIA_DEVICE_MANF_CARD(0x0268, 0x0001), /* ARtem Onair */ > + PCMCIA_DEVICE_MANF_CARD(0x0268, 0x0003), /* ARtem Onair Comcard > 11 */ > PCMCIA_DEVICE_MANF_CARD(0x026f, 0x0305), /* Buffalo WLI-PCM-S11 > */ > PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1612), /* Linksys WPC11 > Version 2.5 */ > PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1613), /* Linksys WPC11 > Version 3 */ > > ------------------------------------------------------------------- > > > I guess, this is only committed for the newest kernel in > development?
His patch was submitted a few days ago, but hasn't been accepted yet: You can watch for its inclusion here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;f=drivers/net/wireless/orinoco/orinoco_cs.c > Maybe this has also to be added to the Debian-Kernel? > Well, I guess you guys should know what to do with this, I just wanted > to let you know. :) If you are interesting in all the interesting lines > of my kern.log I sent to Pavel, please look at the end of this post. > > Although this is a big step forward, this doesn't mean that the card is > working perfectly - the driver is loading and I can scan (at least some > time), but still I wasn't able to connect to an AP or even change the > channel. Have you notified upstream of this issue? Hopefully they can work with you to get this issue resolved upstream and we can include the necessary changes in the lenny kernel. > I splitted the kernel log into two sections. The first one is what > happens, when I plug in the card. The second are some messages I get a > few minutes later. Maybe someone knows, what's happening here. > > I'm still hoping that I can use my card with debian lenny... :) > ---------------------------------------------------------------------- > > kernel: [ 7982.248209] pccard: PCMCIA card inserted into slot 0 > kernel: [ 7982.249155] pcmcia: registering new device pcmcia0.0 > kernel: [ 7982.332012] eth1: Hardware identity 0002:0002:0005:0000 > kernel: [ 7982.332134] eth1: Station identity 001f:0001:0008:002a > kernel: [ 7982.332144] eth1: Firmware determined as Lucent/Agere 8.42 > kernel: [ 7982.332149] eth1: Ad-hoc demo mode supported > kernel: [ 7982.332155] eth1: IEEE standard IBSS ad-hoc mode supported > kernel: [ 7982.332160] eth1: WEP supported, 104-bit key > kernel: [ 7982.332242] eth1: MAC address 00:02:2d:8e:d8:bd > kernel: [ 7982.332336] eth1: Station name "HERMES I" > kernel: [ 7982.332901] eth1: ready > kernel: [ 7982.334805] eth1: orinoco_cs at 0.0, irq 3, io 0x0100-0x013f > kernel: [ 7984.533141] ADDRCONF(NETDEV_UP): eth1: link is not ready > kernel: [ 7984.947054] eth1: New link status: Connected (0001) > kernel: [ 7984.948207] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready > kernel: [ 7995.060181] eth1: no IPv6 routers present > > ----------------------------------------------------------------------- > > kernel: [ 8142.000182] NETDEV WATCHDOG: eth1: transmit timed out > kernel: [ 8142.000205] eth1: Tx timeout! ALLOCFID=ffff, TXCOMPLFID=ffff, > EVSTAT=8000 > kernel: [ 8142.000235] ------------[ cut here ]------------ > kernel: [ 8142.000242] WARNING: at net/sched/sch_generic.c:222 > dev_watchdog+0x8f/0xdc() > kernel: [ 8142.000249] Modules linked in: orinoco_cs orinoco hermes bnep > rfcomm l2cap bluetooth nsc_ircc ipv6 speedstep_smi speedstep_lib > cpufreq_ondemand cpufreq_stats cpufreq_conservative freq_table > cpufreq_powersave cpufreq_userspace r128 drm nvram loop axnet_cs > pcnet_cs 8390 battery pcmcia firmware_class ac irtty_sir sir_dev > parport_pc video output irda parport crc_ccitt button serio_raw > i2c_piix4 pcspkr psmouse i2c_core yenta_socket rsrc_nonstatic > pcmcia_core shpchp pci_hotplug intel_agp agpgart evdev ext3 jbd mbcache > sha256_generic aes_i586 aes_generic cbc dm_crypt crypto_blkcipher > dm_mirror dm_log dm_snapshot dm_mod ide_cd_mod cdrom ide_disk > ata_generic libata scsi_mod ide_pci_generic floppy uhci_hcd piix usbcore > ide_core dock 3c59x mii thermal processor fan thermal_sys > kernel: [ 8142.000398] Pid: 0, comm: swapper Not tainted 2.6.26-1-686 #1 > kernel: [ 8142.000416] [<c012256f>] warn_on_slowpath+0x40/0x66 > kernel: [ 8142.000453] [<c01190e6>] hrtick_start_fair+0xeb/0x12c > kernel: [ 8142.000483] [<c01188b2>] enqueue_task+0x52/0x5d > kernel: [ 8142.000497] [<c01188d8>] activate_task+0x1b/0x26 > kernel: [ 8142.000509] [<c011b679>] try_to_wake_up+0xe8/0xf1 > kernel: [ 8142.000530] [<c01318e9>] autoremove_wake_function+0xd/0x2d > kernel: [ 8142.000553] [<c011845d>] __wake_up_common+0x2e/0x58 > kernel: [ 8142.000573] [<c011a641>] __wake_up+0x29/0x39 > kernel: [ 8142.000592] [<c012f067>] insert_work+0x58/0x5c > kernel: [ 8142.000605] [<c012f355>] __queue_work+0x1c/0x28 > kernel: [ 8142.000618] [<c012f3b0>] queue_work+0x33/0x3c > kernel: [ 8142.000630] [<c0266af1>] dev_watchdog+0x8f/0xdc > kernel: [ 8142.000643] [<c0129658>] run_timer_softirq+0x11a/0x17c > kernel: [ 8142.000659] [<c0266a62>] dev_watchdog+0x0/0xdc > kernel: [ 8142.000679] [<c0126579>] __do_softirq+0x66/0xd3 > kernel: [ 8142.000693] [<c012662b>] do_softirq+0x45/0x53 > kernel: [ 8142.000703] [<c01268e2>] irq_exit+0x35/0x67 > kernel: [ 8142.000711] [<c0105f3f>] do_IRQ+0x52/0x63 > kernel: [ 8142.000735] [<c01042a7>] common_interrupt+0x23/0x28 > kernel: [ 8142.000756] [<c01300d8>] param_set_charp+0x8/0x48 > kernel: [ 8142.000769] [<c882e097>] acpi_idle_enter_bm+0x2a9/0x317 > [processor] > kernel: [ 8142.000819] [<c02498cd>] cpuidle_idle_call+0x5b/0x86 > kernel: [ 8142.000834] [<c0249872>] cpuidle_idle_call+0x0/0x86 > kernel: [ 8142.000844] [<c01025ce>] cpu_idle+0xab/0xcb > kernel: [ 8142.000862] ======================= > kernel: [ 8142.000868] ---[ end trace 6067a6fdd23a928e ]--- > kernel: [ 8142.528737] eth1: New link status: Connected (0001) > kernel: [ 8189.211424] eth1: New link status: AP Out of Range (0004) > kernel: [ 8189.310660] eth1: New link status: AP In Range (0005) > -- dann frazier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org