From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <493db713aadea2bcac0f0a9885f14f32@quanstro.net> From: erik quanstrom Date: Sun, 25 Nov 2007 07:25:57 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Problems with igbe In-Reply-To: <20071124235150.GB12094@localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0afca900-ead3-11e9-9d60-3106f5b1d025 > Hi! > Commenting out /sys/src/9/pc/etherigbe.c:1767 worked for me, at > least, for a while. It was kind of obvious, so maybe my mail was > kind of spam. But commenting it out is not all. #l is set up now, > but /net/ether0/addr gives me now sth. like ffffffff, so maybe > that's why i never get a connection to my dhcpd. I think that > has sth. to do with some function which sets up/reads the mac > address and isn't (correctly) implemented for my controller, > but I don't know much about nic drivers. > > Best regards, > Philipp okay, the reason the eeprom checksum is wrong is that the data coming from your card. this is where the station address aka mac is stored. and other important defaults. so either we're doing it wrong or it really is corrupt. the first option is more attactive. in at93c46r() there's a switch statement on what type of ctlr you have. try adding your controller type after case i82546eb: perhaps igbe is using the wrong method. - erik