Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Laptop

Laptop Help on using Fedora on laptops. LCD screens, APM, PCMCIA, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 2007-02-15, 02:09 PM CST
rag Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
I will write you down in a few days, I am just very busy recently and I have to search for the links and so on... Probably during the weekend
Reply With Quote
  #17  
Old 2007-02-16, 02:17 AM CST
zonkers Offline
Registered User
 
Join Date: Feb 2007
Posts: 7
Thanks a lot rag. I really appreciate it.
Reply With Quote
  #18  
Old 2007-02-18, 03:41 AM CST
rag Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
Hi zonkers
first
you can't use acerhk on 64bit OS. You have to use acer_acpi. Go on this site http://www.archernar.co.uk/acer_acpi...acpi_main.html and follow the instructions there for the installation.
After that you need bcm43xx-fwcutter. Type in the terminal as root:

yum install bcm43xx-fwcutter


And the last thing - you need to have the network manager and the network manager distpatcher running. To do that, type in the terminal as root:

/sbin/chkconfig --level 345 NetworkManager on
/sbin/chkconfig --level 345 NetworkManagerDispatcher on
/sbin/service NetworkManager start ; /sbin/service NetworkManagerDispatcher start


Now restart your machine.

After your machine is up and running again, you have to extract the firmware with the bcm43xx-fwcutter. To do this, download the tar.gz file attachment from my post and extract in an empty directory with the command:

gzip -cd wifi.tar.gz | tar xvf -

Now you will have the two files
bcmwl5.sys
bcmwl5a.inf
in this directory. Now still from the same directory type:

/usr/bin/bcm43xx-fwcutter -w /lib/firmware bcmwl5.sys

This will add some files in the /lib/firmware directory - you can verify that by the command

ls /lib/firmware

You should see about 15 files there starting with bcm43xx_. Now the final step - enable the wlan card. To do that first do

modprobe acer_acpi

this will load the acer_acpi kernel module, the one you will use to talk to your card

chmod 777 /proc/acpi/acer/wireless

This one you do to be able to "talk" to the card via the file in /proc/acpi

echo "enabled : 1" > /proc/acpi/acer/wireless

Now the final step - use the Network Manager that you enabled (in my Gnome it is on the top right, near the clock). to manage your Connections. Still first you have to go in administration of the Network card (system-->admnistration-->network) to assign an IP, SUBNET MASK, DNS, GATEWAY to your card. Do not assign the wep key there - leave it empty, this way it will ask you during connecting to the network.

Hopefully this will help, if not - write again and I will try to help you.

JoeF:
My advice is not to use ndiswrapper at all. Try the bcm43xx-fwcutter approach described above. But if you have 32bits installation, do not use acer_acpi but acerhk, it is described how in my previous post on the previous page
http://forums.fedoraforum.org/showpo...05&postcount=8
Attached Files
File Type: gz wifi.tar.gz (213.7 KB, 146 views)

Last edited by rag; 2007-02-18 at 03:53 AM CST.
Reply With Quote
  #19  
Old 2007-02-18, 04:12 AM CST
zonkers Offline
Registered User
 
Join Date: Feb 2007
Posts: 7
Thank you rag for description but I'm still unable to get it worked. The problem is when I try to 'make' acer_acpi, I receive the following error:

[root@localhost acer_acpi-0.3]# make
awk: command line:1: fatal error: cannot open the file `/lib/modules/2.6.18-1.2798.fc6/build/include/linux/version.h' to read (There is no file or directory)
gcc -I/lib/modules/`uname -r`/build/include -c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -DMODVERSIONS -DMODULE -D__KERNEL__ -o acer_acpi.o acer_acpi.c
/bin/sh: gcc: command not found
make: *** [acer_acpi.o] Error 127

Because I'm new in Linux, I have no idea what it could be. I can only quess it's C compiler error.
Any ideas?
Reply With Quote
  #20  
Old 2007-02-27, 10:03 AM CST
Stian1979 Offline
Registered User
 
Join Date: Dec 2006
Location: Taipei Taiwan
Age: 31
Posts: 399
I was able to get onlin a few times by the description here, so I gues asus and acer has some co-operation, but.

Quote:
Originally Posted by Stian1979
I use KDE and my Wireless assistance show my network, but don't conect to it.

The second time I try it did conect, but after a while it disconected and I was unable to get it back online.

The broadcom driver in the kernel don't work for this card and the reason I gues is that it's chipset is broadcom while it's made by asus. The driver I use now is win64 for acer in niswraper.

I have only once later sucseded to get online with this card and then the network showed up in the wireless assistance and also the the card was set as active in the network, Later I has allways ben unable to activate the card even the wireless assistance show my network.

I have ben strugeling with this now for 2 week's and I see that I nead help.
Not a big problem since i still can use lan but I decide to try to fix it myself.

Quote:
Originally Posted by Stian1979
Ok..

I modefyed wlan configfiles and now my computer won't boot.

It stop right at NFS statd.
ok, now I am in truble.
Reply With Quote
  #21  
Old 2007-02-28, 08:33 AM CST
Stian1979 Offline
Registered User
 
Join Date: Dec 2006
Location: Taipei Taiwan
Age: 31
Posts: 399
annyone that can help me?
Reply With Quote
  #22  
Old 2007-11-28, 04:46 AM CST
Democritus42 Offline
Registered User
 
Join Date: Jan 2007
Posts: 6
It seems that there's been no real fix since february? My Acer Aspire 1360 was not repaired using any of the above steps. Fortunately, the card is a mini-pci and removable. I was going to order a different card, but the new version of Ubuntu got it right. It works on that. so for now, the laptop is going to stay on Gutsy Gibbon or better.
Reply With Quote
  #23  
Old 2007-11-28, 05:45 AM CST
FriedChips's Avatar
FriedChips Offline
Registered User
 
Join Date: Jul 2007
Location: Michigan USA
Posts: 1,695
Quote:
Originally Posted by Democritus42
It seems that there's been no real fix since february? My Acer Aspire 1360 was not repaired using any of the above steps. Fortunately, the card is a mini-pci and removable. I was going to order a different card, but the new version of Ubuntu got it right. It works on that. so for now, the laptop is going to stay on Gutsy Gibbon or better.
As always it is best to try these things on a fresh install. A new attempt can be completely whacked because of a previous attempt.
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.

Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with Broadcom 1390 WLAN Card dwhitney67 Networking 14 2008-09-14 06:13 PM CDT
Wireless broadcom 43xx the_shadow Networking 1 2007-03-12 03:15 AM CDT
Unable to get Fedora Core 5 to recognize PCMCIA/Broadcom 43xx WLAN djwildbill Installation Help 1 2006-06-05 07:22 AM CDT
Broadcom 43xx support ssaady Hardware 5 2006-04-23 02:38 PM CDT
Need Help with Broadcom WLAN-Card Jango Hardware 2 2005-11-02 12:35 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 12:51 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET 2.3.8) created by NLP-er