NoSTaBoNN Posted March 1, 2008 Share Posted March 1, 2008 What is the status of the driver. I'm one of the unlucky people of whom the wireless nor lan will work This driver is great idea! Link to comment Share on other sites More sharing options...
NoSTaBoNN Posted March 3, 2008 Share Posted March 3, 2008 OK, I started looking at the source code, and I'm getting confused right here: #define ATL1_GET_DESC(R, i, type) (&(((type *)(®->desc)))) #define ATL1_RFD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_free_desc) #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc) #define ATL1_RRD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_return_desc) Can someone explain me what (&(((type *)(®->desc)))) produces? thnx Link to comment Share on other sites More sharing options...
asot Posted March 3, 2008 Share Posted March 3, 2008 This is soooo frustrating,IS THEIR ANYONE hwo managed to operate the onboard lan of the P5K MB??? (Attansic L1)!! Link to comment Share on other sites More sharing options...
dannymichel Posted March 4, 2008 Share Posted March 4, 2008 This is soooo frustrating,IS THEIR ANYONE hwo managed to operate the onboard lan of the P5K MB??? (Attansic L1)!! I think this guy. http://forum.insanelymac.com/index.php?sho...c=79459&hl= I waited years for this project until I just went to the store to get another card after loosing hope. Link to comment Share on other sites More sharing options...
NoSTaBoNN Posted March 4, 2008 Share Posted March 4, 2008 the driver seems to work correctly except the last part.. the packet handling. When i make the link go up there are constantly packages coming in, what is correct. But all the packets passing through the RRD seem to be empty resulting in a bad packet. This is the log i got with a little bit more debugging added: Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1RxInterrupt Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (num_buf): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (packetsize): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (checksum): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (valid): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (buf_indx): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD problem, packet is not valid Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1TxInterrupt Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] sw_tpd_next_to_clean 0, cmb_tpd_next_to_clean 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] Error: rx exception: status = 0x6d300021 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] AttansicL1Ethernet::atl1RxInterrupt Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (num_buf): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (packetsize): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (checksum): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (valid): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD Packeterror_debug (buf_indx): 0 Mar 4 09:49:51 jorgens-apple-development-platform kernel[0]: [AttansicL1Ethernet] RRD problem, packet is not valid If DaemonES is still out here, could you enlighten me a bit on atl1RxInterrupt. Thanks Link to comment Share on other sites More sharing options...
DaemonES Posted March 4, 2008 Author Share Posted March 4, 2008 Hello ICQ - 337416164 e-mail: DaemonES at gmail dot com or on IRC Link to comment Share on other sites More sharing options...
eberts Posted March 4, 2008 Share Posted March 4, 2008 DaemonES, nice to see you (still) following this thread Btw, did you get that board offered by someone? Link to comment Share on other sites More sharing options...
asot Posted March 4, 2008 Share Posted March 4, 2008 Guys,if their is any hope on finnishing this driver please say so,ANY help from me is offered!!! Link to comment Share on other sites More sharing options...
DaemonES Posted March 4, 2008 Author Share Posted March 4, 2008 nope. I've just keep watching on this thread 2 asot just keep praying Link to comment Share on other sites More sharing options...
asot Posted March 4, 2008 Share Posted March 4, 2008 nope. I've just keep watching on this thread 2 asot just keep praying Link to comment Share on other sites More sharing options...
eberts Posted March 4, 2008 Share Posted March 4, 2008 Ok, let's together and worship the . Maybe there'll be some . I'd call you , DaemonES Link to comment Share on other sites More sharing options...
braveskunk Posted March 4, 2008 Share Posted March 4, 2008 yeah, maybe a cannot buy another board and send it to u- just a poor student:P but if any debug, testing needed just let me know. will do my best:) Link to comment Share on other sites More sharing options...
ali123 Posted March 18, 2008 Share Posted March 18, 2008 updates? Link to comment Share on other sites More sharing options...
Hacktrix2006 Posted March 27, 2008 Share Posted March 27, 2008 I'd like to beta test your drivers for the L1 if you can send them to hacktrix2006@live.com, i'd be glad to help! Link to comment Share on other sites More sharing options...
Hacktrix2006 Posted March 29, 2008 Share Posted March 29, 2008 Hi guys is there anything i can help you with as i've found out that urbunto has support for this LAN card out of the box. It even has all the info. Link to comment Share on other sites More sharing options...
kiwi89 Posted March 30, 2008 Share Posted March 30, 2008 Yea I am also looking forward to getting this driver. Also hackrix its ubuntu not urbunto - sorry Link to comment Share on other sites More sharing options...
DrDeelay Posted March 30, 2008 Share Posted March 30, 2008 I think my Attansic onboard (P5K) was recognized when I installed the UPHUCK Iatkos v.1 DVD, couldn't use this release for some other reasons and never managed to get this working again. Can anyone confirm, Attansic lan works on Iatkos??? regards DrDeelay. ...added a Realtek-Card to make Lan working. Link to comment Share on other sites More sharing options...
Hacktrix2006 Posted March 30, 2008 Share Posted March 30, 2008 I think my Attansic onboard (P5K) was recognized when I installed the UPHUCK Iatkos v.1 DVD, couldn't use this release for some other reasons and never managed to get this working again. Can anyone confirm, Attansic lan works on Iatkos??? regards DrDeelay. ...added a Realtek-Card to make Lan working. Thanks Kiwi89 for correction, I notice this as well but i can't find the file on the dvd of iaktos v1.0 infact it even showed my intel 3945 as a airport device.! After installing iaktos v1.0 and booting up after install it went so it must be a file somewhere to enable it i shell have a look for it and if i find i'll let you know! Link to comment Share on other sites More sharing options...
givemelove Posted March 30, 2008 Share Posted March 30, 2008 DaemonES, I'm willing to test your drivers. I'm stuck with my hackint0sh without network support. Let me know if you need any assistance. Link to comment Share on other sites More sharing options...
kiwi89 Posted March 31, 2008 Share Posted March 31, 2008 Yea DaemonES Ill test as well, Im buying a wireless card when I get time to go out, but it would be handy to have drivers for my wired card. Link to comment Share on other sites More sharing options...
Hacktrix2006 Posted March 31, 2008 Share Posted March 31, 2008 Same here if you can send me your drivers i'm happy to test it for you! Then hopefully i'll have a hackingtosh with somekind of network support Link to comment Share on other sites More sharing options...
NoSTaBoNN Posted April 2, 2008 Share Posted April 2, 2008 I was looking at the source but then my laptop broke So waiting for my laptop to come back from store, As soon as that happens i'll let you all know. But I got stuck with the source, When receiving a packet the rx_interupt somewhere gave an error. Where the rrd_ring was created in this function it stayed 0 and can't find out why. As result the rrd_ring->valid check fails and the packet is not correct. If anybody knows, please help me out here. I looked at linux source... they do it the same way, only different declarations on some variables. I'll try looking at the Iatkos dvd. Link to comment Share on other sites More sharing options...
DaemonES Posted April 2, 2008 Author Share Posted April 2, 2008 Well Attansic L1 DMA completely not understandable for me. This stupid hacks with RRD descriptors and so on. The right way is complete port from other OS. But sometimes it doesn't work, like in this case. DMA part of Linux atl1 is completely the same as in vendor driver written bu Attansic. Code is very poor. Maybe someday they will release specification, but until that... I know, that one guy start merging atl1 and atl2 in atlx driver, that will have one codebase. Maybe in this case code will be more clear for me. Link to comment Share on other sites More sharing options...
DaemonES Posted April 2, 2008 Author Share Posted April 2, 2008 FreeBSD now has Atheros driver too, and it looks good. So, somebody can use it to write new driver http://people.freebsd.org/~yongari/age/ Link to comment Share on other sites More sharing options...
NoSTaBoNN Posted April 3, 2008 Share Posted April 3, 2008 I got my laptop back so I'll try looking at the code of FreeBSD. Link to comment Share on other sites More sharing options...
Recommended Posts