Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RaLink RT2561/RT61.
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
micmac
l33t
l33t


Joined: 28 Nov 2003
Posts: 996

PostPosted: Tue Dec 05, 2006 8:14 am    Post subject: Reply with quote

Btw. if your're interested in a rt2400 rt61 CVS ebuild:
Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit linux-mod cvs

DESCRIPTION="Driver for the RaLink RT61 wireless chipsets"
HOMEPAGE="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
LICENSE="GPL-2"

ECVS_SERVER="rt2400.cvs.sourceforge.net:/cvsroot/rt2400"
ECVS_MODULE="source/rt61"
ECVS_LOCALNAME="${P}"

KEYWORDS="-* ~amd64 ~x86"
IUSE="debug"

DEPEND=""
RDEPEND="net-wireless/wireless-tools
    !net-wireless/ralink-rt61"

MODULE_NAMES="rt61(net:${S}/Module)"

CONFIG_CHECK="NET_RADIO"
ERROR_NET_RADIO="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO)."

MODULESD_RT61_ALIASES=('ra? rt61')

pkg_setup() {
    linux-mod_pkg_setup
    BUILD_PARAMS="KERNDIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}"
}

src_compile() {
    use debug && BUILD_TARGETS="clean debug"
    linux-mod_src_compile
}

src_install() {
    linux-mod_src_install
    dodoc BIG_FAT_WARNING CHANGELOG FAQ TESTING THANKS
    dodoc Module/{README,ReleaseNote,{STA_iwpriv_ATE_usage,iwpriv_usage}.txt}
    insinto /etc/Wireless/RT61STA
    insopts -m 644
    doins Module/rt{2{561{,s},661}.bin}
    insopts -m 600
    doins Module/rt61sta.dat
}
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Tue Dec 05, 2006 2:59 pm    Post subject: Reply with quote

micmac wrote:
Hi,

ok, best case scenario: Your router isn't setup to offer DHCP. Try to enable it. Or you could try without DHCP. Comment
Code:
config_ra0=( "dhcp" )

and put in something like this:
Code:
config_ra0=( "192.168.0.4 netmask 255.255.255.0 mtu 1300" )
routes_ra0=( "default via 192.168.0.1" )
dns_servers_ra0="192.168.0.1"

Adapt to your network settings.

Doing all that allows the interface to come up at least when I start it. But I should be able to ping the router, which is 10.0.0.138, but I can't. It says 'destination host unreachable'. :(
Back to top
View user's profile Send private message
micmac
l33t
l33t


Joined: 28 Nov 2003
Posts: 996

PostPosted: Tue Dec 05, 2006 8:04 pm    Post subject: Reply with quote

Did you setup /etc/Wireless/RT61STA/rt61sta.dat properly (SSID, Channel, EncryptType, WPAPSK, AUTHMODE)? Got
Code:
modules=( "!iwconfig" "!wpa_supplicant" )
in /etc/conf.d/net?

If things don't work out try without encryption first and post the output of iwconfig and ifconfig if that doesn't work either.
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Wed Dec 06, 2006 3:12 pm    Post subject: Reply with quote

micmac wrote:
Did you setup /etc/Wireless/RT61STA/rt61sta.dat properly (SSID, Channel, EncryptType, WPAPSK, AUTHMODE)? Got
Code:
modules=( "!iwconfig" "!wpa_supplicant" )
in /etc/conf.d/net?

If things don't work out try without encryption first and post the output of iwconfig and ifconfig if that doesn't work either.
Yep, that's all set. What do I need to put for WPAPSK though? Not sure on that one...

Code:
aria ~ # iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

eth1      no wireless extensions.

ra0       no wireless extensions.

aria ~ #


Code:
aria ~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 00:15:E9:41:4F:E1 
          inet addr:192.168.1.50  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:280426 errors:0 dropped:0 overruns:0 frame:0
          TX packets:146415 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:394357474 (376.0 Mb)  TX bytes:11444156 (10.9 Mb)
          Interrupt:17

eth1      Link encap:Ethernet  HWaddr 00:13:8F:CB:5F:CD 
          inet addr:10.0.0.1  Bcast:10.0.0.255  Mask:255.255.255.0
          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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:18 Base address:0xb400

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:680 (680.0 b)  TX bytes:680 (680.0 b)

ra0       Link encap:Ethernet  HWaddr 00:14:85:DE:D9:A6 
          inet addr:10.0.0.7  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1300  Metric:1
          RX packets:11 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:785 (785.0 b)  TX bytes:0 (0.0 b)
          Interrupt:18

aria ~ #
Back to top
View user's profile Send private message
micmac
l33t
l33t


Joined: 28 Nov 2003
Posts: 996

PostPosted: Wed Dec 06, 2006 3:26 pm    Post subject: Reply with quote

justincataldo wrote:
What do I need to put for WPAPSK though? Not sure on that one...

Code:
SSID=SID
Channel=Ch
AuthMode=WPAPSK
EncrypType=TKIP
WPAPSK=long hex key
# or a shorter passphrase:
# WPAPSK=short passphrase

justincataldo wrote:
Code:
aria ~ # iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

eth1      no wireless extensions.

ra0       no wireless extensions.

aria ~ #

That's strange. ra0 should show up here. Please attach syslog starting from the point where you load the module until you set the device up (or try to).
Have you got some recent wireless-tools (got 28 here)?
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Thu Dec 07, 2006 3:50 pm    Post subject: Reply with quote

How do I view the syslog?

Is there a wireless tool I can use which can show me the signal strength graphically?
Back to top
View user's profile Send private message
micmac
l33t
l33t


Joined: 28 Nov 2003
Posts: 996

PostPosted: Thu Dec 07, 2006 4:06 pm    Post subject: Reply with quote

syslog -> /var/log/messages
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Fri Dec 08, 2006 5:36 am    Post subject: Reply with quote

Code:
Dec  8 15:26:04 aria syslog-ng[5663]: syslog-ng version 1.6.9 starting
Dec  8 15:26:04 aria syslog-ng[5663]: Changing permissions on special file /dev/tty12
Dec  8 15:26:04 aria Linux version 2.6.17-gentoo-r8 (root@aria) (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #7 Fri Dec 8 01:33:29 EST 2006
Dec  8 15:26:04 aria BIOS-provided physical RAM map:
Dec  8 15:26:04 aria BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec  8 15:26:04 aria BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Dec  8 15:26:04 aria BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
Dec  8 15:26:04 aria BIOS-e820: 0000000000100000 - 000000003f740000 (usable)
Dec  8 15:26:04 aria BIOS-e820: 000000003f740000 - 000000003f750000 (ACPI data)
Dec  8 15:26:04 aria BIOS-e820: 000000003f750000 - 000000003f800000 (ACPI NVS)
Dec  8 15:26:04 aria BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Dec  8 15:26:04 aria BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
Dec  8 15:26:04 aria 119MB HIGHMEM available.
Dec  8 15:26:04 aria 896MB LOWMEM available.
Dec  8 15:26:04 aria On node 0 totalpages: 259904
Dec  8 15:26:04 aria DMA zone: 4096 pages, LIFO batch:0
Dec  8 15:26:04 aria Normal zone: 225280 pages, LIFO batch:31
Dec  8 15:26:04 aria HighMem zone: 30528 pages, LIFO batch:7
Dec  8 15:26:04 aria DMI 2.3 present.
Dec  8 15:26:04 aria ACPI: RSDP (v000 ACPIAM                                ) @ 0x000fa550
Dec  8 15:26:04 aria ACPI: RSDT (v001 A M I  OEMRSDT  0x08000615 MSFT 0x00000097) @ 0x3f740000
Dec  8 15:26:04 aria ACPI: FADT (v002 A M I  OEMFACP  0x08000615 MSFT 0x00000097) @ 0x3f740200
Dec  8 15:26:04 aria ACPI: MADT (v001 A M I  OEMAPIC  0x08000615 MSFT 0x00000097) @ 0x3f740300
Dec  8 15:26:04 aria ACPI: OEMB (v001 A M I  OEMBIOS  0x08000615 MSFT 0x00000097) @ 0x3f750040
Dec  8 15:26:04 aria ACPI: DSDT (v001  P4i6G P4i6G113 0x00000113 INTL 0x02002026) @ 0x00000000
Dec  8 15:26:04 aria ACPI: PM-Timer IO Port: 0x808
Dec  8 15:26:04 aria ACPI: Local APIC address 0xfee00000
Dec  8 15:26:04 aria ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Dec  8 15:26:04 aria Processor #0 15:2 APIC version 20
Dec  8 15:26:04 aria ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
Dec  8 15:26:04 aria ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
Dec  8 15:26:04 aria ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
Dec  8 15:26:04 aria ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Dec  8 15:26:04 aria IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Dec  8 15:26:04 aria ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec  8 15:26:04 aria ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec  8 15:26:04 aria ACPI: IRQ0 used by override.
Dec  8 15:26:04 aria ACPI: IRQ2 used by override.
Dec  8 15:26:04 aria ACPI: IRQ9 used by override.
Dec  8 15:26:04 aria Enabling APIC mode:  Flat.  Using 1 I/O APICs
Dec  8 15:26:04 aria Using ACPI (MADT) for SMP configuration information
Dec  8 15:26:04 aria Allocating PCI resources starting at 40000000 (gap: 3f800000:bf600000)
Dec  8 15:26:04 aria Built 1 zonelists
Dec  8 15:26:04 aria Kernel command line: root=/dev/hda3
Dec  8 15:26:04 aria mapped APIC to ffffd000 (fee00000)
Dec  8 15:26:04 aria mapped IOAPIC to ffffc000 (fec00000)
Dec  8 15:26:04 aria Enabling fast FPU save and restore... done.
Dec  8 15:26:04 aria Enabling unmasked SIMD FPU exception support... done.
Dec  8 15:26:04 aria Initializing CPU#0
Dec  8 15:26:04 aria PID hash table entries: 4096 (order: 12, 16384 bytes)
Dec  8 15:26:04 aria Detected 1598.021 MHz processor.
Dec  8 15:26:04 aria Using pmtmr for high-res timesource
Dec  8 15:26:04 aria Console: colour VGA+ 80x25
Dec  8 15:26:04 aria Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Dec  8 15:26:04 aria Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec  8 15:26:04 aria Memory: 1026476k/1039616k available (2236k kernel code, 12584k reserved, 1016k data, 144k init, 122112k highmem)
Dec  8 15:26:04 aria Checking if this processor honours the WP bit even in supervisor mode... Ok.
Dec  8 15:26:04 aria Calibrating delay using timer specific routine.. 3198.88 BogoMIPS (lpj=15994431)
Dec  8 15:26:04 aria Security Framework v1.0.0 initialized
Dec  8 15:26:04 aria Capability LSM initialized
Dec  8 15:26:04 aria Mount-cache hash table entries: 512
Dec  8 15:26:04 aria CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
Dec  8 15:26:04 aria CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
Dec  8 15:26:04 aria CPU: Trace cache: 12K uops, L1 D cache: 8K
Dec  8 15:26:04 aria CPU: L2 cache: 512K
Dec  8 15:26:04 aria CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
Dec  8 15:26:04 aria Intel machine check architecture supported.
Dec  8 15:26:04 aria Intel machine check reporting enabled on CPU#0.
Dec  8 15:26:04 aria CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
Dec  8 15:26:04 aria CPU: Intel(R) Pentium(R) 4 CPU 1.60GHz stepping 04
Dec  8 15:26:04 aria Checking 'hlt' instruction... OK.
Dec  8 15:26:04 aria SMP alternatives: switching to UP code
Dec  8 15:26:04 aria Freeing SMP alternatives: 0k freed
Dec  8 15:26:04 aria ENABLING IO-APIC IRQs
Dec  8 15:26:04 aria ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec  8 15:26:04 aria NET: Registered protocol family 16
Dec  8 15:26:04 aria ACPI: bus type pci registered
Dec  8 15:26:04 aria PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
Dec  8 15:26:04 aria Setting up standard PCI resources
Dec  8 15:26:04 aria ACPI: Subsystem revision 20060127
Dec  8 15:26:04 aria ACPI: Interpreter enabled
Dec  8 15:26:04 aria ACPI: Using IOAPIC for interrupt routing
Dec  8 15:26:04 aria ACPI: PCI Root Bridge [PCI0] (0000:00)
Dec  8 15:26:04 aria PCI: Probing PCI hardware (bus 00)
Dec  8 15:26:04 aria Boot video device is 0000:00:02.0
Dec  8 15:26:04 aria PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
Dec  8 15:26:04 aria PCI quirk: region 0480-04bf claimed by ICH4 GPIO
Dec  8 15:26:04 aria PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Dec  8 15:26:04 aria PCI: Transparent bridge - 0000:00:1e.0
Dec  8 15:26:04 aria ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Dec  8 15:26:04 aria ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:26:04 aria ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Dec  8 15:26:04 aria SCSI subsystem initialized
Dec  8 15:26:04 aria usbcore: registered new driver usbfs
Dec  8 15:26:04 aria usbcore: registered new driver hub
Dec  8 15:26:04 aria PCI: Using ACPI for IRQ routing
Dec  8 15:26:04 aria PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Dec  8 15:26:04 aria PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
Dec  8 15:26:04 aria PCI: Bridge: 0000:00:1e.0
Dec  8 15:26:04 aria IO window: b000-bfff
Dec  8 15:26:04 aria MEM window: ff000000-ff0fffff
Dec  8 15:26:04 aria PREFETCH window: ee600000-ee6fffff
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1e.0 to 64
Dec  8 15:26:04 aria NET: Registered protocol family 2
Dec  8 15:26:04 aria IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec  8 15:26:04 aria TCP established hash table entries: 131072 (order: 7, 524288 bytes)
Dec  8 15:26:04 aria TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Dec  8 15:26:04 aria TCP: Hash tables configured (established 131072 bind 65536)
Dec  8 15:26:04 aria TCP reno registered
Dec  8 15:26:04 aria Machine check exception polling timer started.
Dec  8 15:26:04 aria highmem bounce pool size: 64 pages
Dec  8 15:26:04 aria Initializing Cryptographic API
Dec  8 15:26:04 aria io scheduler noop registered
Dec  8 15:26:04 aria io scheduler cfq registered (default)
Dec  8 15:26:04 aria lp: driver loaded but no devices found
Dec  8 15:26:04 aria Real Time Clock Driver v1.12ac
Dec  8 15:26:04 aria Non-volatile memory driver v1.2
Dec  8 15:26:04 aria Linux agpgart interface v0.101 (c) Dave Jones
Dec  8 15:26:04 aria agpgart: Detected an Intel 865 Chipset.
Dec  8 15:26:04 aria agpgart: Detected 8060K stolen memory.
Dec  8 15:26:04 aria agpgart: AGP aperture is 128M @ 0xf0000000
Dec  8 15:26:04 aria [drm] Initialized drm 1.0.1 20051102
Dec  8 15:26:04 aria intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM chipsets
Dec  8 15:26:04 aria intelfb: Version 0.9.2
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
Dec  8 15:26:04 aria intelfb: 00:02.0: Intel(R) 865G, aperture size 128MB, stolen memory 8060kB
Dec  8 15:26:04 aria intelfb: Mode is interlaced.
Dec  8 15:26:04 aria intelfb: Initial video mode is 1024x768-32@70.
Dec  8 15:26:04 aria Console: switching to colour frame buffer device 128x48
Dec  8 15:26:04 aria Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Dec  8 15:26:04 aria serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Dec  8 15:26:04 aria serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Dec  8 15:26:04 aria parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Dec  8 15:26:04 aria parport0: irq 7 detected
Dec  8 15:26:04 aria lp0: using parport0 (polling).
Dec  8 15:26:04 aria serio: i8042 AUX port at 0x60,0x64 irq 12
Dec  8 15:26:04 aria serio: i8042 KBD port at 0x60,0x64 irq 1
Dec  8 15:26:04 aria mice: PS/2 mouse device common for all mice
Dec  8 15:26:04 aria loop: loaded (max 8 devices)
Dec  8 15:26:04 aria e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
Dec  8 15:26:04 aria e100: Copyright(c) 1999-2005 Intel Corporation
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 20 (level, low) -> IRQ 17
Dec  8 15:26:04 aria skge 1.5 addr 0xff0f4000 irq 17 chip Yukon-Lite rev 9
Dec  8 15:26:04 aria skge eth0: addr 00:15:e9:41:4f:e1
Dec  8 15:26:04 aria 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Dec  8 15:26:04 aria 8139cp: pci dev 0000:01:05.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
Dec  8 15:26:04 aria 8139cp: Try the "8139too" driver instead.
Dec  8 15:26:04 aria 8139too Fast Ethernet driver 0.9.27
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 22 (level, low) -> IRQ 18
Dec  8 15:26:04 aria eth1: RealTek RTL8139 at 0xb400, 00:13:8f:cb:5f:cd, IRQ 18
Dec  8 15:26:04 aria eth1:  Identified 8139 chip type 'RTL-8101'
Dec  8 15:26:04 aria Linux video capture interface: v1.00
Dec  8 15:26:04 aria saa7130/34: v4l2 driver version 0.2.14 loaded
Dec  8 15:26:04 aria Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Dec  8 15:26:04 aria ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec  8 15:26:04 aria ICH5: IDE controller at PCI slot 0000:00:1f.1
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 19
Dec  8 15:26:04 aria ICH5: chipset revision 2
Dec  8 15:26:04 aria ICH5: not 100% native mode: will probe irqs later
Dec  8 15:26:04 aria ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
Dec  8 15:26:04 aria ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
Dec  8 15:26:04 aria Probing IDE interface ide0...
Dec  8 15:26:04 aria input: AT Translated Set 2 keyboard as /class/input/input0
Dec  8 15:26:04 aria hda: ST3120026A, ATA DISK drive
Dec  8 15:26:04 aria ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec  8 15:26:04 aria Probing IDE interface ide1...
Dec  8 15:26:04 aria hdc: CD-ROM CDU701, ATAPI CD/DVD-ROM drive
Dec  8 15:26:04 aria ide1 at 0x170-0x177,0x376 on irq 15
Dec  8 15:26:04 aria hda: max request size: 512KiB
Dec  8 15:26:04 aria hda: Host Protected Area detected.
Dec  8 15:26:04 aria    current capacity is 234439535 sectors (120033 MB)
Dec  8 15:26:04 aria    native  capacity is 234441648 sectors (120034 MB)
Dec  8 15:26:04 aria hda: Host Protected Area disabled.
Dec  8 15:26:04 aria hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
Dec  8 15:26:04 aria hda: cache flushes supported
Dec  8 15:26:04 aria hda: hda1 hda2 hda3
Dec  8 15:26:04 aria hdc: ATAPI 14X CD-ROM drive, 128kB Cache, DMA
Dec  8 15:26:04 aria Uniform CD-ROM driver Revision: 3.20
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 20
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1d.7 to 64
Dec  8 15:26:04 aria ehci_hcd 0000:00:1d.7: EHCI Host Controller
Dec  8 15:26:04 aria ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Dec  8 15:26:04 aria ehci_hcd 0000:00:1d.7: debug port 1
Dec  8 15:26:04 aria PCI: cache line size of 128 is not supported by device 0000:00:1d.7
Dec  8 15:26:04 aria ehci_hcd 0000:00:1d.7: irq 20, io mem 0xff27fc00
Dec  8 15:26:04 aria ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Dec  8 15:26:04 aria usb usb1: configuration #1 chosen from 1 choice
Dec  8 15:26:04 aria hub 1-0:1.0: USB hub found
Dec  8 15:26:04 aria hub 1-0:1.0: 8 ports detected
Dec  8 15:26:04 aria USB Universal Host Controller Interface driver v3.0
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1d.0 to 64
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000dc00
Dec  8 15:26:04 aria usb usb2: configuration #1 chosen from 1 choice
Dec  8 15:26:04 aria hub 2-0:1.0: USB hub found
Dec  8 15:26:04 aria hub 2-0:1.0: 2 ports detected
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 21
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1d.1 to 64
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.1: UHCI Host Controller
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000e000
Dec  8 15:26:04 aria usb usb3: configuration #1 chosen from 1 choice
Dec  8 15:26:04 aria hub 3-0:1.0: USB hub found
Dec  8 15:26:04 aria hub 3-0:1.0: 2 ports detected
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1d.2 to 64
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.2: UHCI Host Controller
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.2: irq 19, io base 0x0000e400
Dec  8 15:26:04 aria usb usb4: configuration #1 chosen from 1 choice
Dec  8 15:26:04 aria hub 4-0:1.0: USB hub found
Dec  8 15:26:04 aria hub 4-0:1.0: 2 ports detected
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 16
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1d.3 to 64
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.3: UHCI Host Controller
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Dec  8 15:26:04 aria uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000e800
Dec  8 15:26:04 aria usb usb5: configuration #1 chosen from 1 choice
Dec  8 15:26:04 aria hub 5-0:1.0: USB hub found
Dec  8 15:26:04 aria hub 5-0:1.0: 2 ports detected
Dec  8 15:26:04 aria Initializing USB Mass Storage driver...
Dec  8 15:26:04 aria usbcore: registered new driver usb-storage
Dec  8 15:26:04 aria USB Mass Storage support registered.
Dec  8 15:26:04 aria i2c /dev entries driver
Dec  8 15:26:04 aria Advanced Linux Sound Architecture Driver Version 1.0.11rc4 (Wed Mar 22 10:27:24 2006 UTC).
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 22
Dec  8 15:26:04 aria PCI: Setting latency timer of device 0000:00:1f.5 to 64
Dec  8 15:26:04 aria intel8x0_measure_ac97_clock: measured 51720 usecs
Dec  8 15:26:04 aria intel8x0: clocking to 48000
Dec  8 15:26:04 aria ALSA device list:
Dec  8 15:26:04 aria #0: Intel ICH5 with CMI9761 at 0xff27f800, irq 22
Dec  8 15:26:04 aria ip_conntrack version 2.4 (8122 buckets, 64976 max) - 172 bytes per conntrack
Dec  8 15:26:04 aria ip_tables: (C) 2000-2006 Netfilter Core Team
Dec  8 15:26:04 aria TCP bic registered
Dec  8 15:26:04 aria NET: Registered protocol family 1
Dec  8 15:26:04 aria NET: Registered protocol family 17
Dec  8 15:26:04 aria NET: Registered protocol family 5
Dec  8 15:26:04 aria ieee80211: 802.11 data/management/control stack, git-1.1.7
Dec  8 15:26:04 aria ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Dec  8 15:26:04 aria ieee80211_crypt: registered algorithm 'NULL'
Dec  8 15:26:04 aria ieee80211_crypt: registered algorithm 'WEP'
Dec  8 15:26:04 aria ieee80211_crypt: registered algorithm 'TKIP'
Dec  8 15:26:04 aria Using IPI Shortcut mode
Dec  8 15:26:04 aria kjournald starting.  Commit interval 5 seconds
Dec  8 15:26:04 aria EXT3-fs: mounted filesystem with ordered data mode.
Dec  8 15:26:04 aria VFS: Mounted root (ext3 filesystem) readonly.
Dec  8 15:26:04 aria Freeing unused kernel memory: 144k freed
Dec  8 15:26:04 aria ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 22 (level, low) -> IRQ 18
Dec  8 15:26:04 aria RT61: Vendor = 0x1814, Product = 0x0301
Dec  8 15:26:04 aria EXT3 FS on hda3, internal journal
Dec  8 15:26:04 aria Adding 1004052k swap on /dev/hda2.  Priority:-1 extents:1 across:1004052k
Dec  8 15:26:04 aria eth1: link up, 100Mbps, full-duplex, lpa 0x41E1
Dec  8 15:26:04 aria RT61: RfIcType= 3
Dec  8 15:26:06 aria skge eth0: enabling interface
Dec  8 15:26:09 aria skge eth0: disabling interface
Dec  8 15:26:09 aria skge eth0: enabling interface
Dec  8 15:26:10 aria squid[6286]: Squid Parent: child process 6288 started
Dec  8 15:26:11 aria sshd[6370]: Server listening on 0.0.0.0 port 22.
Dec  8 15:26:11 aria sshd[6370]: Server listening on 0.0.0.0 port 443.
Dec  8 15:26:12 aria cron[6449]: (CRON) STARTUP (V5.0)
Dec  8 15:28:25 aria sshd[6562]: Accepted keyboard-interactive/pam for root from 203.94.138.104 port 21179 ssh2
Dec  8 15:28:25 aria sshd(pam_unix)[6571]: session opened for user root by root(uid=0)
Dec  8 15:28:59 aria shutdown[6576]: shutting down for system reboot
Dec  8 15:28:59 aria init: Switching to runlevel: 6
Dec  8 15:29:02 aria sshd[6370]: Received signal 15; terminating.
Dec  8 15:29:02 aria squid[6286]: Squid Parent: child process 6288 exited with status 0
Dec  8 15:29:07 aria skge eth0: disabling interface
Dec  8 15:29:09 aria syslog-ng[5663]: syslog-ng version 1.6.9 going down
Dec  8 15:30:02 aria syslog-ng[5663]: syslog-ng version 1.6.9 starting
Dec  8 15:30:02 aria syslog-ng[5663]: Changing permissions on special file /dev/tty12
Dec  8 15:30:02 aria Linux version 2.6.17-gentoo-r8 (root@aria) (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #7 Fri Dec 8 01:33:29 EST 2006
Dec  8 15:30:02 aria BIOS-provided physical RAM map:
Dec  8 15:30:02 aria BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec  8 15:30:02 aria BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Dec  8 15:30:02 aria BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
Dec  8 15:30:02 aria BIOS-e820: 0000000000100000 - 000000003f740000 (usable)
Dec  8 15:30:02 aria BIOS-e820: 000000003f740000 - 000000003f750000 (ACPI data)
Dec  8 15:30:02 aria BIOS-e820: 000000003f750000 - 000000003f800000 (ACPI NVS)
Dec  8 15:30:02 aria BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Dec  8 15:30:02 aria BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
Dec  8 15:30:02 aria 119MB HIGHMEM available.
Dec  8 15:30:02 aria 896MB LOWMEM available.
Dec  8 15:30:02 aria On node 0 totalpages: 259904
Dec  8 15:30:02 aria DMA zone: 4096 pages, LIFO batch:0
Dec  8 15:30:02 aria Normal zone: 225280 pages, LIFO batch:31
Dec  8 15:30:02 aria HighMem zone: 30528 pages, LIFO batch:7
Dec  8 15:30:02 aria DMI 2.3 present.
Dec  8 15:30:02 aria ACPI: RSDP (v000 ACPIAM                                ) @ 0x000fa550
Dec  8 15:30:02 aria ACPI: RSDT (v001 A M I  OEMRSDT  0x08000615 MSFT 0x00000097) @ 0x3f740000
Dec  8 15:30:02 aria ACPI: FADT (v002 A M I  OEMFACP  0x08000615 MSFT 0x00000097) @ 0x3f740200
Dec  8 15:30:02 aria ACPI: MADT (v001 A M I  OEMAPIC  0x08000615 MSFT 0x00000097) @ 0x3f740300
Dec  8 15:30:02 aria ACPI: OEMB (v001 A M I  OEMBIOS  0x08000615 MSFT 0x00000097) @ 0x3f750040
Dec  8 15:30:02 aria ACPI: DSDT (v001  P4i6G P4i6G113 0x00000113 INTL 0x02002026) @ 0x00000000
Dec  8 15:30:02 aria ACPI: PM-Timer IO Port: 0x808
Dec  8 15:30:02 aria ACPI: Local APIC address 0xfee00000
Dec  8 15:30:02 aria ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Dec  8 15:30:02 aria Processor #0 15:2 APIC version 20
Dec  8 15:30:02 aria ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
Dec  8 15:30:02 aria ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
Dec  8 15:30:02 aria ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
Dec  8 15:30:02 aria ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Dec  8 15:30:02 aria IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Dec  8 15:30:02 aria ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec  8 15:30:02 aria ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec  8 15:30:02 aria ACPI: IRQ0 used by override.
Dec  8 15:30:02 aria ACPI: IRQ2 used by override.
Dec  8 15:30:02 aria ACPI: IRQ9 used by override.
Dec  8 15:30:02 aria Enabling APIC mode:  Flat.  Using 1 I/O APICs
Dec  8 15:30:02 aria Using ACPI (MADT) for SMP configuration information
Dec  8 15:30:02 aria Allocating PCI resources starting at 40000000 (gap: 3f800000:bf600000)
Dec  8 15:30:02 aria Built 1 zonelists
Dec  8 15:30:02 aria Kernel command line: root=/dev/hda3
Dec  8 15:30:02 aria mapped APIC to ffffd000 (fee00000)
Dec  8 15:30:02 aria mapped IOAPIC to ffffc000 (fec00000)
Dec  8 15:30:02 aria Enabling fast FPU save and restore... done.
Dec  8 15:30:02 aria Enabling unmasked SIMD FPU exception support... done.
Dec  8 15:30:02 aria Initializing CPU#0
Dec  8 15:30:02 aria PID hash table entries: 4096 (order: 12, 16384 bytes)
Dec  8 15:30:02 aria Detected 1598.008 MHz processor.
Dec  8 15:30:02 aria Using pmtmr for high-res timesource
Dec  8 15:30:02 aria Console: colour VGA+ 80x25
Dec  8 15:30:02 aria Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Dec  8 15:30:02 aria Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec  8 15:30:02 aria Memory: 1026476k/1039616k available (2236k kernel code, 12584k reserved, 1016k data, 144k init, 122112k highmem)
Dec  8 15:30:02 aria Checking if this processor honours the WP bit even in supervisor mode... Ok.
Dec  8 15:30:02 aria Calibrating delay using timer specific routine.. 3198.83 BogoMIPS (lpj=15994196)
Dec  8 15:30:02 aria Security Framework v1.0.0 initialized
Dec  8 15:30:02 aria Capability LSM initialized
Dec  8 15:30:02 aria Mount-cache hash table entries: 512
Dec  8 15:30:02 aria CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
Dec  8 15:30:02 aria CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
Dec  8 15:30:02 aria CPU: Trace cache: 12K uops, L1 D cache: 8K
Dec  8 15:30:02 aria CPU: L2 cache: 512K
Dec  8 15:30:02 aria CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
Dec  8 15:30:02 aria Intel machine check architecture supported.
Dec  8 15:30:02 aria Intel machine check reporting enabled on CPU#0.
Dec  8 15:30:02 aria CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
Dec  8 15:30:02 aria CPU: Intel(R) Pentium(R) 4 CPU 1.60GHz stepping 04
Dec  8 15:30:02 aria Checking 'hlt' instruction... OK.
Dec  8 15:30:02 aria SMP alternatives: switching to UP code
Dec  8 15:30:02 aria Freeing SMP alternatives: 0k freed
Dec  8 15:30:02 aria ENABLING IO-APIC IRQs
Dec  8 15:30:02 aria ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec  8 15:30:02 aria NET: Registered protocol family 16
Dec  8 15:30:02 aria ACPI: bus type pci registered
Dec  8 15:30:02 aria PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
Dec  8 15:30:02 aria Setting up standard PCI resources
Dec  8 15:30:02 aria ACPI: Subsystem revision 20060127
Dec  8 15:30:02 aria ACPI: Interpreter enabled
Dec  8 15:30:02 aria ACPI: Using IOAPIC for interrupt routing
Dec  8 15:30:02 aria ACPI: PCI Root Bridge [PCI0] (0000:00)
Dec  8 15:30:02 aria PCI: Probing PCI hardware (bus 00)
Dec  8 15:30:02 aria Boot video device is 0000:00:02.0
Dec  8 15:30:02 aria PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
Dec  8 15:30:02 aria PCI quirk: region 0480-04bf claimed by ICH4 GPIO
Dec  8 15:30:02 aria PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Dec  8 15:30:02 aria PCI: Transparent bridge - 0000:00:1e.0
Dec  8 15:30:02 aria ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Dec  8 15:30:02 aria ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Dec  8 15:30:02 aria ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Dec  8 15:30:02 aria SCSI subsystem initialized
Dec  8 15:30:02 aria usbcore: registered new driver usbfs
Dec  8 15:30:02 aria usbcore: registered new driver hub
Dec  8 15:30:02 aria PCI: Using ACPI for IRQ routing
Dec  8 15:30:02 aria PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Dec  8 15:30:02 aria PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
Dec  8 15:30:02 aria PCI: Bridge: 0000:00:1e.0
Dec  8 15:30:02 aria IO window: b000-bfff
Dec  8 15:30:02 aria MEM window: ff000000-ff0fffff
Dec  8 15:30:02 aria PREFETCH window: ee600000-ee6fffff
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1e.0 to 64
Dec  8 15:30:02 aria NET: Registered protocol family 2
Dec  8 15:30:02 aria IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec  8 15:30:02 aria TCP established hash table entries: 131072 (order: 7, 524288 bytes)
Dec  8 15:30:02 aria TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Dec  8 15:30:02 aria TCP: Hash tables configured (established 131072 bind 65536)
Dec  8 15:30:02 aria TCP reno registered
Dec  8 15:30:02 aria Machine check exception polling timer started.
Dec  8 15:30:02 aria highmem bounce pool size: 64 pages
Dec  8 15:30:02 aria Initializing Cryptographic API
Dec  8 15:30:02 aria io scheduler noop registered
Dec  8 15:30:02 aria io scheduler cfq registered (default)
Dec  8 15:30:02 aria lp: driver loaded but no devices found
Dec  8 15:30:02 aria Real Time Clock Driver v1.12ac
Dec  8 15:30:02 aria Non-volatile memory driver v1.2
Dec  8 15:30:02 aria Linux agpgart interface v0.101 (c) Dave Jones
Dec  8 15:30:02 aria agpgart: Detected an Intel 865 Chipset.
Dec  8 15:30:02 aria agpgart: Detected 8060K stolen memory.
Dec  8 15:30:02 aria agpgart: AGP aperture is 128M @ 0xf0000000
Dec  8 15:30:02 aria [drm] Initialized drm 1.0.1 20051102
Dec  8 15:30:02 aria intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM chipsets
Dec  8 15:30:02 aria intelfb: Version 0.9.2
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
Dec  8 15:30:02 aria intelfb: 00:02.0: Intel(R) 865G, aperture size 128MB, stolen memory 8060kB
Dec  8 15:30:02 aria intelfb: Mode is interlaced.
Dec  8 15:30:02 aria intelfb: Initial video mode is 1024x768-32@70.
Dec  8 15:30:02 aria Console: switching to colour frame buffer device 128x48
Dec  8 15:30:02 aria Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Dec  8 15:30:02 aria serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Dec  8 15:30:02 aria serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Dec  8 15:30:02 aria parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Dec  8 15:30:02 aria parport0: irq 7 detected
Dec  8 15:30:02 aria lp0: using parport0 (polling).
Dec  8 15:30:02 aria serio: i8042 AUX port at 0x60,0x64 irq 12
Dec  8 15:30:02 aria serio: i8042 KBD port at 0x60,0x64 irq 1
Dec  8 15:30:02 aria mice: PS/2 mouse device common for all mice
Dec  8 15:30:02 aria loop: loaded (max 8 devices)
Dec  8 15:30:02 aria e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
Dec  8 15:30:02 aria e100: Copyright(c) 1999-2005 Intel Corporation
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 20 (level, low) -> IRQ 17
Dec  8 15:30:02 aria skge 1.5 addr 0xff0f4000 irq 17 chip Yukon-Lite rev 9
Dec  8 15:30:02 aria skge eth0: addr 00:15:e9:41:4f:e1
Dec  8 15:30:02 aria 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Dec  8 15:30:02 aria 8139cp: pci dev 0000:01:05.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
Dec  8 15:30:02 aria 8139cp: Try the "8139too" driver instead.
Dec  8 15:30:02 aria 8139too Fast Ethernet driver 0.9.27
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 22 (level, low) -> IRQ 18
Dec  8 15:30:02 aria eth1: RealTek RTL8139 at 0xb400, 00:13:8f:cb:5f:cd, IRQ 18
Dec  8 15:30:02 aria eth1:  Identified 8139 chip type 'RTL-8101'
Dec  8 15:30:02 aria Linux video capture interface: v1.00
Dec  8 15:30:02 aria saa7130/34: v4l2 driver version 0.2.14 loaded
Dec  8 15:30:02 aria Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Dec  8 15:30:02 aria ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec  8 15:30:02 aria ICH5: IDE controller at PCI slot 0000:00:1f.1
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 19
Dec  8 15:30:02 aria ICH5: chipset revision 2
Dec  8 15:30:02 aria ICH5: not 100% native mode: will probe irqs later
Dec  8 15:30:02 aria ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
Dec  8 15:30:02 aria ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
Dec  8 15:30:02 aria Probing IDE interface ide0...
Dec  8 15:30:02 aria input: AT Translated Set 2 keyboard as /class/input/input0
Dec  8 15:30:02 aria hda: ST3120026A, ATA DISK drive
Dec  8 15:30:02 aria ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec  8 15:30:02 aria Probing IDE interface ide1...
Dec  8 15:30:02 aria hdc: CD-ROM CDU701, ATAPI CD/DVD-ROM drive
Dec  8 15:30:02 aria ide1 at 0x170-0x177,0x376 on irq 15
Dec  8 15:30:02 aria hda: max request size: 512KiB
Dec  8 15:30:02 aria hda: Host Protected Area detected.
Dec  8 15:30:02 aria    current capacity is 234439535 sectors (120033 MB)
Dec  8 15:30:02 aria    native  capacity is 234441648 sectors (120034 MB)
Dec  8 15:30:02 aria hda: Host Protected Area disabled.
Dec  8 15:30:02 aria hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
Dec  8 15:30:02 aria hda: cache flushes supported
Dec  8 15:30:02 aria hda: hda1 hda2 hda3
Dec  8 15:30:02 aria hdc: ATAPI 14X CD-ROM drive, 128kB Cache, DMA
Dec  8 15:30:02 aria Uniform CD-ROM driver Revision: 3.20
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 20
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1d.7 to 64
Dec  8 15:30:02 aria ehci_hcd 0000:00:1d.7: EHCI Host Controller
Dec  8 15:30:02 aria ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Dec  8 15:30:02 aria ehci_hcd 0000:00:1d.7: debug port 1
Dec  8 15:30:02 aria PCI: cache line size of 128 is not supported by device 0000:00:1d.7
Dec  8 15:30:02 aria ehci_hcd 0000:00:1d.7: irq 20, io mem 0xff27fc00
Dec  8 15:30:02 aria ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Dec  8 15:30:02 aria usb usb1: configuration #1 chosen from 1 choice
Dec  8 15:30:02 aria hub 1-0:1.0: USB hub found
Dec  8 15:30:02 aria hub 1-0:1.0: 8 ports detected
Dec  8 15:30:02 aria USB Universal Host Controller Interface driver v3.0
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1d.0 to 64
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000dc00
Dec  8 15:30:02 aria usb usb2: configuration #1 chosen from 1 choice
Dec  8 15:30:02 aria hub 2-0:1.0: USB hub found
Dec  8 15:30:02 aria hub 2-0:1.0: 2 ports detected
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 21
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1d.1 to 64
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.1: UHCI Host Controller
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000e000
Dec  8 15:30:02 aria usb usb3: configuration #1 chosen from 1 choice
Dec  8 15:30:02 aria hub 3-0:1.0: USB hub found
Dec  8 15:30:02 aria hub 3-0:1.0: 2 ports detected
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1d.2 to 64
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.2: UHCI Host Controller
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.2: irq 19, io base 0x0000e400
Dec  8 15:30:02 aria usb usb4: configuration #1 chosen from 1 choice
Dec  8 15:30:02 aria hub 4-0:1.0: USB hub found
Dec  8 15:30:02 aria hub 4-0:1.0: 2 ports detected
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 16
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1d.3 to 64
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.3: UHCI Host Controller
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
Dec  8 15:30:02 aria uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000e800
Dec  8 15:30:02 aria usb usb5: configuration #1 chosen from 1 choice
Dec  8 15:30:02 aria hub 5-0:1.0: USB hub found
Dec  8 15:30:02 aria hub 5-0:1.0: 2 ports detected
Dec  8 15:30:02 aria Initializing USB Mass Storage driver...
Dec  8 15:30:02 aria usbcore: registered new driver usb-storage
Dec  8 15:30:02 aria USB Mass Storage support registered.
Dec  8 15:30:02 aria i2c /dev entries driver
Dec  8 15:30:02 aria Advanced Linux Sound Architecture Driver Version 1.0.11rc4 (Wed Mar 22 10:27:24 2006 UTC).
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 22
Dec  8 15:30:02 aria PCI: Setting latency timer of device 0000:00:1f.5 to 64
Dec  8 15:30:02 aria intel8x0_measure_ac97_clock: measured 51698 usecs
Dec  8 15:30:02 aria intel8x0: clocking to 48000
Dec  8 15:30:02 aria ALSA device list:
Dec  8 15:30:02 aria #0: Intel ICH5 with CMI9761 at 0xff27f800, irq 22
Dec  8 15:30:02 aria ip_conntrack version 2.4 (8122 buckets, 64976 max) - 172 bytes per conntrack
Dec  8 15:30:02 aria ip_tables: (C) 2000-2006 Netfilter Core Team
Dec  8 15:30:02 aria TCP bic registered
Dec  8 15:30:02 aria NET: Registered protocol family 1
Dec  8 15:30:02 aria NET: Registered protocol family 17
Dec  8 15:30:02 aria NET: Registered protocol family 5
Dec  8 15:30:02 aria ieee80211: 802.11 data/management/control stack, git-1.1.7
Dec  8 15:30:02 aria ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Dec  8 15:30:02 aria ieee80211_crypt: registered algorithm 'NULL'
Dec  8 15:30:02 aria ieee80211_crypt: registered algorithm 'WEP'
Dec  8 15:30:02 aria ieee80211_crypt: registered algorithm 'TKIP'
Dec  8 15:30:02 aria Using IPI Shortcut mode
Dec  8 15:30:02 aria kjournald starting.  Commit interval 5 seconds
Dec  8 15:30:02 aria EXT3-fs: mounted filesystem with ordered data mode.
Dec  8 15:30:02 aria VFS: Mounted root (ext3 filesystem) readonly.
Dec  8 15:30:02 aria Freeing unused kernel memory: 144k freed
Dec  8 15:30:02 aria ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 22 (level, low) -> IRQ 18
Dec  8 15:30:02 aria RT61: Vendor = 0x1814, Product = 0x0301
Dec  8 15:30:02 aria EXT3 FS on hda3, internal journal
Dec  8 15:30:02 aria Adding 1004052k swap on /dev/hda2.  Priority:-1 extents:1 across:1004052k
Dec  8 15:30:02 aria eth1: link up, 100Mbps, full-duplex, lpa 0x41E1
Dec  8 15:30:02 aria RT61: RfIcType= 3
Dec  8 15:30:03 aria skge eth0: enabling interface
Dec  8 15:30:07 aria skge eth0: disabling interface
Dec  8 15:30:07 aria skge eth0: enabling interface
Dec  8 15:30:08 aria squid[6286]: Squid Parent: child process 6288 started
Dec  8 15:30:09 aria sshd[6364]: Server listening on 0.0.0.0 port 443.
Dec  8 15:30:10 aria cron[6440]: (CRON) STARTUP (V5.0)
Dec  8 15:33:28 aria sshd[6553]: Accepted keyboard-interactive/pam for justin from 203.94.138.104 port 21480 ssh2
Dec  8 15:33:28 aria sshd(pam_unix)[6559]: session opened for user justin by (uid=0)
Dec  8 15:33:33 aria su[6565]: Successful su for root by justin
Dec  8 15:33:33 aria su[6565]: + pts/0 justin:root
Dec  8 15:33:33 aria su(pam_unix)[6565]: session opened for user root by (uid=1000)
Back to top
View user's profile Send private message
cold_water
n00b
n00b


Joined: 16 Jul 2006
Posts: 16
Location: Coral Springs, FL

PostPosted: Sat Dec 09, 2006 4:03 am    Post subject: Reply with quote

Here is my 2 cents...

I was waiting for the driver for a while. Last month neither of the drivers worked on my SMP: ALL drivers were hanging my machine literally. ALL OF THEM: Serialmonkey (both legacy and non-legacy from CVS), RaLink driver 1.0.4, Gentoo driver 1.0.4...

I took my version 1.1.0.0 from RaLink and it works! If you a DIY guy then just run "make" in the "Module" directory...
Following are the steps how you can manually check if it works. Note: I shut down my eth0 since it is connected to the same router (temporary while I was waiting for a working driver), hence same network.

justincataldo wrote:
Code:
Dec  8 15:26:04 aria syslog-ng[5663]: syslog-ng version 1.6.9 starting
Dec  8 15:26:04 aria syslog-ng[5663]: Changing permissions on special file /dev/tty12
Dec  8 15:26:04 aria Linux version 2.6.17-gentoo-r8 (root@aria) (gcc version 4.1.1 (Gentoo 4.1.1-r1)) #7 Fri Dec 8 01:33:29 EST 2006

[skipped...]

Dec  8 15:30:02 aria eth1: link up, 100Mbps, full-duplex, lpa 0x41E1
Dec  8 15:30:02 aria RT61: RfIcType= 3
Dec  8 15:30:03 aria skge eth0: enabling interface
Dec  8 15:30:07 aria skge eth0: disabling interface
Dec  8 15:30:07 aria skge eth0: enabling interface
Dec  8 15:30:08 aria squid[6286]: Squid Parent: child process 6288 started
Dec  8 15:30:09 aria sshd[6364]: Server listening on 0.0.0.0 port 443.
Dec  8 15:30:10 aria cron[6440]: (CRON) STARTUP (V5.0)
Dec  8 15:33:28 aria sshd[6553]: Accepted keyboard-interactive/pam for justin from 203.94.138.104 port 21480 ssh2
Dec  8 15:33:28 aria sshd(pam_unix)[6559]: session opened for user justin by (uid=0)
Dec  8 15:33:33 aria su[6565]: Successful su for root by justin
Dec  8 15:33:33 aria su[6565]: + pts/0 justin:root
Dec  8 15:33:33 aria su(pam_unix)[6565]: session opened for user root by (uid=1000)


This is how I can start my rt61.ko:
Code:

dude xander # /etc/init.d/net.eth0 stop
 * Unmounting network filesystems ...                                     [ ok ]
 * Stopping ntpd ...                                                      [ ok ]
 * Stopping eth0
 *   Bringing down eth0
 *     Shutting down eth0 ...                                             [ ok ]
dude xander # ifconfig ra0 172.16.1.44 up
dude xander # route add default gw 172.16.1.101 <- this is my Linksys WRT54GL(inux) router
dude xander # ping www.yahoo.com
PING www.yahoo-ht2.akadns.net (209.73.186.238) 56(84) bytes of data.
64 bytes from f1.www.vip.re3.yahoo.com (209.73.186.238): icmp_seq=1 ttl=52 time=60.0 ms
64 bytes from f1.www.vip.re3.yahoo.com (209.73.186.238): icmp_seq=2 ttl=52 time=61.2 ms

--- www.yahoo-ht2.akadns.net ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 60.054/60.640/61.226/0.586 ms
dude xander # route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.0.0      0.0.0.0         255.255.0.0     U     0      0        0 ra0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         172.16.1.101    0.0.0.0         UG    0      0        0 ra0


My /etc/Wireless/RT61STA/rt61sta.dat:
Code:

[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=4
SSID=MY_ROUTER_SSID
NetworkType=Infra
Channel=0
AuthMode=WPA2PSK
EncrypType=TKIP
DefaultKeyID=1
Key1Type=0
Key1Str=0123456789
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WPAPSK=MY security phrase here
TxBurst=0
PktAggregate=0
TurboRate=0
WmmCapable=0
AckPolicy1=0
AckPolicy2=0
AckPolicy3=0
AckPolicy4=0
BGProtection=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
RoamThreshold=75
PSMode=CAM
TxPreamble=0
FastRoaming=0


My resolv.conf:
Code:

dude xander # cat /etc/resolv.conf
# Generated by net-scripts for interface eth0
nameserver 205.152.144.23
nameserver 205.152.132.23


My messages:
Code:

Dec  8 22:21:35 dude eth0: network connection down
Dec  8 22:22:35 dude ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 21 (level, low) -> IRQ 18
Dec  8 22:22:35 dude RT61: Vendor = 0x1814, Product = 0x0301
Dec  8 22:22:35 dude net.agent[9589]: add event not handled
Dec  8 22:24:35 dude su[9000]: pam_unix(su:session): session closed for user root
Dec  8 22:24:49 dude su[9639]: Successful su for root by xander
Dec  8 22:24:49 dude su[9639]: + pts/0 xander:root
Dec  8 22:24:49 dude su[9639]: pam_unix(su:session): session opened for user root by xander(uid=1000)
Dec  8 22:27:44 dude RT61: RfIcType= 3
Dec  8 22:27:47 dude 19:76:91:82:b9:72:95:fa:86:02:86:19:2e:a4:a5:9b:
Dec  8 22:27:47 dude ec:fb:f9:dd:f7:2e:75:2d:
Dec  8 22:27:47 dude c5:ec:80:21:23:56:22:41:


iwlist scan gives:
Code:

dude xander # iwlist scan
eth0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.

ra0       Scan completed :
          Cell 01 - Address: 00:18:39:7A:D2:8D
                    ESSID:"MY_ROUTER_SSID"
                    Mode:Managed
                    Channel:6
                    Encryption key:on
                    Bit Rates:132 Mb/s
          Cell 02 - Address: 00:0D:72:7C:19:E9
                    ESSID:"NEIGHBOR1_SSID"
                    Mode:Managed
                    Channel:6
                    Encryption key:off
                    Bit Rates:6 Mb/s
          Cell 03 - Address: 00:13:10:A9:1E:A2
                    ESSID:"NEIGHBOR2_SSID"
                    Mode:Managed
                    Channel:6
                    Encryption key:off
                    Bit Rates:250 Mb/s


Next step is check how well wireless scripts/configs work...

To moderator: sorry if it is too lengthy.
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Sat Dec 09, 2006 5:36 pm    Post subject: Reply with quote

OMG it WORKS! Thanks to the information from cold_water and micmac.

I'm pretty excited that I've got a connection, but, it's not secure. I had to turn off encryption to get it to work. If I enable 64bit encryption again it can't see the router. I'm running 64bit encryption. Open system. No paraphrase. All machines can connect using the same WEP key. The router only allows certain mac addresses to connect though.

Here's my info:

Code:
aria ~ # cat /etc/Wireless/RT61STA/rt61sta.dat
[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=4
SSID=Aria
NetworkType=Infra
Channel=11
#AuthMode=WPA2PSK
AuthMode=Managed
EncrypType=TKIP
DefaultKeyID=1
Key1Type=0
Key1Str=0123456789
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WPAPSK=
TxBurst=0
PktAggregate=0
WmmCapable=0
APSDCapable=0
APSDAC=0;0;0;0
BGProtection=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
RoamThreshold=75
PSMode=CAM
TxPreamble=0
FastRoaming=0
aria ~ #


Code:
aria ~ # cat /etc/resolv.conf
# Generated by net-scripts for interface ra0
nameserver 10.0.0.138
aria ~ #


Code:
aria ~ # iwlist scan
eth0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.

eth1      Interface doesn't support scanning.

ra0       Scan completed :
          Cell 01 - Address: 00:0B:23:CF:63:E0
                    ESSID:"Aria"
                    Mode:Managed
                    Channel:11
                    Encryption key:off
                    Bit Rates:0 kb/s
          Cell 02 - Address: 00:17:3F:0B:BA:98
                    ESSID:"SVEN"
                    Mode:Managed
                    Channel:11
                    Encryption key:off
                    Bit Rates:0 kb/s
aria ~ #


Code:
aria ~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 00:15:E9:41:4F:E1 
          inet addr:192.168.1.50  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:9000  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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:17

eth1      Link encap:Ethernet  HWaddr 00:13:8F:CB:5F:CD 
          inet addr:10.154.1.1  Bcast:10.154.1.255  Mask:255.255.255.0
          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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:18 Base address:0xb400

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  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)

ra0       Link encap:Ethernet  HWaddr 00:14:85:DE:D9:A6 
          inet addr:10.0.0.1  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1300  Metric:1
          RX packets:10167 errors:0 dropped:0 overruns:0 frame:0
          TX packets:269 errors:14 dropped:14 overruns:0 carrier:0
          collisions:62 txqueuelen:1000
          RX bytes:774177 (756.0 Kb)  TX bytes:20672 (20.1 Kb)
          Interrupt:18
aria ~ #

Code:
aria ~ # 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 :]!).

dns_domain_lo="mydomain.com"

config_eth1=( "10.154.1.1 netmask 255.255.255.0 brd 10.154.1.255" )
config_eth0=( "192.168.1.50 netmask 255.255.255.0 brd 192.168.1.255 mtu 9000" )
config_ra0=( "10.0.0.1 netmask 255.255.255.0 mtu 1300" )
routes_ra0=( "default via 10.0.0.138" )
dns_servers_ra0="10.0.0.138"

#config_ra0=( "dhcp" )
postup() {
        if [ ra0 == ${IFACE} ]; then
                ifconfig ra0 mtu 1300
                fi
        }
        modules=( "!iwconfig" "!wpa_supplicant" )
# EOF
aria ~ #

What do I need to change to get it working on an encrypted network?
Back to top
View user's profile Send private message
cold_water
n00b
n00b


Joined: 16 Jul 2006
Posts: 16
Location: Coral Springs, FL

PostPosted: Mon Dec 11, 2006 1:29 am    Post subject: Reply with quote

Two thumbs up, man! :-)

All you need in /etc/Wrireless/RT61STA/rt61sta.dat is:
Code:

...
AuthMode=WPA2PSK
EncrypType=TKIP
WPAPSK=This is your passphrase
...


In your router you also need to choose "WPA personal" or something like this plus you should put the same "WPAPSK" into corresponding field: This is your pass phrase (neither quote pass phrase in the rt61sta.dat nor in your router). I did not have any success placing the pass phrase into /etc/conf.d/net - "iwpriv" that is used by the wireless script did not work for me.

Note:
Some people like a hex key more than a pass phrase, ex. 0xA7B933... (I hope I remember this correctly)

You might want to let us know what settings does you router have. 8)

As I said I am using the original RaLink driver which uses its own WPA/TKIP implementation. I think it uses nothing from the 2.6.18 kernel that I use - I do not see iee80211 loaded despite it is generated as a module. As far as I know the driver from the packages is this same RaLink driver.

About signal quality:
Code:

dude RT61STA # iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

ra0       RT61 Wireless  ESSID:"MY_ROUTER_SSID" 
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:38:35:7A:D3:7D   
          Bit Rate=54 Mb/s   
          RTS thr:off   Fragment thr:off
          Encryption key:F554-C8D2-5A94-110D-07D1-BC66-79DD-CA4E-1370-26F7-69E0-B15C-D799-BD9B-7386-CFFB
          Link Quality=90/100  Signal level:-49 dBm  Noise level:-79 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

justincataldo wrote:
OMG it WORKS! Thanks to the information from cold_water and micmac.

I'm pretty excited that I've got a connection, but, it's not secure. I had to turn off encryption to get it to work. If I enable 64bit encryption again it can't see the router. I'm running 64bit encryption. Open system. No paraphrase. All machines can connect using the same WEP key. The router only allows certain mac addresses to connect though.

Here's my info:

Code:
aria ~ # cat /etc/Wireless/RT61STA/rt61sta.dat
[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=4
SSID=Aria
NetworkType=Infra

[skipped...]

PSMode=CAM
TxPreamble=0
FastRoaming=0
aria ~ #


Code:
aria ~ # cat /etc/resolv.conf
# Generated by net-scripts for interface ra0

[skipped...]

#config_ra0=( "dhcp" )
postup() {
        if [ ra0 == ${IFACE} ]; then
                ifconfig ra0 mtu 1300
                fi
        }
        modules=( "!iwconfig" "!wpa_supplicant" )
# EOF
aria ~ #

What do I need to change to get it working on an encrypted network?
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Mon Dec 11, 2006 3:02 pm    Post subject: Reply with quote

I just tried that. But it seems no matter what I do it won't work with encryption enabled. :(

Are you using 64bit encryption cold_water?
Back to top
View user's profile Send private message
agent_jdh
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 1783
Location: Scotland

PostPosted: Mon Dec 11, 2006 10:47 pm    Post subject: Reply with quote

justincataldo wrote:
I just tried that. But it seems no matter what I do it won't work with encryption enabled. :(

Are you using 64bit encryption cold_water?


Have you tried WPAPSK instead of WPA2PSK in your config file? You need to make sure your access point and the wireless card are configured with the same encryption protocol. AFAIK WPA2PSK uses AES encryption.
_________________
Jingle Jangle Jewellery
Back to top
View user's profile Send private message
cold_water
n00b
n00b


Joined: 16 Jul 2006
Posts: 16
Location: Coral Springs, FL

PostPosted: Tue Dec 12, 2006 4:14 am    Post subject: No 64-bit encryption here... Reply with quote

justincataldo,

Nop, my P4-Northwood/2.8-hyper/2GB/RAID0 is an oldie 32-bit Intel... :)

I just looked at my Linksys router settings: sec.mode: WPA2 Personal, algorithm: TKIP+AES (but I can select AES only if I wish)...

What mode/algorithm selection do you have in your router?

justincataldo wrote:
I just tried that. But it seems no matter what I do it won't work with encryption enabled. :(

Are you using 64bit encryption cold_water?
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Wed Dec 13, 2006 3:22 pm    Post subject: Re: No 64-bit encryption here... Reply with quote

cold_water wrote:

What mode/algorithm selection do you have in your router?
I have 3 security model options.

1) WEP 64bits
2) WEP 128bits
3) WPA-PSK TKIP

So should I be using number 3?
Back to top
View user's profile Send private message
agent_jdh
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 1783
Location: Scotland

PostPosted: Wed Dec 13, 2006 9:47 pm    Post subject: Re: No 64-bit encryption here... Reply with quote

justincataldo wrote:
I have 3 security model options.

1) WEP 64bits
2) WEP 128bits
3) WPA-PSK TKIP

So should I be using number 3?


Yes, it's the most secure.
_________________
Jingle Jangle Jewellery
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Thu Dec 14, 2006 12:48 am    Post subject: Reply with quote

So then what do I need to put in the file?

Code:
...
AuthMode=WPA2PSK
EncrypType=TKIP
WPAPSK=0123456789
...


Just that? And make sure I have the same parraphrase in the router?
Back to top
View user's profile Send private message
agent_jdh
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 1783
Location: Scotland

PostPosted: Thu Dec 14, 2006 2:00 am    Post subject: Reply with quote

justincataldo wrote:
So then what do I need to put in the file?

Code:
...
AuthMode=WPA2PSK
EncrypType=TKIP
WPAPSK=0123456789
...


Just that? And make sure I have the same parraphrase in the router?


Like I said in an earlier post, I think you might need to use AuthMode=WPAPSK (not WPA2PSK), and make sure your access point is set up to use that.

AFAIK, WPAPSK = TKIP, and WPA2PSK=AES encryption. At least, on my wireless router that seems to be the case. It should just be a matter of setting up the channel, SSID and passkey to get it working.
_________________
Jingle Jangle Jewellery
Back to top
View user's profile Send private message
justincataldo
Guru
Guru


Joined: 15 Jun 2005
Posts: 376
Location: Australia

PostPosted: Thu Dec 14, 2006 1:39 pm    Post subject: Reply with quote

Oh wow! IT WORKS! Thanks sooo much!

Took me a while to figure it out. It just wouldn't connect. The problem? My housemate had a WAP set up which wasn't actually talking to the network. So the card was trying to connect to that all the time. I turned it off, and then the card could only see the encrypted network and it connected. Magic. :P

Thanks again! I hope this thread helps other people.
Back to top
View user's profile Send private message
meranto
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 129
Location: Ridderkerk, The Netherlands

PostPosted: Fri Dec 15, 2006 8:16 pm    Post subject: Reply with quote

agent_jdh wrote:
justincataldo wrote:
So then what do I need to put in the file?

Code:
...
AuthMode=WPA2PSK
EncrypType=TKIP
WPAPSK=0123456789
...


Just that? And make sure I have the same parraphrase in the router?


Like I said in an earlier post, I think you might need to use AuthMode=WPAPSK (not WPA2PSK), and make sure your access point is set up to use that.

AFAIK, WPAPSK = TKIP, and WPA2PSK=AES encryption. At least, on my wireless router that seems to be the case. It should just be a matter of setting up the channel, SSID and passkey to get it working.


very good resouce (in german, sorry) can be found here: link

I'll highlight the most important part:

Code:
i)  iwconfig comes with kernel. 
ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.
iii)copy configuration file "rt61sta.dat" to /etc/Wireless/RT61STA/rt61sta.dat.
iv) RaConfig61 is utility for rt61.
           
Configuration File : rt61sta.dat
---------------------------------------
# Copy this file to /etc/Wireless/RT61STA/rt61sta.dat
# This file is a binary file and will be read on loading rt.o module.
#
# Use "vi -b rt61sta.dat" to modify settings according to your need.
#
# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure
# 2.) set Channel to "0" for auto-select on Infrastructure mode
# 3.) set SSID for connecting to your Accss-point.
# 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE"
# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"
# for more information refer to the Readme file.


Code:
# The word of "[Default]" must not be removed
[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=0
SSID=AP350
NetworkType=Infra
Channel=0
AuthMode=OPEN
EncrypType=NONE
DefaultKeyID=1
Key1Type=0
Key1Str=0123456789
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WPAPSK=abcdefghijklmnopqrstuvwxyz
TxBurst=0
PktAggregate=0
TurboRate=0
WmmCapable=0
AckPolicy1=0
AckPolicy2=0
AckPolicy3=0
AckPolicy4=0
BGProtection=0
ShortSlot=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
PSMode=CAM
TxPreamble=0


Code:
13. AuthMode=value
   value
      OPEN          For open system   
      SHARED        For shared key system   
      WEPAUTO       Auto switch between OPEN and SHARED
      WPAPSK        For WPA pre-shared key  (Infra)
      WPA2PSK       For WPA2 pre-shared key (Infra)
      WPANONE       For WPA pre-shared key  (Adhoc)
      WPA           Use WPA_Supplicant
      WPA2          Use WPA_Supplicant

14. EncrypType=value
   value
      NONE      For AuthMode=OPEN                   
      WEP       For AuthMode=OPEN or AuthMode=SHARED
      TKIP      For AuthMode=WPAPSK or WPA2PSK                   
      AES       For AuthMode=WPAPSK or WPA2PSK               


I've got my config (rt61 + d-link di524) working with just 128-bits-WEP (Key1Str=0123....), WPAPSK+TKIP and WPA2PSK+AES (both WPAPSK=abcd...), so I guess that the rest will work as well.
_________________
Linus Torvalds: "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect."
Back to top
View user's profile Send private message
agent_jdh
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 1783
Location: Scotland

PostPosted: Mon Dec 18, 2006 12:16 am    Post subject: Reply with quote

Up and running here with now with an rt61 card (Linksys WMP54G) after upgrading my motherboard to one that supports PCI v2.2 cards. Using WPAPSK/TKIP - I might try WPA2PSK/AES later, but at least I know it works now.
_________________
Jingle Jangle Jewellery
Back to top
View user's profile Send private message
democles
n00b
n00b


Joined: 08 Dec 2006
Posts: 17
Location: Belgium

PostPosted: Fri Dec 22, 2006 7:46 am    Post subject: Reply with quote

Hello,

I got my syslink (WMP54G rev 4.1) working (with encryption) but when the throughput increases (emerge --sync), my AMD64 hangs... I'm using the cvs version of the serialmonkey RT61 driver/kernel 2.6.19-r2. I wonder I others have the same problems with this card.
Back to top
View user's profile Send private message
agent_jdh
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 1783
Location: Scotland

PostPosted: Fri Dec 22, 2006 2:44 pm    Post subject: Reply with quote

democles wrote:
Hello,

I got my syslink (WMP54G rev 4.1) working (with encryption) but when the throughput increases (emerge --sync), my AMD64 hangs... I'm using the cvs version of the serialmonkey RT61 driver/kernel 2.6.19-r2. I wonder I others have the same problems with this card.


I did a bit of googling/reading re the drivers for this card before buying it - it seems that the seamonkey drivers, while on the right track, are still a little unstable expecially with rt61 hardware. You should try using the ralink-rt61 drivers that are being discussed in this thread. Working flawlessly, now with WPA2PSK/AES encryption enabled.
_________________
Jingle Jangle Jewellery
Back to top
View user's profile Send private message
democles
n00b
n00b


Joined: 08 Dec 2006
Posts: 17
Location: Belgium

PostPosted: Sun Dec 24, 2006 12:39 pm    Post subject: Reply with quote

Hi agent_jdh,

I started with the ralink-rt61 package and because of the problems I encountered, I tried some other packages... a few attempts later I've got my system working :P. No hangups any more

I'm using the rt2x00 package from portage (masked version 9999, the 2.0.0-beta3 gave some problems) now together with wpa_supplicant.

Some info for those who might have the same problems
lspci:
01:07.0 Network controller: RaLink RT2561/RT61 802.11g PCI (a syslink WMP54G rev 4.1)

snippet from /etc/conf.d/net:

config_wlan0=("dhcp")
route_wlan0=("default via 192.168.1.1") //my AP, a linksys WRT54G
modules=("wpa_supplicant")

snippet from /etc/wpa_supplicant/wpa_supplicant.conf:

network={
ssid="thorsheaven"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk=my key generated with wpa_passphrase included in wpa_supplicant package
priority=2
}

emerge --info:
Portage 2.1.1-r2 (default-linux/amd64/2006.0, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.19-gentoo-r2 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.8
Last Sync: Sun, 24 Dec 2006 11:30:01 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.60
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LINGUAS="en_UK nl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://192.168.1.10/gentoo-portage"
USE="amd64 X alsa alsa_cards_intel8x0 alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol arts bash-completion berkdb bitmap-fonts cli cracklib crypt cups dlloader dri dvd dvdr dvdread eds elibc_glibc emboss encode foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 hal iconv imlib input_devices_keyboard input_devices_mouse ipv6 isdnlog jack jpeg kde kernel_linux linguas_en_UK linguas_nl lzw lzw-tiff mp3 mpeg mysql ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl pam pcre pda pdf perl png pppd python qt3 qt4 quicktime readline reflection samba sdl session spell spl ssl tcpd tiff truetype-fonts type1-fonts usb userland_GNU video_cards_nv video_cards_nvidia xinerama xorg xpm xv zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


To build the package I disabled SMP, PREEMPT,ieee802.11 stack in the kernel (2.6.19-r2)
finally i put the firmware ( rt2561.bin,downloaded from ralinktech.com) in /lib/firmware.
Back to top
View user's profile Send private message
agent_jdh
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 1783
Location: Scotland

PostPosted: Mon Dec 25, 2006 10:28 pm    Post subject: Reply with quote

@ democles

That's good info then for anyone else that has problems with the ralink-rt61 driver. You might want to look at configuring /etc/conf.d/net to switch your MTU to 1300 as that is what the rt61 cards use (the OP has info on how to do this). I checked the MTU on a WinXP box running the same Linksys card as mine and the MTU is definitely 1300 for it.
_________________
Jingle Jangle Jewellery
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5

 
Jump to:  
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