Forum: *nix Hardware Configuration Jul 25th, 2005 |
| Replies: 5 Views: 4,007 To compile any software
tar xvfz <whatever.tar.gz>
cd <directory>
./configure
make
make install
All the best you might be able to find the RPM @ http://rpmfind.net/ .. |
Forum: *nix Hardware Configuration Jul 23rd, 2005 |
| Replies: 5 Views: 4,007 Try downloading the drivers from
http://www.nvidia.com/object/unix.html
All the best ..
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 23rd, 2005 |
| Replies: 2 Views: 6,234 I would enter in Safe Mode
and do a fsck -Y /dev/hda1
It is really good to have this done ..
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 23rd, 2005 |
| Replies: 1 Views: 4,158 Assuming you have your modules installed correctly .. Try doing a this ..
[ilaiy@ilaiy]$ /sbin/lsmod | grep ipw
ipw2100 85241 0
ieee80211 22341 1 ipw2100... |
Forum: *nix Hardware Configuration Jul 21st, 2005 |
| Replies: 4 Views: 2,418 iptables is a nice option. You can log the connections or hand shakes which happen to your box. Try getting syslog to log to a remote server.
./thanks
ilaiy |
Forum: *nix Hardware Configuration Jul 19th, 2005 |
| Replies: 1 Views: 3,964 try to ping any of the websites using the IP address not the DNS names . If you are able to reach. You probably have to disable the firewall. If i am not mistaken it is SuseFirewall stop
./thanks ... |
Forum: *nix Hardware Configuration Jul 19th, 2005 |
| Replies: 2 Views: 5,210 USe dmesg to see if the card was detected.
You would also want to start the pcmcia service .
./thanks
ilaiy |