Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by alex.liu@Nov 3 2006, 09:54 PM now i can download it
<div class='quotetop'>quote
--- quote end ---
--- quote start ---
ios serial driver version 0.0
ttys0 (irq = 1) is a builtin nios uart
io scheduler noop registered
io scheduler deadline registered
dmfe_probe:eth0, 50000 khz nios
wyouken@>>id_val=90000a46<dm9000> eth0 i/o: 80200000, vid: 90000a46
addr: 00:07:ed:00:00:00
dmfe_probe:eth1, 50000 khz nios
net: registered protocol family 2
ip: routing cache hash table of 512 buckets, 4kbytes
tcp established hash table entries: 512 (order: 0, 4096 bytes)
tcp bind hash table entries: 512 (order: -1, 2048 bytes)
tcp: hash tables configured (established 512 bind 512)
ipv4 over ipv4 tunneling driver
gre over ipv4 tunneling driver
net: registered protocol family 17
freeing unused kernel memory: 360k freed (0x119e000 - 0x11f7000)
init started: busybox v1.1.1-pre0 (2006.11.01-13:08+0000) multi-call binary
busybox v1.1.1-pre0 (2006.11.01-13:08+0000) built-in shell (msh)
enter 'help' for a list of built-in commands.# ifconfig eth0 192.168.1.30 netmark 255.255.255.0
siocsifaddr: invalid argument# --- Quote End --- why I get the errors message "SIOCSIFADDR: Invalid argument" <div align='right'><{post_snapback}> (index.php?act=findpost&pid=19143)</div> [/b] --- Quote End --- DE2 flash chip stores hw ether MAC address at a different place from the Altera dev board. It got incorrect MAC address. That's what madman23 had resloved. He read the hw ether addr from the flash on DE2. The variable name is ->dev_addr[] . Please try give the hw ether addr with ifconfig, (check the updated Ehternet wiki page) ifconfig eth0 hw ether <your hw addr>