473,473 Members | 2,262 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Writing my own wireless-driver, hard?

How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
Aug 25 '08 #1
8 5937
defn noob <ci**********@yahoo.sewrites:
How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
We don't know. Your question is about a particular system-specific
programming task, not about the C programming language. Try asking in
one of the Linux newsgroups; I'm not sure which one would be best.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Aug 25 '08 #2
Keith Thompson <ks***@mib.orgwrites:
>defn noob <ci**********@yahoo.sewrites:
>How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
>We don't know. Your question is about a particular system-specific
programming task, not about the C programming language. Try asking in
one of the Linux newsgroups; I'm not sure which one would be best.

Please do not answer for me with "We don't know."

You may not know, even that may not be true, but I'm sure that many
readers here do know.

Moreover, while the question is about a particular system-specific
programming task, the fact that the OP states their minimal knowledge of
C and the fact that they took the effort to post to a C-based newsgroup,
clearly indicates that their question was intended to be about C.

(go on, shoot me down with standard topicality templates).

--
Chris.
Aug 25 '08 #3
Chris McDonald <ch***@csse.uwa.edu.auwrote:
Keith Thompson <ks***@mib.orgwrites:
defn noob <ci**********@yahoo.sewrites:
How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
We don't know. Your question is about a particular system-specific
programming task, not about the C programming language. Try asking in
one of the Linux newsgroups; I'm not sure which one would be best.
Please do not answer for me with "We don't know."
I think he was answering for we, not you or me.

Aug 25 '08 #4
On 2008-08-25 01:21:52 +0100, defn noob <ci**********@yahoo.sesaid:
How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
As far as I am aware, the hardest part of this kind of endevour is
actually getting the device specification in the first place.
--
"I disapprove of what you say, but I'll defend to the death your right
to say it." - Voltaire

Aug 25 '08 #5
defn noob wrote:
How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
It would have been more fun, if you'd mentioned the wireless device
make and model. Since you said Ubuntu, you could look here.

https://help.ubuntu.com/8.04/interne...iswrapper.html

Paul
Aug 25 '08 #6
Chris McDonald <ch***@csse.uwa.edu.auwrites:
Keith Thompson <ks***@mib.orgwrites:
>>defn noob <ci**********@yahoo.sewrites:
>>How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?

I have a lot of programming experience but in high-level languages
like Python and just minimal C knowledge.

How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
>>We don't know. Your question is about a particular system-specific
programming task, not about the C programming language. Try asking in
one of the Linux newsgroups; I'm not sure which one would be best.

Please do not answer for me with "We don't know."

You may not know, even that may not be true, but I'm sure that many
readers here do know.
Ok, that's a valid point. But I'm sure that many more readers in an
appropriate Linux newsgroup would be able to help. (I could help if
he asked about Perl, but I wouldn't do so here.)
Moreover, while the question is about a particular system-specific
programming task, the fact that the OP states their minimal knowledge of
C and the fact that they took the effort to post to a C-based newsgroup,
clearly indicates that their question was intended to be about C.

(go on, shoot me down with standard topicality templates).
I'm sure it was *intended* to be about C, but it was really about
device drivers, and this newsgroup isn't the best place to get the
information the OP is asking about -- though it's not a bad starting
point to find out where to post.

I think that advising the OP to ask his question in a Linux group is
the best possible help I could give him. Do you disagree?

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Aug 25 '08 #7
In article <g8**********@enyo.uwa.edu.au>,
Chris McDonald <ch***@csse.uwa.edu.auwrote:
....
>
Please do not answer for me with "We don't know."
Welcome to clc. We hope you enjoy your stay.
>You may not know, even that may not be true, but I'm sure that many
readers here do know.
Welcome to clc. We hope you enjoy your stay.
>Moreover, while the question is about a particular system-specific
programming task, the fact that the OP states their minimal knowledge of
C and the fact that they took the effort to post to a C-based newsgroup,
clearly indicates that their question was intended to be about C.

(go on, shoot me down with standard topicality templates).
Welcome to clc. We hope you enjoy your stay.

Aug 25 '08 #8
defn noob wrote:
How hard is it to write a driver for a wireless network card (Ubuntu
doesn't support my card)?
I'd make sure your NIC is unsupported.

http://wireless.kernel.org/
http://linux-wless.passys.nl/
https://answers.launchpad.net/ubuntu
How big is the project, hard to say perhaps but could anyone guess how
many lines approximately?

Is it technically hard or just a lot of specifications to meet?
The following book is a good starting point.

Linux Device Drivers, Third Edition
http://lwn.net/Kernel/LDD3/

You might discuss this topic in comp.os.linux.development.system
or perhaps the linux-netdev mailing list.

Regards.
Aug 25 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Steve Chen | last post by:
Wireless Search with Summarized Results/Web Pages, powered by Google! We just released a wireless search service. The wireless search service takes the results returned by Google and gives key...
1
by: Joe H. | last post by:
Hi, I am using Dell Latitude C840 Laptop, Fedora Core 2. Windows device manager says the wireless NIC is Dell TrueMobile 1150 Series Wireless LAN, Mini PCI Card. I can't get the wireless...
2
by: happymeteor | last post by:
Hi, everyone! I've tried to make a program which can get the wireless signal strength of wireless NIC(ex. 802.11b network card). As I know, regardless of whatever vender's NIC is used, in the...
8
by: Peter Larsson | last post by:
Hi there, I've recently developed a VBA-program in Excel that fetches and presents data from a distant Access database over a wireless peer-to-peer network (both computers running Win XP Pro)....
8
by: Debbie | last post by:
Thank you for any help you can give me. I have a database that I've been working on... a backend for the server and front ends for the users. Now I've found out that the network is wireless and...
45
by: Arno R | last post by:
Hi all, I am about to distribute an A97-runtime app. which will be used on a LAN by approx. 30 users. The network is pretty good, but there are a few managers who have wireless laptops... Of...
1
by: =?Utf-8?B?QmVmdWRkbGVkLTE=?= | last post by:
Trying to set up a WGA54G (gaming adapter) to a WRT54G(wireless router) so I am able to use a wireless service provider on an already established wired/wireless office network. Thoughts???
1
by: Nefrit | last post by:
OK this is my situation: This coming Friday I will be getting Telewest broadband installed in my house, along with my PC there are 3 other PC's and 1 Laptop, making a total of 5 all using Windows....
8
by: Bob Alston | last post by:
I just acquired a pro bono nonprofit client who has various problems with Access that they want me to address. In our initial discussion, they mentioned that their network is a LInksys wireless...
4
by: Pancakes | last post by:
Hello all, this is my first post in these forums, so bear with me if I've broken a few rules here or there. Anyhow, I would like to ask if anyone if familiar with the XBee Pro, here, and...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.