You are not logged in.
Pages: 1
Whenever I boot up my computer, I must run
ip link set eth1 up
wpa_supplicant -B -Dwext -i eth1 -c /etc/wpa_supplicant.conf
dhcpcd eth1or the wifi card wont work. The only solution I can think of is to make a bash script containing these commands and having it run automatically on startup. How would one go about doing this?
Offline
Add it to /etc/rc.local
Offline
Offline
Ill try getting netcfg to work
Offline
When I try to connect to my network, it just says
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
IOCTL[blahblahblah] operation not supported
FailedThis happened occasionally when I did it manually. Whats the problem?
Offline
Try this:
Make sure you have netcfg installed and properly set up (see the wiki).
1. Remove 'ipw2200' in MODULES in rc.conf (If there).
2. Add 'blacklist ipw2200' in /etc/modprobe.d/modprobe.conf
3. Add '/sbin/modprobe ipw2200' in /etc/rc.local
4. Add 'netcfg <PROFILE-NAME>' in /etc/rc.local (after the modprobe line) - change '<PROFILE-NAME>' to the name you gave your
ipw2200 netcfg profile.
5. Reboot.
This should result in your network coming up as you expect.
--Theoden
"If builders built buildings the way programmers write programs,
the first woodpecker that came along would destroy civilization."
Offline
Pages: 1