I was having trouble with the latest updates so I decided to reinstall Tribe 5 as I also had been unable to get the wireless connection to work. I have an ATI card on my ASUS Notebook, so the text mode was used for installation and after reboot in the recovery mode I did the following:
1. Updated package lists and upgraded any packages needed.
apt-get update
apt-get dist-upgrade
2. Installed fglrx closed source driver for my ATI video card.
apt-get install xorg-driver-fglrx
3. Updated loaded modules.
depmod -a
4. Configured /etc/X11/xorg.conf
aticonfig --initial
aticonfig --overlay-type=Xv
5. Rebooted
This gave me the KDE desktop and I was able to setup my Wireless router connection as all the previous activities were done using an Ethernet connection to a Netgear WGR614v7 router. When I selected Manual Network Configuration, the wireless connection, under TCP/IP Address, had neither the Automatic nor the Manual buttons highlighted. The IP address that was showing was one that I had selected for another PC connected the the router but was not on at the time. To avoid any conflict I decided to select the Manual option and define the IP address I wanted. After a reboot, I could no longer get the wireless connection.
I now think that I will have to change all the PC's on my home network to use DHCP for connection to the router. Is there any way of getting back to the original wireless connection where neither the Automatic or Manual connections are highlighted?
1. Updated package lists and upgraded any packages needed.
apt-get update
apt-get dist-upgrade
2. Installed fglrx closed source driver for my ATI video card.
apt-get install xorg-driver-fglrx
3. Updated loaded modules.
depmod -a
4. Configured /etc/X11/xorg.conf
aticonfig --initial
aticonfig --overlay-type=Xv
5. Rebooted
This gave me the KDE desktop and I was able to setup my Wireless router connection as all the previous activities were done using an Ethernet connection to a Netgear WGR614v7 router. When I selected Manual Network Configuration, the wireless connection, under TCP/IP Address, had neither the Automatic nor the Manual buttons highlighted. The IP address that was showing was one that I had selected for another PC connected the the router but was not on at the time. To avoid any conflict I decided to select the Manual option and define the IP address I wanted. After a reboot, I could no longer get the wireless connection.
I now think that I will have to change all the PC's on my home network to use DHCP for connection to the router. Is there any way of getting back to the original wireless connection where neither the Automatic or Manual connections are highlighted?
Comment