Hi,

I'm trying to connect to a Wifi ISP over PPPoE, with the hardware:

Soekris net4511
Senao NL-2511CD PLUS EXT2 PCMCIA (wi driver)
13dBi Patch antenna

using OBSD 3.8 GENERIC kernel via flashdist.

Using the same PCMCIA and the same antenna, at the same location,
on a Windows98 laptop with RASPPPOE it works like a charm, but with
OpenBSD it is unable to start the PPPoE negotiation, it stays forever on
the PPPoE-Discovery phase, and never receives an answer from the AP;
asking to the ISP, they say that there are to much noise, and the
assotiation to the AP goes down, but not in the windows box.

And now i'm really lost ...

if any one could help ...

Thanks in advance

georg


- network configuration on the net4511:

ifconfig pppoe0 pppoedev wi0
ifconfig wi0 up nwid **** media autoselect
spppcontrol pppoe0 myauthproto=chap myauthname=**** myauthkey=****
ifconfig pppoe0 inet 0.0.0.0 0.0.0.1 netmask 0xffffffff
route add default 0.0.0.1
ifconfig pppoe0 up

- dmesg on the net4511:

OpenBSD 3.8 (GENERIC) #138: Sat Sep 10 15:41:37 MDT 2005
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Am486DX4 W/B or Am5x86 W/B 150 ("AuthenticAMD" 486-class)
cpu0: FPU
real mem  = 66691072 (65128K)
avail mem = 53334016 (52084K)
using 839 buffers containing 3436544 bytes (3356K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(00) BIOS, date 20/50/27, BIOS32 rev. 0 @ 0xf7840
pcibios0 at bios0: rev 2.0 @ 0xf0000/0x10000
pcibios0: pcibios_get_intr_routing - function not supported
pcibios0: PCI IRQ Routing information unavailable.
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc8000/0x9000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
elansc0 at pci0 dev 0 function 0 "AMD ElanSC520 PCI" rev 0x00: product 0 stepping 1.1, CPU clock 100MHz, reset 0
gpio0 at elansc0: 32 pins
cbb0 at pci0 dev 9 function 0 "Texas Instruments PCI1410 CardBus" rev 0x02: irq 10 sis0 at pci0 dev 18 function 0 "NS DP83815 10/100" rev 0x00: DP83816A, irq 11, address 00:00:24:c5:74:e4
nsphyter0 at sis0 phy 0: DP83815 10/100 PHY, rev. 1
sis1 at pci0 dev 19 function 0 "NS DP83815 10/100" rev 0x00: DP83816A, irq 5, address 00:00:24:c5:74:e5
nsphyter1 at sis1 phy 0: DP83815 10/100 PHY, rev. 1
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0 cacheline 0x10, lattimer 0x3f
pcmcia0 at cardslot0
isa0 at mainbus0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
wdc0 at isa0 port 0x1f0/8 irq 14
wd0 at wdc0 channel 0 drive 0: <SILICONSYSTEMS INC 64MB>
wd0: 1-sector PIO, LBA, 62MB, 128128 sectors
wd0(wdc0:0:0): using BIOS timings
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
sysbeep0 at pcppi0
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom0: console
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
biomask f7c5 netmask ffe5 ttymask ffe7
pctr: no performance counters in CPU
wi0 at pcmcia0 function 0 "INTERSIL, HFA384x/IEEE, Version 01.02" port 0xa000/64 wi0: PRISM2.5 ISL3873 (0x800c), Firmware 1.1.0 (primary), 1.4.9 (station), address 00:02:6f:06:0b:1d
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
pppoe0: phase establish

Reply via email to