Re: Debian on NSA310S? June 29, 2015 06:14PM |
Registered: 9 years ago Posts: 298 |
Re: Debian on NSA310S? June 29, 2015 06:22PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 29, 2015 06:23PM |
Registered: 9 years ago Posts: 118 |
root@debian:~# dmesg | grep mv643xx_eth [ 2.040733] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 2.124478] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 5c:f4:ab:df:07:11 root@debian:~#
root@NSA310S:/zyxel/sbin# ./fw_printenv | grep ethaddr ethaddr=5C:F4:AB:DF:07:11
Re: Debian on NSA310S? June 29, 2015 06:25PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 29, 2015 06:31PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 29, 2015 06:32PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on NSA310S? June 29, 2015 06:34PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 29, 2015 06:36PM |
Admin Registered: 13 years ago Posts: 18,997 |
## Booting image at 00800000 ... Image Name: Linux-4.0.0-kirkwood-tld-2 Created: 2015-06-26 8:47:53 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3061529 Bytes = 2.9 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 01100000 ... Image Name: initramfs-3.18.5-kirkwood-tld-1 Created: 2015-06-26 8:48:36 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 8464061 Bytes = 8.1 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK
Re: Debian on NSA310S? June 29, 2015 06:41PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 29, 2015 06:49PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 29, 2015 06:57PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on NSA310S? June 29, 2015 06:59PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 29, 2015 07:03PM |
Admin Registered: 13 years ago Posts: 18,997 |
dpkg -i linux-image-4.0.0-kirkwood-tld-1_1_armel.debit will be generated automatically along with other kernel files.
Re: Debian on NSA310S? June 29, 2015 07:05PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 29, 2015 07:17PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 29, 2015 07:21PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Debian on NSA310S? June 29, 2015 07:29PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 29, 2015 07:30PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 30, 2015 03:29AM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 30, 2015 04:17AM |
Admin Registered: 13 years ago Posts: 18,997 |
shutdown -h now
#iface eth0 inet dhcp iface eth0 inet static address 192.168.0.220 netmask 255.255.255.0 gateway 192.168.0.1
Re: Debian on NSA310S? June 30, 2015 04:44AM |
Registered: 9 years ago Posts: 298 |
Re: Debian on NSA310S? June 30, 2015 07:50AM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 30, 2015 12:11PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 30, 2015 01:53PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 30, 2015 02:15PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? June 30, 2015 02:19PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? June 30, 2015 02:42PM |
Admin Registered: 13 years ago Posts: 18,997 |
cat /etc/udev/rules.d/70-persistent-net.rules cat /lib/udev/rules.d/75-persistent-net-generator.rules | grep -i3 'device name whitelist'
Re: Debian on NSA310S? June 30, 2015 02:50PM |
Registered: 9 years ago Posts: 118 |
# This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="5c:f4:ab:df:07:2b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
IMPORT{cmdline}="net.ifnames" ENV{net.ifnames}=="1", GOTO="persistent_net_generator_end" # device name whitelist KERNEL!="eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end"
Re: Debian on NSA310S? June 30, 2015 03:01PM |
Admin Registered: 13 years ago Posts: 18,997 |
# Unknown net device (/devices/platform/mv643xx_eth_port.0/net/eth0) (mv643xx_eth_port) #SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="5c:f4:ab:df:07:2b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Re: Debian on NSA310S? June 30, 2015 03:04PM |
Admin Registered: 13 years ago Posts: 18,997 |
KERNEL!="Eth*|ath*|Wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end"