Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

29 Pages V   1 2 3 > »   
Reply to this topic Start new topic
Attansic L1 Driver Project, Need help of P5B-E owners
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
Hi, I'm starting development of driver for Attansic L1 driver. So I need help of Asus P5B-E owners to test driver. Any one want to get working LAN? smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,331
  • Joined: 29-October 05
  • From: Hollyweird, CA
  • Member No.: 14,143
i was thinking about this cause that was the only reason i didnt get a asus P5l-VM 1394. no driver support for the Gb LAN.
i may just pick one up so i can help you out.
I will let you know when that happens but it should be soon, a week or two.
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
DiaboliK great smile.gif

Anyone else?
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
Latest news: major part of work has been done. I need maximum one day to do end of work. So I need to test driver now. Waiting for the testers.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 1-January 07
  • From: Russia
  • Member No.: 73,120
I think, I can do some testing.
I have an Asus P5B-E + Core2Duo + Maс OSX 10.4.8 by JaS with semthex kernel
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 60
  • Joined: 31-July 05
  • Member No.: 1,173
I have this card (P5L-VM 1394) - would love to be a guinea pig!
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 118
  • Joined: 20-February 06
  • Member No.: 24,252
hi DaemonES, please put me on the list, I definitely wanna test, thanks~~~
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
OK guys, I've attached current snapshot of the driver. It's not fully functional yet (it receives, but not transmits packets). All that I may know now how it communicates and setups hardware. Attansic L1 is very hard to program. To test driver you need 2 terminals:
1. In the first terminal type: tail -f /var/log/system.log
2. In the second enter to the driver directory and type sh loaddebug.sh

After some time you will see in the first screen messages from the driver. Post it here please.
Attached File(s)
Attached File  AttansicL1Ethernet.zip ( 122.26K ) Number of downloads: 2907
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 1-January 07
  • From: Russia
  • Member No.: 73,120
CODE
Feb  4 18:49:46 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::start
Feb  4 18:49:46 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::createOutputQueue
Feb  4 18:49:46 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::getPacketBufferConstraints
Feb  4 18:49:46 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1AllocateDescriptors
Feb  4 18:49:46 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::getHardwareAddress
Feb  4 18:49:48 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1GetPermanentAddress
Feb  4 18:49:48 icys-computer kernel[0]: [AttansicL1Ethernet] Couldn't get device mac address
Feb  4 18:49:48 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::registerWithPolicyMaker
Feb  4 18:49:48 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::setPowerState
Feb  4 18:49:48 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::configureInterface
Feb  4 18:49:48 icys-computer kernel[0]: AttansicL1Ethernet: Ethernet address 00:00:d8:bc:ca:01


and then system hangs
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
icy how much RAM, nVidia card? Can you use another kernel (many users have troubles with HDA driver ant latest semthex kernel).
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 118
  • Joined: 20-February 06
  • Member No.: 24,252
QUOTE (DaemonES @ Feb 4 2007, 05:58 PM) *
OK guys, I've attached current snapshot of the driver. It's not fully functional yet (it receives, but not transmits packets). All that I may know now how it communicates and setups hardware. Attansic L1 is very hard to program. To test driver you need 2 terminals:
1. In the first terminal type: tail -f /var/log/system.log
2. In the second enter to the driver directory and type sh loaddebug.sh

After some time you will see in the first screen messages from the driver. Post it here please.


Maybe I'm too stupid, after extract the zip file, it's not a kext and I don't really know how to deal with the files inside the folder...... Is ther any instruction I can follow? Thanks~~
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 1-January 07
  • From: Russia
  • Member No.: 73,120
I have a pair of Corsair Twin2X modules, 2GB summary and Gigabyte GF7600GT video + titan driver.
I used this guide to get AD1988 sound working: http://forum.insanelymac.com/index.php?showtopic=32426
There are some strange sound appearance in movies and system clock running too fast, but this problems gone after I have added "fsb=266" to the kernel flags string.
Later I can try to boot with mikfi kernel.
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
SkyZ kext deeper, inside other folders. After unpacking
cd AttansicL1Ethernet/
sh loaddebug.sh

kext will be loaded, but don't forget about log.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 260
  • Joined: 21-March 06
  • From: Germany
  • Member No.: 30,028
Hi!

I tested the driver on a friend's Asus M2N4-SLI board which has an Athlon 64 x2 and a newer nForce 4 chipset with an Attensic PHY which isn't detected by the forcedeth driver. With the original version of the AttansicL1Ethernet.kext I got no result, so I added the network adapter's id (0x005710de) to the plist inside the kext.

Result: the adapter was detected at the next reboot smile.gif The kext seems to be really have fun detecting my adapter, at every reboot I got a new one biggrin.gif But they all weren't working dry.gif
Another effect is that SATA wasn't working with the Attensic driver installed, after removing it I had my SATA back again.

Was a great begin, get on with it. My system was 10.4.7 myzar.

GreetinX from the Other Side!
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
naquaada driver is not working now. May I know does driver detect right Mac address or now?
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 327
  • Joined: 20-September 06
  • From: Kiev, Ukraine
  • Member No.: 56,692
Good point about SATA controller. It seems, that it shares the same interrupt line with Attansic controller. Like here http://www.archivesat.com/Technical_discus...read2382776.htm

I've attached a new version of kext. Now I'm using MSI interrupts from PCI-E attansic controller. So those people who had problems with SATA driver please try.

Sooner or later I'll write this driver, I need only feedback and time.
Attached File(s)
Attached File  AttansicL1Ethernet.zip ( 123.21K ) Number of downloads: 1255
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 1-January 07
  • From: Russia
  • Member No.: 73,120
CODE
Feb  5 00:09:51 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/bin/rm -rf /System/Library/Extensions.mkext
Feb  5 00:09:51 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/bin/rm -rf /System/Library/Extensions.kextcache
Feb  5 00:09:51 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/usr/sbin/chown -R root:wheel AttansicL1Ethernet.kext
Feb  5 00:09:51 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/usr/bin/find AttansicL1Ethernet.kext -type d -exec chmod 0755 {};
Feb  5 00:09:51 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/usr/bin/find AttansicL1Ethernet.kext -type f -exec chmod 0644 {};
Feb  5 00:09:51 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/sbin/kextload -t AttansicL1Ethernet.kext
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::init
Feb  5 00:09:56 icys-computer sudo:      icy : TTY=ttyp2; PWD=/Users/icy/Desktop/AttansicL1Ethernet/build/Debug; USER=root; COMMAND=/usr/sbin/kextcache -k /System/Library/Extensions
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::start
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::createOutputQueue
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::getPacketBufferConstraints
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] icr = ffffffff
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] Error:Couldn't reset hardware
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] Error:Couldn't init hardware
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] MSI interrupt index 1
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1AllocateDescriptors
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] Allocated memory for ring header 18684
Feb  5 00:09:56 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::getHardwareAddress
Feb  5 00:09:58 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1GetPermanentAddress
Feb  5 00:09:58 icys-computer kernel[0]: [AttansicL1Ethernet] Error:Mac address through SPI is invalid
Feb  5 00:09:58 icys-computer kernel[0]: [AttansicL1Ethernet] Couldn't get device mac address
Feb  5 00:09:58 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::registerWithPolicyMaker
Feb  5 00:09:58 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::setPowerState
Feb  5 00:09:58 icys-computer kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::configureInterface
Feb  5 00:09:58 icys-computer kernel[0]: AttansicL1Ethernet: Ethernet address 00:00:44:b4:4a:01


This post has been edited by icy: Feb 4 2007, 08:15 PM
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 60
  • Joined: 31-July 05
  • Member No.: 1,173
Here's my output from the new version (post 16):

CODE
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::init
Feb 5 07:50:16 comp1 sudo: : TTY=ttyp2 ; PWD=/AttansicL1Ethernet/build/Debug ; USER=root ; COMMAND=/usr/sbin/kextcache -k /System/Library/Extensions
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::start
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::createOutputQueue
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::getPacketBufferConstraints
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] icr = ffffffff
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] Error:Couldn't reset hardware
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] Error:Couldn't init hardware
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] MSI interrupt index 1
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1AllocateDescriptors
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] Allocated memory for ring header 18684
Feb 5 07:50:16 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::getHardwareAddress
Feb 5 07:50:17 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1GetPermanentAddress
Feb 5 07:50:17 comp1 kernel[0]: [AttansicL1Ethernet] Error:Mac address through SPI is invalid
Feb 5 07:50:17 comp1 kernel[0]: [AttansicL1Ethernet] Couldn't get device mac address
Feb 5 07:50:17 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::registerWithPolicyMaker
Feb 5 07:50:17 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::setPowerState
Feb 5 07:50:17 comp1 kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::configureInterface
Feb 5 07:50:17 comp1 kernel[0]: AttansicL1Ethernet: Ethernet address 00:00:a8:3c:79:01
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 118
  • Joined: 20-February 06
  • Member No.: 24,252
QUOTE (DaemonES @ Feb 5 2007, 12:17 AM) *
SkyZ kext deeper, inside other folders. After unpacking
cd AttansicL1Ethernet/
sh loaddebug.sh

kext will be loaded, but don't forget about log.


Thk mate, I'll give it a try when I back home from work.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 60
  • Joined: 31-July 05
  • Member No.: 1,173
I'm pretty sure you would have seen this - but if not - here's the link to the Attansic driver for linux:
http://sourceforge.net/projects/atl1/

Cheers and good luck!

Jdwl
PM Profile Card
Go to the top of the page
+ Quote Post
29 Pages V   1 2 3 > » 
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 01:38 AM