TheToggler Posted March 11, 2007 Share Posted March 11, 2007 System hangs here too, on MAC detection Link to comment Share on other sites More sharing options...
kaatm Posted March 15, 2007 Share Posted March 15, 2007 If anyone please, tell me how to restore my system. Link to comment Share on other sites More sharing options...
DaemonES Posted March 20, 2007 Author Share Posted March 20, 2007 OK, a short update, test this please. AttansicL1Ethernet.zip Link to comment Share on other sites More sharing options...
TheToggler Posted March 22, 2007 Share Posted March 22, 2007 heres the log on the latest log.txt  I am on a network that only allows DHCP so I can't test static IP but DHCP still is broken. Dunno if you can tell that from there. Link to comment Share on other sites More sharing options...
McBennedict Posted March 22, 2007 Share Posted March 22, 2007 Hello, Im an osx newbie... Im using P5L-MX with no SATA device connected, having tried the latest one and got no installation problem. After installation, it didn't detect if my network cable plugged so I decided to reboot it. No problem at all when rebooting, the driver loaded successfully, and no problem at mac detection. Also it can bring up my ethernet (tx/rx lamp blinking), detect my cable, and successfully ping localhost.  But cannot ping to outside (example : my router). The log is as below senos-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1RxInterrupt Mar 22 08:45:56 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] RRD problem, packet is not valid Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1TxInterrupt Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] sw_tpd_next_to_clean 92, cmb_tpd_next_to_clean 92 Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] Error: rx exception: status = 0x65300021 Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1RxInterrupt Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] RRD problem, packet is not valid Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1TxInterrupt Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] sw_tpd_next_to_clean 92, cmb_tpd_next_to_clean 92 Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] Error: rx exception: status = 0x65300021 Mar 22 08:45:57 rahardianto-senos-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1RxInterrupt  DaemonES : Hope you will continue this development Link to comment Share on other sites More sharing options...
pierlorenzog Posted April 7, 2007 Share Posted April 7, 2007 Dear DemonES I can test your driver asus p5b-mx/wifi-ap jas 10.4.9 Link to comment Share on other sites More sharing options...
Serg Olshevsky Posted April 8, 2007 Share Posted April 8, 2007 DemonES, i can test your driver Jas 10.4.9/8.9.1 Link to comment Share on other sites More sharing options...
azerak Posted April 15, 2007 Share Posted April 15, 2007 any more progress on this driver lately? I installed it and OS X recognized the built-in ethernet, so it seems to be decently far along Link to comment Share on other sites More sharing options...
DaemonES Posted April 16, 2007 Author Share Posted April 16, 2007 No, until I get some info from Attansic or sample board, or someone finishes the driver, cause it almost works. Link to comment Share on other sites More sharing options...
newelement Posted April 17, 2007 Share Posted April 17, 2007 Too bad you don't live close by. I could mail a board to you. Anywho... I'm awaiting this driver as well to use/test. 10.4.9/8.9.1. Good luck! Keep us posted! Link to comment Share on other sites More sharing options...
tapetum Posted April 18, 2007 Share Posted April 18, 2007 What about if someone set up a VNC on one of these boards for DaemonES? If you had a wireless card/USB for the internet connection, couldn't DaemonES just jump on someones machine and finish this up? Link to comment Share on other sites More sharing options...
newelement Posted April 19, 2007 Share Posted April 19, 2007 duh, sounds good to me. Link to comment Share on other sites More sharing options...
azerak Posted April 19, 2007 Share Posted April 19, 2007 I asked the person who made an L1 driver for Linux to take a look at this thread (here's his site:http://lkml.org/lkml/2006/9/27/143) Â here's his reply: Â I can't quite figure out where the sticking point is... Here's a guess: Â ISSUE 1. Some users can't get a MAC address. Â COMMENT: Depending upon the motherboard in use, the MAC address may be fetched from an EEPROM, or it may be written directly to the mac station address register during POST. This condition wasn't handled in the original Attansic vendor driver, so we added it to the Linux version: Â static int atl1_get_permanent_address(struct atl1_hw *hw) { [snip] /* * On some motherboards, the MAC address is written by the * BIOS directly to the MAC register during POST, and is * not stored in eeprom. If all else thus far has failed * to fetch the permanent MAC address, try reading it directly. */ addr[0] = ioread32(hw->hw_addr + REG_MAC_STA_ADDR); addr[1] = ioread16(hw->hw_addr + (REG_MAC_STA_ADDR + 4)); *(u32 *) ð_addr[2] = swab32(addr[0]); *(u16 *) ð_addr[0] = swab16(*(u16 *) &addr[1]); if (is_valid_ether_addr(eth_addr)) { memcpy(hw->perm_mac_addr, eth_addr, ETH_ALEN); return 0; } Â ISSUE 2. Invalid packets generating rx_exception. Â COMMENT: The interrupt status register value (0x65300021) printed in your user's log indicates a receive return descriptor (RRD) overflow (bit 5; see ISR_RRD_OV in the hardware header file). Since you're user doesn't seem to be receiving *any* packets, I'd guess your driver isn't allocating memory correctly for the RRDs, and they're piling up on down on the NIC since it can't hand them up to the driver. Link to comment Share on other sites More sharing options...
DaemonES Posted April 20, 2007 Author Share Posted April 20, 2007 newelement Too bad you don't live close by. I could mail a board to you. Anywho... Any controller vendor have so called sample boards. Small PCI or PCI-E expansions cards. But their event don't want to email documentation, I'm just want to develop driver for free to increase my skills azerak thanks, will look on it. Link to comment Share on other sites More sharing options...
ergosteur Posted April 29, 2007 Share Posted April 29, 2007 any progress on this? i'd be happy to help, need to free up one of my PCI slots! Asus P5L-MX Link to comment Share on other sites More sharing options...
dannymichel Posted May 5, 2007 Share Posted May 5, 2007 Can someone please tell me which one to download and how to install it? Link to comment Share on other sites More sharing options...
DaemonES Posted May 6, 2007 Author Share Posted May 6, 2007 Can someone please tell me which one to download and how to install it? LOL, can you read or just write? Link to comment Share on other sites More sharing options...
dannymichel Posted May 6, 2007 Share Posted May 6, 2007 I never saw detailed instructions on which post was the final version or how to install the drivers. Was the post deleted? Link to comment Share on other sites More sharing options...
dannymichel Posted May 6, 2007 Share Posted May 6, 2007 I was able to load the driver(or so it would seem) because it was able to tell that I had a built in modem this time, bu tit was not able to automatically configure my connection. When I manually set the values it was not able to make a connection. Any ideas why? Link to comment Share on other sites More sharing options...
DaemonES Posted May 7, 2007 Author Share Posted May 7, 2007 Because it is NOT WORKING! Link to comment Share on other sites More sharing options...
dannymichel Posted May 7, 2007 Share Posted May 7, 2007 Thanks Link to comment Share on other sites More sharing options...
TheToggler Posted May 18, 2007 Share Posted May 18, 2007 I hate to nag, DaemonES, but what's the status on the project? Still on hold until you have a testing board? Link to comment Share on other sites More sharing options...
dannymichel Posted May 18, 2007 Share Posted May 18, 2007 I hate to nag, DaemonES, but what's the status on the project? Still on hold until you have a testing board?I hear you. I wait EVERY day for this. Link to comment Share on other sites More sharing options...
DaemonES Posted May 19, 2007 Author Share Posted May 19, 2007 I hate to nag, DaemonES, but what's the status on the project? Still on hold until you have a testing board? It seems to. No info from Atheros/Attansic, no board, nothing Link to comment Share on other sites More sharing options...
dannymichel Posted May 19, 2007 Share Posted May 19, 2007 Is it possible to formaly request that someone create a driver for this? Link to comment Share on other sites More sharing options...
Recommended Posts