LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Yoper
User Name
Password
Yoper This forum is for the discussion of Yoper Linux.

Notices


Reply
  Search this Thread
Old 12-04-2004, 11:23 PM   #1
alFenrir
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Rep: Reputation: 0
madwifi in yoper


Has anyone tried building and installing madwifi on Yoper? If so, did you get it to work?

If you can't guess I'm having a lot of trouble setting it up (It doesn't help that I don't have a non-wireless internet connection available very easily. I'm stuck burning CDs every time I want to transfer something to the Yoper system)
 
Old 12-07-2004, 03:18 PM   #2
E-man07
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 9.1 Pro, Suse 9.2 Pro, Yoper!
Posts: 11

Rep: Reputation: 0
It works awsome! The guide that I followed was not right, the files were in defferent folders so just watch out for that! Once you have activated the files just reboot and it works great that is how I'm posting this post.

If you have any trouble Email me at E-man07@neo.rr.com
 
Old 12-08-2004, 01:48 PM   #3
alFenrir
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Great thats good to hear. Do you know where I can find the guide you used (even if its a little off)? I lost track of the one I originally used. Also, if I remember correctly, you need a bit of the distro source code and some things like shareutils to make it build correctly. If that's the case and you had to get these things too, can you tell me where I might be able to find them?

thanks a bunch
 
Old 12-08-2004, 04:32 PM   #4
E-man07
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 9.1 Pro, Suse 9.2 Pro, Yoper!
Posts: 11

Rep: Reputation: 0
My Madwifi Install Guide

Well first up you need to find what version of the kernel that you are running. For me it is 2.6.8.1-3. Go to http://public.planetmirror.com/pub/y...sion2/RPMS.os/ and download the kernel-2.6.8.1-3.i686.rpm or whatever version of the kernel that you are running from the website. Then download the MadWifi .bz2 file. Untar it into a directery. Then for me i did
Code:
    make
Wait a long time...have you ever wonderd where we come from?
Code:
    insmod net80211/wlan.ko
    insmod ath_hal/ath_hal.ko
    insmod ath/ath_pci.ko
I had a warning but everything was ok.
Code:
    make install
Now you have drivers installed...yay!
Now you need to set up the network.
Code:
    iwconfig
Now the Terminal will print out some thing like this....
Quote:
lo no wireless extensions.

dummy0 no wireless extensions.

eth0 no wireless extensions.

ath0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.437GHz Access Point: 00:0F:3D:3F:76:A6
Bit Rate:0Mb/s Tx-Power:50 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0/94 Signal level:-95 dBm Noise level:-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
That meas that your driver works properly...
Now this is for me soo you will need to mod this
My ESSID is TheHalls...so you will have to change it
Code:
iwconfig ath0 ESSID "TheHalls"
Ok once you have the ESSID set up you will be connected to the router this is very good. Now you need to run dhclient to get an Ip from the router
Code:
dhclient
And bada big bada booom you should be online and chatting! If you need any help just Email me E-man07@neo.rr.com
 
Old 12-08-2004, 04:38 PM   #5
Cliekid
Member
 
Registered: May 2004
Location: New York
Distribution: Yoper v2 / Novell Linux Desktop 9
Posts: 71

Rep: Reputation: 15
Question...

Why not use NDIS Wrapper?

Its pre-installed with Yoper, and it allows you to use your Windows drivers w/ Linux for your Wifi card :-)

-Cliekid
 
Old 12-08-2004, 06:06 PM   #6
E-man07
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 9.1 Pro, Suse 9.2 Pro, Yoper!
Posts: 11

Rep: Reputation: 0
Well I have a D link g520(?) and I can never find the driver for it and the NDIS Wrapper even though I have the cd... So yea I have to have a different way to hook up to my router. But it was a very easy to install, it just takes a long time to install. Hey I have a question for you, do you program and if so in which lang? How to hear from you soon.
 
Old 12-08-2004, 11:04 PM   #7
alFenrir
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Original Poster
Rep: Reputation: 0
hey thanks a bunch. I haven't gotten a chance to try it yet but I'll tell you how it works out. Oh and truthfully, the reason I didn't use NDIS wrapper is because I've never actually heard of that before. I'll see if I can get the madwifi working first (because I've had experience with it) then maybe I'll look into it as it sounds pretty interesting.
 
Old 12-09-2004, 08:18 AM   #8
Cliekid
Member
 
Registered: May 2004
Location: New York
Distribution: Yoper v2 / Novell Linux Desktop 9
Posts: 71

Rep: Reputation: 15
I know a few languages...if you were asking me E-man :-)

C mainly, some C++...Python and some other smaller languages I don't know *as* well :P

But yes, I program when I can =P

-Cliekid
 
Old 12-09-2004, 09:48 AM   #9
E-man07
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 9.1 Pro, Suse 9.2 Pro, Yoper!
Posts: 11

Rep: Reputation: 0
Well I was gettin mad that I could not get a Mac like toolbar to run EVER on any linux os... So I wanted to make a linux program that would create a fake mac toolbar, that someone could program by changing files... do you have any ideas on which lang to use and if you dould like to help me???

E-man07
 
Old 12-09-2004, 10:07 AM   #10
Cliekid
Member
 
Registered: May 2004
Location: New York
Distribution: Yoper v2 / Novell Linux Desktop 9
Posts: 71

Rep: Reputation: 15
If your using KDE...

Then you just need to find a KDE mac-like theme - and yes, I know they exist. :P

-Cliekid
 
Old 12-11-2004, 01:44 PM   #11
alFenrir
LQ Newbie
 
Registered: Sep 2004
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks, worked like a charm.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can someone email me "madwifi-2.6.8_and_-mm-040821.patch.bz2"? (madwifi 2.6.8 patch) 95se Linux - Wireless Networking 0 09-01-2004 11:34 AM
anyone tried yoper? bosewicht Linux - Newbie 1 11-14-2003 12:34 PM
Yoper 3.2.1 FuLL-On-Newbie Linux - General 4 04-06-2003 07:55 AM
Yoper 3.2.1 FuLL-On-Newbie Linux - General 3 03-30-2003 04:38 AM
Yoper markus1982 Linux - Distributions 4 02-12-2003 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Yoper

All times are GMT -5. The time now is 01:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration