Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: Something wicked happend!
- To: tlug@example.com
- Subject: Re: tlug: Something wicked happend!
- From: simon@example.com (Simon Cozens)
- Date: 17 May 2000 09:59:45 GMT
- Delivered-To: simon-outgoing@example.com
- Organization: Earth.li Origins
- References: <lists.tlug/Pine.LNX.4.21.0005170848580.1594-100000@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug
- User-Agent: slrn/0.9.5.3 (UNIX)
Uva Coder (lists.tlug): > eth0: Something Wicked Happened! 2008 > >Has anyone seen this error message before? And what >does the 2008 portion of the message mean? Hmmm. Use the source, Luke! linux/drivers/via-rhine.c, in a function called via_rhine_error: if ((intr_status & ~( IntrLinkChange | IntrStatsMax | IntrTxAbort | IntrTxAborted)) && debug > 1) { printk(KERN_ERR "%s: Something Wicked happened! %4.4x.\n", dev->name, intr_status); /* Recovery for other fault sources not known. */ writew(CmdTxDemand | np->chip_cmd, dev->base_addr + ChipCmd); } Your hardware is producing an error. It's not any of the error conditions that the kernel recognises. Probably something funky with your board. If you're loading the driver as a module, you can set debug=0 as a parameter to remove this. -- Don't get suckered in by the comments -- they can be terribly misleading. Debug only code. -- Dave Storer -------------------------------------------------------------------- Next Nomikai Meeting: June 16 (Fri), 19:00 Tengu TokyoEkiMae Next Technical Meeting: July 8 (Sat) 13:30 Topic: TBA -------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
Home | Main Index | Thread Index
- Prev by Date: tlug: Something wicked happend!
- Next by Date: tlug: Changing username
- Prev by thread: tlug: Something wicked happend!
- Next by thread: tlug: translation check
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links