New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Add third ethernet port to Bubba|2

Got problems with your B2 or B3? Share and get helped!
Post Reply
marcdeb
Posts: 2
Joined: 09 Nov 2013, 01:57

Add third ethernet port to Bubba|2

Post by marcdeb »

Lo,

I'd like to add a third ethernet port to my Bubba|2. The model I have has the two gigabit ports, no wifi.

What USB dongles (either ethernet-over-USB or wifi) are known to work with the Bubba|2, are generally available in (western) Europe and not too expensive? :mrgreen:

For the curious: my goal is to create an ethernet bridge between eth0 and eth1. As I don't want the bridge to have an IP-address itself, I need a third port to keep access to the Bubba|2.

Greetz,
Marc.
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Add third ethernet port to Bubba|2

Post by RandomUsername »

I think Excito sold wifi upgrade kits for the B2. Don't know if they still do.
Gordon
Posts: 1461
Joined: 10 Aug 2011, 03:18

Re: Add third ethernet port to Bubba|2

Post by Gordon »

Ralink USB Wifi adapters are quite well supported. You'll find this chipset in many cheap stick type devices and the fun thing is that they support being operated as AP.

https://wiki.debian.org/WiFi/rt73
marcdeb
Posts: 2
Joined: 09 Nov 2013, 01:57

Re: Add third ethernet port to Bubba|2

Post by marcdeb »

Gordon wrote:Ralink USB Wifi adapters are quite well supported. You'll find this chipset in many cheap stick type devices and the fun thing is that they support being operated as AP.
Hm. I thought I was restricted to the drivers that come with the Bubba kernel? RT2501USB/RT2571W is not listed, although rt2x00 does contain the required rt73usb kernel driver. Does this mean I could try a RT2500USB/RT2571 based Wifi adapter?

Code: Select all

root@b2:/lib/modules/2.6.39.4-9/kernel/drivers/net/wireless# uname -a
Linux b2 2.6.39.4-9 #1 Mon Feb 6 22:45:13 UTC 2012 ppc GNU/Linux

root@b2:/lib/modules/2.6.39.4-9/kernel/drivers/net/wireless# ls -al
total 216
drwxr-xr-x 9 root root  4096 Jan  1  1970 .
drwxr-xr-x 5 root root  4096 Jan  1  1970 ..
-rw-r--r-- 1 root root 52852 Feb  7  2012 at76c50x-usb.ko
drwxr-xr-x 5 root root  4096 Jan  1  1970 ath
drwxr-xr-x 2 root root  4096 Jan  1  1970 b43
drwxr-xr-x 2 root root  4096 Jan  1  1970 hostap
drwxr-xr-x 2 root root  4096 Jan  1  1970 ipw2x00
-rw-r--r-- 1 root root 52100 Feb  7  2012 mwl8k.ko
-rw-r--r-- 1 root root 38660 Feb  7  2012 rndis_wlan.ko
drwxr-xr-x 2 root root  4096 Jan  1  1970 rt2x00
drwxr-xr-x 3 root root  4096 Jan  1  1970 rtl818x
-rw-r--r-- 1 root root 26032 Feb  7  2012 zd1201.ko
drwxr-xr-x 2 root root  4096 Jan  1  1970 zd1211rw
Post Reply