Gents:
The wireless issue continues to be a problem, not sure why. Term says "wireless-tools is the newest" and I "apt-get install firmware-b43-installer" and that seemed to go well. The desktop drop down menu on the network changed from "firmware not loaded" to "device not ready" and tried to enter the wep key in Network Manager, but it would not accept it. Tried a few commands like sudo iwconfig . . . didn't seem to show anything available. I even tried to change "lo" to "eth1" in /etc/network/interfaces using "nano" . . . crtl X and Y, but for some reason when I checked iwconfig it had changed back to "lo" . . . . I went through this about a year ago when I first went to a Linux partition, but this doesn't seem to be responding, and it was a convoluted process back then so I can't remember what worked to fix it.
And, then to top it off while typing this post the first time, the fan started blowing and the mouse control went away . . . I need the mouse in the iBook because the touchpad no longer works . . . would this be calling for the proper Xorg.config file?
One other thought, in the Debian wiki it said to add a line for "non-free" and "contrib" from Squeeze in the sources.list, but this is Wheezy . . . do I still need to add that Squeeze data? Actually in reading thru the CLI log in data on the black screen there was some comment that scrolled by quickly saying, "The b43 phy firmware is too new" ?????? But the b43 driver should be the correct one, but somehow the machine is not making the connection to my wireless signal probably 2 feet away. The network doesn't show up as available in the network manager "wireless" tab.
- Code: Select all
~$ cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux testing _Wheezy_ - Official Snapshot powerpc NETINST Binary-1 20120207-15:30]/ wheezy main
#deb cdrom:[Debian GNU/Linux testing _Wheezy_ - Official Snapshot powerpc NETINST Binary-1 20120207-15:30]/ wheezy main
deb http://ftp.us.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.us.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
-----------------------------------------------------------------------------------------------------
:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
#NetworkManager#iface eth0 inet dhcp
---------------------------------------------
sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Thanks for any hints,
e.e.p.