472,096 Members | 2,286 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

Network Programming... Ugh!

First off, I'd like to say that if you can find a better newsgroup for
this message, direct me to it.

My problem is this: I need to hook my Linux box up to a wireless network.

I thought of two ways of doing this:

1. Run an old Win98 or ME box as a bridge between wireless and wired,
writing a bridging program in the process, or

2. write a driver that actually works for my card (RTL8185L) under linux.

This seems like a relatively easy driver to write, but I have no idea
were to begin even.
Which do you suggest, and how would I do them?

thanks,
poly-p man
Dec 18 '05 #1
7 1421
Poly-poly man wrote:
First off, I'd like to say that if you can find a better newsgroup for
this message, direct me to it.

My problem is this: I need to hook my Linux box up to a wireless network.

I thought of two ways of doing this:

1. Run an old Win98 or ME box as a bridge between wireless and wired,
writing a bridging program in the process, or

2. write a driver that actually works for my card (RTL8185L) under linux.

This seems like a relatively easy driver to write, but I have no idea
were to begin even.
Which do you suggest, and how would I do them?

thanks,
poly-p man


Um. google for 'linux wireless' ?

Quick HOWTO: Linux Wireless Networking
http://www.linuxhomenetworking.com/l...mp11-linux.htm
Though I haven't ever done linux+wireless, being worried it isn't implemented
seems very 1994 :)
Dec 18 '05 #2
Andrew R wrote:
Poly-poly man wrote:
First off, I'd like to say that if you can find a better newsgroup for
this message, direct me to it.

My problem is this: I need to hook my Linux box up to a wireless network.

I thought of two ways of doing this:

1. Run an old Win98 or ME box as a bridge between wireless and wired,
writing a bridging program in the process, or

2. write a driver that actually works for my card (RTL8185L) under linux.

This seems like a relatively easy driver to write, but I have no idea
were to begin even.
Which do you suggest, and how would I do them?

thanks,
poly-p man

Um. google for 'linux wireless' ?

Quick HOWTO: Linux Wireless Networking
http://www.linuxhomenetworking.com/l...mp11-linux.htm
Though I haven't ever done linux+wireless, being worried it isn't implemented
seems very 1994 :)


Do you think I haven't read that or other readmes a thousand times?
Ndiswrapper works, but only for about 3 seconds before locking up the
computer. I won't go into the rest of this, just that I need a driver
and I need to write it.
Either that or a bridging program,
poly-p man
Dec 18 '05 #3
Poly-poly man wrote:
Do you think I haven't read that or other readmes a thousand times?
Ndiswrapper works, but only for about 3 seconds before locking up the
computer. I won't go into the rest of this, just that I need a driver
and I need to write it.
Either that or a bridging program,


Then try under a linux networking newsgroup?

Josh McFarlane

Dec 18 '05 #4
Josh Mcfarlane wrote:
Poly-poly man wrote:
Do you think I haven't read that or other readmes a thousand times?
Ndiswrapper works, but only for about 3 seconds before locking up the
computer. I won't go into the rest of this, just that I need a driver
and I need to write it.
Either that or a bridging program,

Then try under a linux networking newsgroup?

Josh McFarlane


I've given that question to comp.os.linux.networking, with not much
info. How do I write a driver, or a bridging app for windows?

poly-p man
Dec 19 '05 #5
Poly-poly man wrote:
I've given that question to comp.os.linux.networking, with not much
info. How do I write a driver, or a bridging app for windows?


This groups deals with the C++ language only. It cannot help you with
OS / Hardware specific questions.

Dec 19 '05 #6
No, I don't think Poly-poly wants help regarding networks, but how to
go about writing a C++ program that will drive his Linux box's hardware
to communicate with the wireless network.
Have a good one.
Josh Mcfarlane wrote:
Poly-poly man wrote:
I've given that question to comp.os.linux.networking, with not much
info. How do I write a driver, or a bridging app for windows?


This groups deals with the C++ language only. It cannot help you with
OS / Hardware specific questions.


Dec 19 '05 #7

Al-Burak wrote:
No, I don't think Poly-poly wants help regarding networks, but how to
go about writing a C++ program that will drive his Linux box's hardware
to communicate with the wireless network.


Since standard C++ knows nothing about driving specific bits of
hardware or wireless networks, such a question would be outside the
topic of comp.lang.c++. The first paragraph of this explains
topicality.

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

C++ language questions that come up while writing such a program are,
of course, relevant here (assuming they aren't answered already in the
FAQ).

Gavin Deane

Dec 19 '05 #8

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

6 posts views Thread by John Walton | last post: by
4 posts views Thread by Wayne M J | last post: by
6 posts views Thread by Eric | last post: by
9 posts views Thread by Mex | last post: by
29 posts views Thread by Martin Schmied | last post: by

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.