Fedora Linux Support Community & Resources Center
  #1  
Old 1st June 2012, 10:42 AM
sijothakadiyel Offline
Registered User
 
Join Date: Oct 2010
Location: Kottayam, Kerala, India
Posts: 28
linuxfirefox
Smile Develop wifi driver for kernel 3.0

Sir

I am presently using 2.6.x kernel with fedora operating system . I wish to switch to kernel 3..x.x kernel. One problem that i am facing is that my wifi driver is not compactable with 3.x kernel . I wish to take it as my final year PG project . So please help me to approach this in a systematic way . [ i have the source code of wifi driver for 2.6.X kernel ]. My question is how to recode the source code for 3.x.x kernel . . I have some kind of system programming experience .

Help me please

by

Sijo Thomas
Reply With Quote
  #2  
Old 3rd June 2012, 02:17 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Develop wifi driver for kernel 3.0

You haven't stated which driver but you could have a look here for a patch.

http://patch-tracker.debian.org/
Reply With Quote
  #3  
Old 11th June 2012, 05:47 PM
sijothakadiyel Offline
Registered User
 
Join Date: Oct 2010
Location: Kottayam, Kerala, India
Posts: 28
linuxchrome
Re: Develop wifi driver for kernel 3.0

Sir

Sorry for the delay .............

The wifi driver version is sta wl driver 5.100.82.112 ... from web site .... [url]http://www.broadcom.com/support/802.11/linux_sta.php[/url

Last edited by sijothakadiyel; 11th June 2012 at 05:51 PM.
Reply With Quote
  #4  
Old 11th June 2012, 06:46 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: Develop wifi driver for kernel 3.0

Quote:
Originally Posted by sijothakadiyel

I wish to switch to kernel 3..x.x kernel.
Quote:
Originally Posted by sijothakadiyel

One problem that i am facing is that my wifi driver is not compactable with 3.x kernel .
Quote:
Originally Posted by sijothakadiyel

The wifi driver version is sta wl driver 5.100.82.112 ... from web site .... http://www.broadcom.com/support/802.11/linux_sta.php
I think you likely are wrong about that driver not working with current Linux kernels. Have you read something about it not working with current kernels? I would expect you to be able to compile that from source as is and use it. But most people here install the binary kmod version available from the RPM Fusion repo. It is available there for current 3.x Fedora 16 and Fedora 17 kernels. There also is an akmod version of it there.

P.S.: You haven't mentioned your adapter's wireless chipset. There are multiple drivers for Broadcom chipsets, and there is overlapping support for some of them. You may be able to use a driver that is supplied by the current Linux kernel.
Reply With Quote
  #5  
Old 12th June 2012, 06:41 PM
sijothakadiyel Offline
Registered User
 
Join Date: Oct 2010
Location: Kottayam, Kerala, India
Posts: 28
linuxchrome
Re: Develop wifi driver for kernel 3.0

sir
my wireless card is dell wl-minicard dell1397 ( bcm4312) . I download the source code from the site [www.broadcom.com/support/802.11/linux_sta.php ] and tried to compile it . But end up with errors. ... .

Any other option to enable the wl card in new version of fedora operating system like 16 and possibly 17 ....

with regards

Sijo Thomas
Reply With Quote
  #6  
Old 12th June 2012, 07:02 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Develop wifi driver for kernel 3.0

Quote:
Originally Posted by sijothakadiyel View Post
sir
my wireless card is dell wl-minicard dell1397 ( bcm4312) . I download the source code from the site [www.broadcom.com/support/802.11/linux_sta.php ] and tried to compile it . But end up with errors. ... .

Any other option to enable the wl card in new version of fedora operating system like 16 and possibly 17 ....

with regards

Sijo Thomas
Try the attached patch
Attached Files
File Type: patch wl_kernel3.4.patch (642 Bytes, 23 views)
Reply With Quote
  #7  
Old 12th June 2012, 07:55 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: Develop wifi driver for kernel 3.0

That patch appears to do exactly what these folks here were doing last week here...
http://forums.fedoraforum.org/showth...24#post1583224
Well, it worked for them, so it's probably what you need. Apply the patch to the source and find out.

The changelogs for the latest kmod-wl mention applying a patch for the new kernels...
Quote:
2012-06-08 - Nicolas Vieville <nicolas.vieville@univ-valenciennes.fr> - 5.100.82.112-3 - Added patch to build for kernel >= 3.4
I hadn't heard about any of this til now. Sorry.
Reply With Quote
  #8  
Old 12th June 2012, 08:19 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: Develop wifi driver for kernel 3.0

Quote:
Originally Posted by stoat View Post
That patch appears to do exactly what these folks here were doing last week here...
http://forums.fedoraforum.org/showth...24#post1583224
Well, it worked for them, so it's probably what you need.

And the changelogs for the latest kmod-wl mention applying a patch for the new kernels...I hadn't heard about any of this til now. Sorry.
When I googled the error message "/wl_linux.c:388:2: error: unknown field" I got this as the top hit


http://ubuntuforums.org/showthread.php?t=1923762


The fedoraforum post didn't feature as I had already fixed the asm header

http://ubuntuforums.org/showthread.php?t=1923762

If I had realized it was just the wl driver I would have pointed him to the rpmfusion package.
Code:
yum install akmod-wl
Reply With Quote
Reply

Tags
develop, driver, kernel, recode, wifi

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
[SOLVED] New Kernel 3.2.1 disables wifi driver jinsujais Using Fedora 7 26th January 2012 11:04 AM
wifi driver for fedora 13 ravindrapankaj Using Fedora 10 6th July 2010 02:18 PM
WiFi Driver sanoop Hardware & Laptops 5 19th December 2009 01:21 PM
Wifi - How to get rid of some driver? Buka Servers & Networking 3 30th November 2007 10:01 AM
kernel update broke my wifi driver! Xheralt Servers & Networking 3 28th July 2007 10:20 PM


Current GMT-time: 09:05 (Monday, 20-05-2013)

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat