![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Beans: 25
|
Hi, I'm kinda new to linux and this is giving me a hard time
Running breezy and it didnt detect the card. I'm getting this error http://img406.imageshack.us/img406/8301/sc...eenshot17fc.png driver: http://www.encore-usa.com/Drivers/ENL832-T...CNT_Drivers.zip sundance(one of the driver files thats giving me the error): http://www.eazyshare.com/user_uploads/sund...ance_main.c.TXT had to rename it to .TXT so i could upload |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Beans: 25
|
Re: Encore Enl832-tx-icnt Ethernet - Driver installation problem
Problem solved by a Fedora user.
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Beans: 8
|
Re: Encore Enl832-tx-icnt Ethernet - Driver installation problem
HOw?
Im having the same problem! |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Beans: 25
|
Re: Encore Enl832-tx-icnt Ethernet - Driver installation problem
nvm.
Last edited by tHub; November 13th, 2005 at 01:25 PM.. |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Beans: 8
|
Re: Encore Enl832-tx-icnt Ethernet - Driver installation problem
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
My beans are hidden!
|
I have the same NIC and I cannot even run make (not installed I guess)
I tried 1) sudo apt-get install build-essential Returned: package build-essential is not available 2) sudo apt-get install make Returned: package make is not available why isnt make included by default ? can someone attach the .o file so that I can use that directly? Last edited by nothingworks; September 7th, 2006 at 11:35 AM.. |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2005
Beans: 7
|
Re: Encore Enl832-tx-icnt Ethernet - Driver installation problem
I have the same card and a similar problem.... can someone help?
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2005
Beans: 7
|
Re: Encore Enl832-tx-icnt Ethernet - Driver installation problem
Ok, here the solution that worked for me.
The source is here: http://www.ubuntu-es.org/index.php?q=node/15332 But its in spanish, so ill do my best... 1) Install kernel-source, kernel-headers, make and gcc (so you can compile) 2) Download the drivers from the web page (www.encore-usa.com i think) 3) Edit sundance_main.c: Line 1400: Change this: Code:
pci_dma_sync_single Code:
pci_dma_sync_single_for_cpu 5) Just follow the instructions in the included readme, and then your good to go My problem comes when i reboot. The network is down, and i cant find a way to get it working again, the card is installed and...im just hating this network card. If i find out how to make the network card work for ever, ill post it here... Good luck ! // EDIT // Ok, back to crappy network issues; i have a partial solution Everytime I log in, i have to remove the module from the kernel and the load it again, so it would be something like this Code:
sudo rmmod sundance Code:
sudo insmod ./sundance.ko NOTE: a little bird told me that i could just compile the kernel again, and it would include the module...ill try that and ill tell you whats up... Last edited by filloy; October 4th, 2006 at 09:22 PM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|