Ubuntu Forums Archive Viewer

Ubuntu PPC WiFi

Archived thread 11216 from Apple PPC Users. Markdown source: Apple_PPC_Users/thread_11216_Ubuntu_PPC_WiFi.md

Original URL About this archive
#1

I'm interested in setting up a G3 iMac to use a D-Link DWL-122 USB wi-fi adapter. Has anyone had any luck doing this? Are the any PPC Linux drivers out there?

Thanks, BillyFred

#2

It should work, using the prism2 modules already in the kernel.

#3

This network set-up tool does not seem to recognize the device.

#4

This is what got a DWL-122 working on my iBook: I installed linux-wlan-ng from universe, modified /etc/wlan/wlan.conf and copied /etc/wlan/wlancfg-DEFAULT to /etc/wlan/wlancfg-"your_ssid_here" and edited that accordingly. I then created the following script to run whenever I need it:

#!/bin/sh

sudo modprobe prism2_usb sudo rmmod prism2_usb sudo modprobe prism2_usb prism2_doreset=1 sudo wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable sudo wlanctl-ng wlan0 lnxreq_autojoin ssid="your_ssid_here" authtype=opensystem sudo dhclient wlan0

I am up and running, hope this helps you.

#5

Thanks, I'll give it a try. BTW, where do you save the script?

#6

This is what got a DWL-122 working on my iBook: I installed linux-wlan-ng from universe, modified /etc/wlan/wlan.conf and copied /etc/wlan/wlancfg-DEFAULT to /etc/wlan/wlancfg-"your_ssid_here" and edited that accordingly. I then created the following script to run whenever I need it:

#!/bin/sh

sudo modprobe prism2_usb sudo rmmod prism2_usb sudo modprobe prism2_usb prism2_doreset=1 sudo wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable sudo wlanctl-ng wlan0 lnxreq_autojoin ssid="your_ssid_here" authtype=opensystem sudo dhclient wlan0

I am up and running, hope this helps you.

The above advice worked just fine, but I found that I had to execute the "sudo wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable" line twice to get the interface up.

#7

does the DWL-122 work well once its going? i am thinking of getting one.

thanks

ssam

#8

does the DWL-122 work well once its going? i am thinking of getting one.

thanks

ssam

I find that range is a problem with the DWL-122. On my son's eMac, running OS 10.2x, and being close to the wireless router, it seems quite stable. On an iMac in the basement, running Ubuntu Hoary and being rather far from the router, it seems unstable and slow. I'm going to see about getting a LinkSys WUSB-12. It's clunkier, but it has better range. I think it's also based on the Prism 2/3 chipset.

billyfred