| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
» Number of reviews : 1 - viewing 10 Per Page
|
| Last Review by lol197282 - posted: 05-20-2008 09:32 PM |
[ Post a Review ] |

Views: 42152
|
distro, ubuntu edgy, sis900 (onboard ethernet )
lspci :00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
I had a problem where the network card wouldn't acquire an IP address from the router, something to do with the card's designated mac address.
A bit of google scratching fixed it (see below).
this worked for me
(using 2 lines in terminal)
Quote: sudo ifconfig eth0 down hw ether 00:E0:18:B3:A0:F7
sudo ifconfig eth0 up
http://www.irongeek.com/i.php?page=security/changemac
===============================
then I made it more permanent. Opened a terminal window Quote: sudo gedit /etc/network/interfaces , edited the interfaces file
commented out the 1st line & added a 3rd
Quote: #auto eth0
iface eth0 inet dhcp
hwaddress ether 00:E0:18:B3:A0:F7
(3rd line might need indenting)
saved and closed. then via terminal typed
Quote:
sudo /etc/init.d/networking restart
sis900 card worked after restart
http://www.howtogeek.com/howto/ubuntu/change-your-network-card-mac-address-on-ubuntu/
Rating: 3
|
Product Details: "900 PCI Fast Ethernet" by wuck - posted: 02-09-2004 - Rating:         8.91 |
All times are GMT -5. The time now is 02:32 AM.
|