I couldn't find anything in the BIOS that controls the wireless card, but when I highlight "Disable wireless card", it says on the bottom : "wireless : enabled/ wireless networking: off", and it seems I can't change it.
Also, your command didn't do anything :
kyrie@kyrie-laptop:~$ dmesg | grep eth1
kyrie@kyrie-laptop:~$
But when i just did dmesg, i got a long list of names of the parts for my laptop, I just picked out the ones relating to my wireless card:
[ 44.893129] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 44.893134] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 44.893593] ACPI: PCI Interrupt Link [C0C6] enabled at IRQ 11
[ 44.893597] ACPI: PCI Interrupt 0000:02:04.0[A] -> Link [C0C6] -> GSI 11 (level, low) -> IRQ 11
[ 44.914716] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[ 46.073463] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x1b6eb1, caps: 0xa84793/0x100000
[ 46.073469] serio: Synaptics pass-through port at isa0060/serio4/input0
[ 46.116217] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
[ 46.774987] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input8
[ 46.786603] ACPI: Video Device [C0CF] (multi-head: yes rom: no post: no)
[ 48.055909] irda_init()
[ 48.055927] NET: Registered protocol family 23
[ 48.135412] Detected unconfigured HP nc8000 family SMSC IrDA chip, pre-configuring device.
[ 48.135417] Setting up Intel 82801 controller and SMSC device
[ 48.135433] Detected Chip id: 0x5a, setting up registers...
[ 48.135571] found SMC SuperIO Chip (devid=0x5a rev=00 base=0x004e): LPC47N227
[ 48.135587] smsc_superio_flat(): fir: 0x130, sir: 0x2f8, dma: 03, irq: 5, mode: 0x0e
[ 48.135601] SMsC IrDA Controller found
[ 48.135602] IrCC version 2.0, firport 0x130, sirport 0x2f8 dma=3, irq=5
[ 48.135651] smsc_ircc_set_sir_speed(), Setting speed to: 9600
[ 48.135663] No transceiver found. Defaulting to Fast pin select
[ 48.153864] parport_pc 00:05: reported by Plug and Play ACPI
[ 48.153914] parport0: PC-style at 0x378 (0x77

, irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 48.251548] tpm_inf_pnp 00:0c: Found C197 with ID IFX0101
[ 48.251586] tpm_inf_pnp 00:0c: TPM found: config base 0xe0, data base 0x1400, chip version 0x0006, vendor id 0x15d1 (Infineon), product id 0x0006 (SLD 9630 TT 1.1)
[ 49.685581] ipw2200: Radio Frequency Kill Switch is On:
[ 49.685584] Kill switch must be turned off for wireless networking to work.
[ 49.822281] IrDA: Registered device irda0
[ 49.830098] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a
The one that intrigues me the most is this part:
[ 49.685581] ipw2200: Radio Frequency Kill Switch is On:
[ 49.685584] Kill switch must be turned off for wireless networking to work.
So how would I turn off the kill switch?