Hi guys,
i am trying to use OpenWrt on a Buffalo WBMR-HP-G300H.
My problem is that DSL isn't working so far.
I followed the instructions outlined here:
http://wiki.openwrt.org/toh/buffalo/wbmr-hp-g300h
I did:
1. Check out the code: svn co http://svn.openwrt.org/openwrt/trunk trunk
2. cd trunk
3. Update the feeds: ./scripts/feeds update
4. Install the feeds: ./scripts/feeds install
4b. make package/symlinks
5. Configure: make menuconfig
- Target System: Lantiq GPON/XWAY
- Subtarget: AR9
- Target Profile: WBMR - Buffalo WMBR-HP-G300H
- Target Images: squashfs
- Enable luci (Luci/Collections/Luci)
- Enable wireless: Kernel Modules/Wireless Drivers/kmod-ath9k
- Enable hostapd: Network/hostapd and Network/hostapd-utils
6. Save the config
7. make
The board comes up fine with the image i have built. Luci
works and i have configured ethernet and the wifi AP.
What doesn't work so far is the built in ADSL-modem.
I did some debugging and noticed that the DSL support was incomplete.
kmod-ltq-dsl-firmware-b-ar9_3.24.4.4-3_lantiq.ipk and
ltq-dsl-app_3.24.4.4-1_lantiq.ipk were installed while
kmod-ltq-dsl-ar9_3.3.8+3.24.4.4-3_lantiq.ipk was missing from the image.
I installed the missing module and the situation improved.
Afterwards i got:
root@OpenWrt:/dev# lsmod | grep dsl
drv_dsl_cpe_api 104384 0
lantiq_mei 21056 2 lantiq_atm,drv_dsl_cpe_api
root@OpenWrt:/dev# /etc/init.d/dsl_control status
Chipset: Ifx-AR9 1.2
Line State: DOWN [0x200: silent]
Data Rate: 0 b/s / 0 b/s
Line Attenuation: 0.0dB / 0.0dB
Noise Margin: 0.0dB / 0.0dB
Line Uptime: down
("Line State: DOWN" is OK. I don't have a cable attached.)
Question: Does Luci (the web interface) support DSL? So far i
couldn't spot any traces of DSL support in the web interface.
As the /etc/init.d/dsl_control has a "lucistats" command i suspect
so. What am i missing?
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.
root@OpenWrt:~# ifconfig -a
br-lan Link encap:Ethernet HWaddr 00:24:A5:BD:35:18
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13078 errors:0 dropped:0 overruns:0 frame:0
TX packets:11657 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1284718 (1.2 MiB) TX bytes:1746951 (1.6 MiB)
eth0 Link encap:Ethernet HWaddr 00:24:A5:BD:35:18
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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
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:38592 errors:0 dropped:0 overruns:0 frame:0
TX packets:38592 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2624256 (2.5 MiB) TX bytes:2624256 (2.5 MiB)
wlan0 Link encap:Ethernet HWaddr 00:24:A5:BD:35:18
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:480 (480.0 B)
I suspect that also here something is missing. eth0 and wlan0 are
bridged together as br-lan. Which device would i pick for the PPPoE
interface?
Thanks!
Regards,
Frank
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users