Hi Frank,

> i am trying to use OpenWrt on a Buffalo WBMR-HP-G300H.
> My problem is that DSL isn't working so far.
>
> My provider is using PPPoE but so far i failed to configure it.
> In the web interface there is "Network -> Interfaces -> Add new"
> which offers to create a PPPoE interface. Unfortunately i don't
> know which device to pick for my ADSL-modem.

I've got a WBMR-HP-G300H, and ADSL works pretty well with it.

I don't use LUCI, so I configure all my settings by hand, but here's
the WAN bits of my network file for ADSL (Annex A) with PPPoE

config adsl-device adsl
        option fwannex a
        option annex   a2p

config atm-bridge
        option atmdev  0
        option unit    0
        option encaps  llc
        option vpi     8
        option vci     35
        option payload bridged # some ISPs need this set to 'routed'

config interface wan
        option ifname   nas0
        option proto    pppoe
        option username myusername
        option password mypassword


Regarding the packages, I have these (relevant) packages installed. I
think with the default config, I would have thought you would have got
all these by default.

atm-tools - 2.5.2-4
br2684ctl - 2.5.2-4
kmod-atm - 3.3.8-1
kmod-ltq-dsl-ar9 - 3.3.8+3.24.4.4-3
kmod-ltq-dsl-firmware-a-ar9 - 3.24.4.4-3
kmod-ppp - 3.3.8-1
kmod-pppoa - 3.3.8-1
kmod-pppoe - 3.3.8-1
kmod-pppox - 3.3.8-1
linux-atm - 2.5.2-4
ltq-dsl-app - 3.24.4.4-1
ppp - 2.4.5-6
ppp-mod-pppoa - 2.4.5-6
ppp-mod-pppoe - 2.4.5-6
swconfig - 10

Also, are you aware of the LAN switching problem with this device?
https://dev.openwrt.org/ticket/11143

cheers,

Andy
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to