View previous topic :: View next topic |
Author |
Message |
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Thu Jul 17, 2008 1:00 am Post subject: Wireless Setup (SOLVED) |
|
|
Ok, I want to setup wireless on my network. I emerged wireless-tools and wpa_supplicant but what do I do next? The output for iwconfig is...
Quote: | penguin ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
sit0 no wireless extensions.
ppp0 no wireless extensions.
|
eth0 and eth1 are my wired network cards, ppp0 is my pppoe and I don't know what sit0 is but it was there before I plugged in my wireless card.
I am guessing I should see something like wlan0. Do I need to include something in my kernel? I want to use WPA.
Last edited by Evileye on Mon Jul 21, 2008 9:07 am; edited 3 times in total |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Thu Jul 17, 2008 1:24 am Post subject: |
|
|
What kind of card do you have?
Give output of lspci and lspci -n.
poly-p man
btw, in case you're curious, sit0 is an ipv6-to-ipv4 tunnel special device that can be ignored. _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Thu Jul 17, 2008 1:32 am Post subject: |
|
|
My card is a D-Link DWL-G520. According to this it works with Linux and uses the Atheros driver. But in my kernel config there is no option for Atheros that I can find.
Quote: | penguin linux-2.6.24.7 # lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:0a.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
00:0c.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet Controller (rev 05)
00:0d.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet Controller (rev 05)
00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600 GT] (rev a2)
|
Quote: | penguin linux-2.6.24.7 # lspci -n
00:00.0 0600: 1106:3189 (rev 80)
00:01.0 0604: 1106:b198
00:0a.0 0200: 168c:0013 (rev 01)
00:0c.0 0200: 8086:107c (rev 05)
00:0d.0 0200: 8086:107c (rev 05)
00:0f.0 0104: 1106:3149 (rev 80)
00:0f.1 0101: 1106:0571 (rev 06)
00:10.0 0c03: 1106:3038 (rev 81)
00:10.1 0c03: 1106:3038 (rev 81)
00:10.2 0c03: 1106:3038 (rev 81)
00:10.3 0c03: 1106:3038 (rev 81)
00:10.4 0c03: 1106:3104 (rev 86)
00:11.0 0601: 1106:3227
01:00.0 0300: 10de:00f1 (rev a2)
|
|
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Thu Jul 17, 2008 2:53 am Post subject: |
|
|
ok, my kernel menu is a little different that is listed on the wiki article, is this correct?
Quote: | [*]Enable loadable module support
[*] Module unloading
[*] Automatic kernel module loading (optional)
Device Drivers
[*] Networking device support
Wireless LAN (non-hamradio) ---> (mine doesn't say non-hamradio)
[*] Wireless LAN (IEEE 802.11) ( I selected this but atheros isn't listed in the drivers in the menu that opens up when you select this)
|
I set up everything according to the wiki article for madwifi installed madwifi then ran modprobe ath_pci and nothing shows up. The kernel modules for atheros is not listed when I configure my kernel. |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Thu Jul 17, 2008 3:38 am Post subject: |
|
|
http://madwifi.org/wiki/UserDocs/KernelConfig
Do that, install madwifi, run depmod (probably not necessary), then modprobe it again.
Give dmesg output if it doesn't work.
poly-p man _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 3:32 am Post subject: |
|
|
ok, I configured my kernel but when I run "depmod" nothing happens, when I run modproble it just says...
Quote: | penguin ~ # depmod
|
Quote: | penguin ~ # modprobe
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-b] [-o <modname>] [ --dump-modversions ] <modname> [parameters...]
modprobe -r [-n] [-i] [-v] <modulename> ...
modprobe -l -t <dirname> [ -a <modulename> ...]
|
...nothing happens. Is there something that I need to add after the depmod or modprobe command?
Here is my dmesg...
Quote: | 000000007fff3000 (ACPI NVS)
BIOS-e820: 000000007fff3000 - 0000000080000000 (ACPI data)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
1151MB HIGHMEM available.
896MB LOWMEM available.
Entering add_active_range(0, 0, 524272) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 524272
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 524272
On node 0 totalpages: 524272
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
HighMem zone: 2303 pages used for memmap
HighMem zone: 292593 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
DMI 2.3 present.
Allocating PCI resources starting at 88000000 (gap: 80000000:7ec00000)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520177
Kernel command line: root=/dev/sda5 vga=791
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2109.488 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 2074904k/2097088k available (2595k kernel code, 21004k reserved, 806k data, 192k init, 1179584k highmem)
virtual kernel memory layout:
fixmap : 0xfffee000 - 0xfffff000 ( 68 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc0456000 - 0xc0486000 ( 192 kB)
.data : 0xc0388e56 - 0xc0452674 ( 806 kB)
.text : 0xc0100000 - 0xc0388e56 (2595 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 4222.77 BogoMIPS (lpj=8445553)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
CPU: AMD Athlon(tm) XP 3000+ stepping 00
Checking 'hlt' instruction... OK.
Freeing SMP alternatives: 0k freed
net_namespace: 64 bytes
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfa040, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router VIA [1106/3227] at 0000:00:11.0
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: e8000000-eaffffff
PREFETCH window: d0000000-dfffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
NET: Registered protocol family 2
Time: tsc clocksource has been installed.
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
highmem bounce pool size: 64 pages
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
PCI: VIA PCI bridge detected. Disabling DAC.
Boot video device is 0000:01:00.0
vesafb: framebuffer at 0xd0000000, mapped to 0xf8800000, using 3072k, total 131072k
vesafb: mode is 1024x768x16, linelength=2048, pages=1
vesafb: protected mode interface info at c000:d590
vesafb: pmi: set display start = c00cd5c6, set palette = c00cd630
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
Real Time Clock Driver v1.12ac
Linux agpgart interface v0.102
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: AGP aperture is 128M @ 0xe0000000
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: module loaded
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
Copyright (c) 1999-2006 Intel Corporation.
PCI: setting IRQ 10 as level-triggered
PCI: Found IRQ 10 for device 0000:00:0c.0
PCI: Sharing IRQ 10 with 0000:00:10.0
PCI: Sharing IRQ 10 with 0000:00:10.1
e1000: 0000:00:0c.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:c4:a8:87
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
PCI: setting IRQ 5 as level-triggered
PCI: Found IRQ 5 for device 0000:00:0d.0
PCI: Sharing IRQ 5 with 0000:00:10.2
PCI: Sharing IRQ 5 with 0000:00:10.3
e1000: 0000:00:0d.0: e1000_probe: (PCI:33MHz:32-bit) 00:0e:0c:c4:43:0f
e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
PPP generic driver version 2.4.2
NET: Registered protocol family 24
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
sata_via 0000:00:0f.0: version 2.3
sata_via 0000:00:0f.0: routed to hard irq line 11
scsi0 : sata_via
scsi1 : sata_via
ata1: SATA max UDMA/133 cmd 0x9800 ctl 0x9c00 bmdma 0xa800 irq 11
ata2: SATA max UDMA/133 cmd 0xa000 ctl 0xa400 bmdma 0xa808 irq 11
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Clocksource tsc unstable (delta = 84033463 ns)
ata1.00: ATA-7: Maxtor 6Y080M0, YAR51EW0, max UDMA/133
Time: pit clocksource has been installed.
ata1.00: 160086528 sectors, multi 16: LBA
ata1.00: configured for UDMA/133
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATA-7: Maxtor 6Y200M0, YAR511W0, max UDMA/133
ata2.00: 390721968 sectors, multi 16: LBA48
ata2.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access ATA Maxtor 6Y080M0 YAR5 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 160086528 512-byte hardware sectors (81964 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 160086528 512-byte hardware sectors (81964 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
sd 0:0:0:0: [sda] Attached SCSI disk
scsi 1:0:0:0: Direct-Access ATA Maxtor 6Y200M0 YAR5 PQ: 0 ANSI: 5
sd 1:0:0:0: [sdb] 390721968 512-byte hardware sectors (200050 MB)
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 1:0:0:0: [sdb] 390721968 512-byte hardware sectors (200050 MB)
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb: sdb1
sd 1:0:0:0: [sdb] Attached SCSI disk
usbmon: debugfs is not available
PCI: setting IRQ 11 as level-triggered
PCI: Found IRQ 11 for device 0000:00:10.4
PCI: Sharing IRQ 11 with 0000:00:0a.0
ehci_hcd 0000:00:10.4: EHCI Host Controller
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.4: irq 11, io mem 0xec090000
ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
USB Universal Host Controller Interface driver v3.0
PCI: Found IRQ 10 for device 0000:00:10.0
PCI: Sharing IRQ 10 with 0000:00:0c.0
PCI: Sharing IRQ 10 with 0000:00:10.1
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.0: irq 10, io base 0x0000b400
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
PCI: Found IRQ 10 for device 0000:00:10.1
PCI: Sharing IRQ 10 with 0000:00:0c.0
PCI: Sharing IRQ 10 with 0000:00:10.0
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.1: irq 10, io base 0x0000b800
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
PCI: Found IRQ 5 for device 0000:00:10.2
PCI: Sharing IRQ 5 with 0000:00:0d.0
PCI: Sharing IRQ 5 with 0000:00:10.3
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:10.2: irq 5, io base 0x0000bc00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
PCI: Found IRQ 5 for device 0000:00:10.3
PCI: Sharing IRQ 5 with 0000:00:0d.0
PCI: Sharing IRQ 5 with 0000:00:10.2
uhci_hcd 0000:00:10.3: UHCI Host Controller
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:10.3: irq 5, io base 0x0000c000
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
i2c /dev entries driver
i2c-core: driver [dev_driver] registered
vt596_smbus 0000:00:11.0: VT596_smba = 0x5000
i2c-adapter i2c-0: adapter [SMBus Via Pro adapter at 5000] registered
i2c-dev: adapter [SMBus Via Pro adapter at 5000] registered as minor 0
i2c-core: driver [eeprom] registered
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x50
i2c-adapter i2c-0: Transaction (pre): STS=44 CNT=08 CMD=02 ADD=a0 DAT=50,00
i2c-adapter i2c-0: SMBus busy (0x44). Resetting...
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a0 DAT=50,00
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=a0 DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a0 DAT=50,00
i2c-adapter i2c-0: client [eeprom] registered with bus id 0-0050
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x51
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=a2 DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a2 DAT=50,00
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=a2 DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a2 DAT=50,00
i2c-adapter i2c-0: client [eeprom] registered with bus id 0-0051
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x52
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=a4 DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a4 DAT=50,00
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x53
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=a6 DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a6 DAT=50,00
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x54
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=a8 DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=a8 DAT=50,00
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x55
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=aa DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=aa DAT=50,00
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x56
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=ac DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=ac DAT=50,00
i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x57
i2c-adapter i2c-0: Transaction (pre): STS=40 CNT=00 CMD=02 ADD=ae DAT=50,00
i2c-adapter i2c-0: Transaction (post): STS=00 CNT=00 CMD=02 ADD=ae DAT=50,00
it87: Found IT8705F chip at 0x290, revision 3
it87 it87.656: Detected broken BIOS defaults, disabling PWM interface
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
Using IPI Shortcut mode
ReiserFS: sda5: found reiserfs format "3.6" with standard journal
ReiserFS: sda5: using ordered data mode
ReiserFS: sda5: journal params: device sda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda5: checking transaction log (sda5)
ReiserFS: sda5: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 192k freed
ReiserFS: sda7: found reiserfs format "3.6" with standard journal
ReiserFS: sda7: using ordered data mode
ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda7: checking transaction log (sda7)
ReiserFS: sda7: Using r5 hash to sort names
ReiserFS: sda8: found reiserfs format "3.6" with standard journal
ReiserFS: sda8: using ordered data mode
ReiserFS: sda8: journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda8: checking transaction log (sda8)
ReiserFS: sda8: Using r5 hash to sort names
ReiserFS: sda9: found reiserfs format "3.6" with standard journal
ReiserFS: sda9: using ordered data mode
ReiserFS: sda9: journal params: device sda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda9: checking transaction log (sda9)
ReiserFS: sda9: Using r5 hash to sort names
ReiserFS: sdb1: found reiserfs format "3.6" with standard journal
ReiserFS: sdb1: using ordered data mode
ReiserFS: sdb1: journal params: device sdb1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sdb1: checking transaction log (sdb1)
ReiserFS: sdb1: Using r5 hash to sort names
Adding 2104472k swap on /dev/sda6. Priority:-1 extents:1 across:2104472k
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000: eth1: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth0: no IPv6 routers present
eth1: no IPv6 routers present
|
|
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Jul 18, 2008 3:43 am Post subject: |
|
|
Hi, you need to run this command :
Code: |
# modprobe ath_pci
# dmesg | tail
|
Also can you post this plz :
|
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Jul 18, 2008 3:46 am Post subject: |
|
|
Also, can you post theses commands :
Code: |
# equery list madwifi
# cat /etc/conf.d/net
# cat /etc/wpa/wpa_supplicant.conf
|
|
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 4:05 am Post subject: |
|
|
Quote: | penguin ~ # ifconfig -a
ath0 Link encap:Ethernet HWaddr 00:19:5B:80:F2:D8
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 00:0E:0C:C4:A8:87
inet addr:66.11.182.5 Bcast:66.11.182.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:a887/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:75109 errors:0 dropped:0 overruns:0 frame:0
TX packets:48454 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:95609829 (91.1 Mb) TX bytes:6195064 (5.9 Mb)
Base address:0x9000 Memory:ec020000-ec040000
eth1 Link encap:Ethernet HWaddr 00:0E:0C:C4:43:0F
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:430f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66264 errors:0 dropped:0 overruns:0 frame:0
TX packets:111528 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7189540 (6.8 Mb) TX bytes:96020126 (91.5 Mb)
Base address:0x9400 Memory:ec040000-ec060000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:177 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:99775 (97.4 Kb) TX bytes:99775 (97.4 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:66.11.182.5 P-t-P:192.168.200.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1
RX packets:74713 errors:0 dropped:0 overruns:0 frame:0
TX packets:47995 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:93641841 (89.3 Mb) TX bytes:4912135 (4.6 Mb)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wifi0 Link encap:UNSPEC HWaddr 00-19-5B-80-F2-D8-38-80-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11
|
Why do I have a wifi0 and ath0?
Quote: | penguin ~ # dmesg | tail
wifi0: turboG rates: 6Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
wifi0: mac 7.9 phy 4.5 radio 5.6
wifi0: Use hw queue 1 for WME_AC_BE traffic
wifi0: Use hw queue 0 for WME_AC_BK traffic
wifi0: Use hw queue 2 for WME_AC_VI traffic
wifi0: Use hw queue 3 for WME_AC_VO traffic
wifi0: Use hw queue 8 for CAB traffic
wifi0: Use hw queue 9 for beacons
wifi0: Atheros 5212: mem=0xec080000, irq=11
|
Quote: | penguin ~ # modprobe ath_pci |
Quote: | penguin ~ # equery list madwifi
[ Searching for package 'madwifi' in all categories among: ]
* installed packages
[I--] [ ] net-wireless/madwifi-ng-0.9.4 (0)
[I--] [ ] net-wireless/madwifi-ng-tools-0.9.4 (0)
|
Quote: | penguin ~ # cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "66.11.182.5 netmask 255.255.255.0 broadcast 66.11.182.255" )
config_eth1=( "192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255" )
|
Quote: | penguin ~ # cat /etc/wpa_supplicant/wpa_supplicant.conf
# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.
network={
key_mgmt=NONE
priority=-9999999
}
|
Quote: | penguin init.d # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
sit0 no wireless extensions.
ppp0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Managed Channel:0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:0 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
|
|
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 5:37 am Post subject: |
|
|
Relevant part of "ifconfig -a"...
Quote: | ath0 Link encap:Ethernet HWaddr 00:19:5B:80:F2:D8
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::219:5bff:fe80:f2d8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wifi0 Link encap:UNSPEC HWaddr 00-19-5B-80-F2-D8-38-80-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:669 errors:0 dropped:0 overruns:0 frame:2192
TX packets:7755 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:39786 (38.8 Kb) TX bytes:391353 (382.1 Kb)
Interrupt:11
|
ok, so far this is what I have done but I don't know what else to do. I am setting up my Gentoo box as a wireless router so other computers in the house will connect to my linux server to share the internet. In /etc/conf.d/net I have the following...
Code: | config_ath0=( "192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255" )
essid_ath0="MyNetwork" |
Do I have to add anything for config_wifi0?
What do I put in my wpa_supplicant.conf file, right now I have ...
Quote: | network={
ssid=MyNetwork
key_mgmt=NONE
priority=-5
}
|
I have a static ip 66.11.182.5 |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Jul 18, 2008 11:14 am Post subject: |
|
|
Ok first, since you have a working ath0, the wifi0 is something that need to be there in order to have a working madwifi driver.
So everything is cool.
Also, what encryption do you use for your router.
I'm not an expert, but if you want to use WPA2 has an encryption methode, you will need something like this inside /etc/wpa/wpa_supplicant
Code: |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=0
#update_config=1
network={
ssid="your_SSID"
psk="your_passphrase"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
priority=5
}
|
And inside your /etc/conf.d/net
Code: |
#WPA_SUPPLICANT
modules=( "wpa_supplicant" )
wpa_supplicant_ath00_="-Dwext"
config_ath0=( "dhcp" )
|
Mine is for a dhcp but I think that you can you that as a base to start a working config. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 5:56 pm Post subject: |
|
|
OK, unfortunately that didn't work because I still can't connect to my wireless network...
In my /etc/conf.d/net I have the following...
Quote: | modules=( "wpa_supplicant" )
wpa_supplicant_ath00_="-Dwext"
config_ath0=( "192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255" )
|
ok, here is what happens...
Quote: | penguin init.d # /etc/init.d/net.ath0 start
* Starting ath0
* Starting wpa_supplicant on ath0 ... [ ok ]
* Starting wpa_cli on ath0 ... [ ok ]
* Backgrounding ...
|
Here is what I want to do....
Quote: | Internet----Gentoo Server----My Computer |
I am trying to configure the Gentoo Server. My computer doesn't show a wireless network to connect too.
..and is there anything I need to do with wifi0?
.. Is the problem because nothing shows up when I do...
|
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Jul 18, 2008 6:58 pm Post subject: |
|
|
After that :
Code: |
# /etc/init.d/net.ath0 start
|
Can you post that :
Code: |
# iwconfig
# dmesg | tail
# ifconfig -a
# wpa_cli status
|
I REALLY need theses output to help you now. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 7:05 pm Post subject: |
|
|
Yeah, I did start it up...
For ssid and passphrase do I keep the "" and does the passphrase have to be a certain length?
Also, the box my network card came in says WPA so will WPA2 work?
Just for clarity sake I did "cp net.eth0 net.ath0"
What is the wifi0 used for?
Info you need....
Quote: | penguin ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
sit0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"" Nickname:""
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:18 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-96 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ppp0 no wireless extensions.
|
Quote: | penguin ~ # dmesg | tail
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000: eth1: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth0: no IPv6 routers present
eth1: no IPv6 routers present
ath0: no IPv6 routers present
ath0: no IPv6 routers present
ath0: no IPv6 routers present
ath0: no IPv6 routers present
|
Quote: | penguin ~ # ifconfig -a
ath0 Link encap:Ethernet HWaddr 00:19:5B:80:F2:D8
inet6 addr: fe80::219:5bff:fe80:f2d8/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 00:0E:0C:C4:A8:87
inet addr:66.11.182.5 Bcast:66.11.182.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:a887/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4341 errors:0 dropped:0 overruns:0 frame:0
TX packets:4604 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1869373 (1.7 Mb) TX bytes:826308 (806.9 Kb)
Base address:0x9000 Memory:ec020000-ec040000
eth1 Link encap:Ethernet HWaddr 00:0E:0C:C4:43:0F
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:430f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2664 errors:0 dropped:0 overruns:0 frame:0
TX packets:2987 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:395779 (386.5 Kb) TX bytes:1811850 (1.7 Mb)
Base address:0x9400 Memory:ec040000-ec060000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:958 errors:0 dropped:0 overruns:0 frame:0
TX packets:958 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:303040 (295.9 Kb) TX bytes:303040 (295.9 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:66.11.182.5 P-t-P:192.168.200.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1
RX packets:4170 errors:0 dropped:0 overruns:0 frame:0
TX packets:4377 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1749929 (1.6 Mb) TX bytes:693474 (677.2 Kb)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wifi0 Link encap:UNSPEC HWaddr 00-19-5B-80-F2-D8-38-80-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:205 errors:0 dropped:0 overruns:0 frame:1568
TX packets:1220 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:12039 (11.7 Kb) TX bytes:57524 (56.1 Kb)
Interrupt:11
|
Quote: | penguin ~ # wpa_cli status
Selected interface 'ath0'
wpa_state=DISCONNECTED
|
|
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Fri Jul 18, 2008 7:17 pm Post subject: |
|
|
wait, what are you trying to connect to?
does the access point you are trying to connect to use any sort of security?
poly-p man _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 7:30 pm Post subject: |
|
|
poly_poly-man wrote: | wait, what are you trying to connect to?
does the access point you are trying to connect to use any sort of security?
poly-p man |
Here is what I am trying to do.
Internet -- Gentoo Server -- My Computer running Windows
The gentoo server is connected to the internet via ADSL.
Basically I am trying to setup the Gentoo Server is an Access Point ( I think that is what it is called, I am new to wireless) so I can connect to it from my windows laptop
Last edited by Evileye on Fri Jul 18, 2008 7:39 pm; edited 3 times in total |
|
Back to top |
|
|
exif n00b
Joined: 07 Jul 2008 Posts: 57 Location: Waterloo, ON, Canada
|
Posted: Fri Jul 18, 2008 7:34 pm Post subject: |
|
|
exif wrote: | Have a look at the official Gentoo Wireless Docs. More specifically the Ad-Hoc and Master Modes section. You may also need to setup wpa_supplicant to set the security settings.
A quick Google search also brought up this article from linux.com about setting up a secure wireless AP.
I haven't done this myself, but this might get you a good starting point for finding a good resource on the topic. |
From this forum post. He is also trying to do something similar to you. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 7:36 pm Post subject: |
|
|
exif wrote: | From this forum post. He is also trying to do something similar to you. |
yeah, I read that already, it didn't help me out. I am still confused as to what to do. Basically I need someone to walk me through step by step what to do. |
|
Back to top |
|
|
exif n00b
Joined: 07 Jul 2008 Posts: 57 Location: Waterloo, ON, Canada
|
Posted: Fri Jul 18, 2008 7:40 pm Post subject: |
|
|
You might try going on IRC while you're setting it up. People are usually faster to reply and it's easier to step someone through something that way. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 8:04 pm Post subject: |
|
|
I tried IRC and it screwed up my system. The guy told be to follow this which linked to something else which I followed and told me to do this...
Quote: | ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode ap
|
But now when I try /etc/init.d/net.ath0 start I get the following...
Quote: | penguin init.d # /etc/init.d/net.ath0 start
* Starting ath0
* Starting wpa_supplicant on ath0 ...
ioctl[SIOCSIWMODE]: Invalid argument
Could not configure driver to use managed mode [ ok ]
* Starting wpa_cli on ath0 ... [ ok ]
* Backgrounding ...
|
It says...
ioctl[SIOCSIWMODE]: Invalid argument
Could not configure driver to use managed mode
How do I undo that?
Then the guy who helped left the channel so I think I will stick with the forums
UPDATE: I rebooted and everthing is fine now.
Last edited by Evileye on Fri Jul 18, 2008 8:43 pm; edited 1 time in total |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Fri Jul 18, 2008 8:34 pm Post subject: |
|
|
you did modify the mode to be "Master", right?
poly-p man _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Fri Jul 18, 2008 8:42 pm Post subject: |
|
|
poly_poly-man wrote: | you did modify the mode to be "Master", right?
poly-p man |
No, how do I do that? I am total Newb when it comes to wireless. I need a step by step guide on what to do although I think my kernel is configured correctly. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Jul 18, 2008 11:45 pm Post subject: |
|
|
I'm not sure about the ath0 driver, but with my iwl3945 driver, I do that :
Code: |
# ifconfig wlan0 down
# iwconfig wlan0 mode master
|
So maybe it's
Code: |
# ifconfig ath0 down
# iwconfig ath0 mode master
|
Since I see that there is no exemple with iwconfig, maybe you will need to use the wlanconfig instead command. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Jul 18, 2008 11:50 pm Post subject: |
|
|
Sorry, to make your AP has master you need to run this :
Code: |
ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode ap
|
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|