Changes

From Amahi Wiki
Jump to: navigation, search
{{Code|sudo reboot now -h}}
 
====Troubleshooting====
 
Q: ''Only one line shows up in step 3, and the MAC address is that of my old PC.''
 
A: If there is no second hardware address, we will have to add the MediaSmart server's network drive to eth0. Do the following:
 
Check what eth1's HWaddr is set to. Copy this information.
 
{{Code|ifconfig C}}
 
​Edit the 70-persistent-net.rules file:
 
{{Code|sudo nano /etc/udev/rules.d/70-persistent-net.rules​}}
 
Comment out the line with the mac address that was copied down in the previous step, and add the following line (repacing "55:55:55:55:55:55" with the MediaSmart server's address):
 
# SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1d:60:b5:43:66", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth1"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="55:55:55:55:55:55", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth0"
===Reconnect the Storage Drives===
110

edits