Altera_Forum
Honored Contributor
20 years agoEthernet autodetect IRQ failure
Hi, all.
I'm using Nios II on the Altera Stratix 1s10 eval board; I'm using std_1s10.ptf, and standard.sof. I successfully followed the instructions in http://forum.niosforum.com/forum/index.php?showtopic=3174 (http://forum.niosforum.com/forum/index.php?showtopic=3174) (thanks to hippo for all his help on this). ...up to step 9, where it indicates what to do to get networking going. I get the following output from the board; note the IRQ errors relating to Ethernet:uClinux/Nios II
Altera Nios II support (C) 2004 Microtronix Datacom Ltd.
Built 1 zonelists
Kernel command line:
PID hash table entries: 128 (order: 7, 2048 bytes)
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory available: 14592k/16384k RAM, 0k/0k ROM (1144k kernel code, 454k data)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
NET: Registered protocol family 16
Serial: JTAG UART driver $Revision: 1.4 $
ttyJ0 at MMIO 0x80810820 (irq = 2) is a jtag_uart
io scheduler noop registered
io scheduler deadline registered
smc_probe: 50000 Khz Nios
SMSC LAN91C111 Driver (v2.1), (Linux Kernel 2.6)
eth0: Couldn't autodetect your IRQ. Use irq=xx. <<-----
error in initcall at 0x011356b0: returned with disabled interrupts <<-----
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes 2006 nios2nommu unknown
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
NET: Registered protocol family 1
NET: Registered protocol family 17
Freeing unused kernel memory: 348k freed (0x112c000 - 0x1182000)
init started: BusyBox v1.1.1-pre0 (2006.05.13-03:07+0000) multi-call binary
BusyBox v1.1.1-pre0 (2006.05.13-03:07+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.
# # I've searched through the postings; all references to IRQs and Ethernet seemed unrelated to this. I also looked through the Altera eval board information, and could find anything helpful there either. I'd appreciate any help you can provide, so I can get past this hurdle. Thanks, -- therrien