derouge
Oct 18 2005, 01:45 AM
Okay. To start off let me, please, declare that I am an absolute beginner to Linux. I've been spoon fed my entire life by Microsoft, and have finally become fed up. Not only that, but I've also decided to get a bit more .. "in tune" with how computers and operating systems work. Linux seemed good, so I started my journey. I now have Ubuntu 5.10 ("Breezy Badger) up and running, and running darn good! Except, a little (actually, major) problem. I can't get my wireless connection to work. Which isn't surprising seeing as how it normally takes me several hours with Windows, but whatever .. moving on. I need it to co-exist with 2 other computers, which both run Windows XP (one Home and one Pro). I have a DLink DI-614+ Router with a DLink DSS-5+ Switch. The XP Pro computer is plugged directly into the router, and is set up so that it does not know any other computers are on the network, because of company policies. The XP Home computer is using a DLink DWL-G520+ Rev. A wireless card, works great. The Ubuntu computer is using a DLink DWL-520+ Rev. B wireless card. It doesnt work so great. It functioned properly in my old windows setup, so I know the card is good. I just need to get it configured. I really dunno where to even start. So, if anyone is able to even nudge me in the right direction I'm willing to get crackin'. As stated above I'm interested in actually learning, not just getting it up and running. In-depth instructions are pretty nice, but they're almost worthless if you just put 'em without any how/why/where stuffs. Thanks in advance! 
Comment/Reply (w/o sign-up)
qwijibow
Oct 18 2005, 02:43 AM
QUOTE It doesnt work so great. there are a million levels of "not working so great" so before we can even start diagnosing the problem, we need to know the symptoms. What have you managed to do with the card ? Does Ubuntu detect the wireless card ? If so, are you able to start the network interface ? uf so are you able to ping other computers ? I have done a quick google for a driver. It seems that D-Link does not support its cards under Linux. And Linux does not support D-Link cards. However, there are 3rd party open source projects on source-forge working on developing a linux driver for these wireless cards. http://support.dlink.com/faq/view.asp?prod...eral%20WirelessUnless UBUNTU have integrated these drivers into there distribution (un-likely) then you will need to install the yourself. This includes installing kernel source code, patching the source, configureing the patched kernel, compiling, and installing. This is not too difficult, but its somthing you will have never even heard of under windows. You said your card is a DLink DWL-520+ Rev. B i assume you meant either a DWL-250 Rev. B or a DWL-250+ The driver for the 250 Rev B is currently in version 0.2 (use at your own risk) The driver for the 250+ is still an Alpha, not even released yet, but un0finished source code is available. install instrutons for the Rev B are at ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/READMEif you have the 250 Rev B card then it seems its possable to get working under linux to a limited capacity. But my advice would be to buy a Wireless card that [ supports / is supported by ] Linux. ANYWAYS.... If you have the 250 Rev B card, have a look at the install instructions i posted, if you get stuck anywhere, post back here and someone will help you.
Comment/Reply (w/o sign-up)
yordan
Oct 18 2005, 11:26 AM
QUOTE But my advice would be to buy a Wireless card that [ supports / is supported by ] Linux. I agree with that point : If you are not really familiar with compiling driver for porting under Linux, it's faster to buy a device which is known as working with your Linux distro. By the way, how does the card react to Linux ? Do you see something when typing "ifconfig -a" or "iwconfig -a" ?
Comment/Reply (w/o sign-up)
derouge
Oct 18 2005, 07:48 PM
No .. I did not mean a 250, I meant a 520, exactly as posted.
Comment/Reply (w/o sign-up)
qwijibow
Oct 19 2005, 10:08 AM
Typeing error, my mistake. But my post still stands. On the D-Link support website, there is no DLink DWL-520+ Rev. B but there is a DLink DWL-520 Rev. B and a DLink DWL-520+ One of them has a driver in progress. One does work, but its only in version 0.2. which do you have ? If you have a 520 Rev B, Someone will be able to help you install it. like the read me i posted says.. getting the device working in linux involvs 1) getting the linux source code 2) patching the linux source code 3) configureing the linux source code 4) compiling the linux source code 5) Installing Linux kernel 6) Compiling 3rd party, un-supported driver 7) Installing 3rd party un-supported driver 8) Configureing 3rd party un-supported driver. Its not easy. but I, and others here could do it, so possably talk you through it. The easy option would be to buy hardware that supports linux, or is supported by linux. That way, the device will fully work.
Comment/Reply (w/o sign-up)
derouge
Oct 20 2005, 02:40 AM
I have the 520 Revision B. As for buying a new card .. not really an option at the moment. I'm sorta cash strapped and would rather not buy a new card. I guess I could look into it, but I'd really prefer not to. I'll take another look at the Read Me, then, and get back to ya's with any questions ..
Comment/Reply (w/o sign-up)
evought
Oct 20 2005, 03:10 AM
QUOTE(derouge @ Oct 17 2005, 08:45 PM) <snip...> I need it to co-exist with 2 other computers, which both run Windows XP (one Home and one Pro). I have a DLink DI-614+ Router with a DLink DSS-5+ Switch. The XP Pro computer is plugged directly into the router, and is set up so that it does not know any other computers are on the network, because of company policies. The XP Home computer is using a DLink DWL-G520+ Rev. A wireless card, works great. The Ubuntu computer is using a DLink DWL-520+ Rev. B wireless card. It doesnt work so great. It functioned properly in my old windows setup, so I know the card is good. I just need to get it configured. <snip...> Unfortunately, those D-LINK cards are very squirrely. Even for Windows the D-Link drivers are very flaky and D-LINK does not release the information necessary for anyone else to write drivers. I have had to give up on my card for Windows 2000, let alone the Linux install on the same box. They also tend to be extremely touchy with what routers they will talk to. I have played with the in development linux drivers, but, unless you have a good deal of technical knowledge and a lot of patience, I would recommend not trying it. You have the advantgage of a working Windows install on the same box with the same card which will make it a bit easier, but I would still recommend against it. For one thing, the custom software breaks most of the auto-update tools so you end up doing a lot of other things manually at the same time. As I said, I have given up on mine under both linux and windows and have just run cat-5 to plug it straight into the switch. The windows driver sorta works, but every few days the card stops working until I re-install. I have gotten the linux driver to mostly almost work, but have had a lot of trouble recompiling for the wireless driver and not screwing up all the other devices on the system. I am going to put FC-4 on the system in a few days and may try again. I have a much older D-Link card which I know someone else has had success with and may just swap it out. Either way, good luck.
Comment/Reply (w/o sign-up)
qwijibow
Oct 20 2005, 03:35 AM
QUOTE have just run cat-5 to plug it straight into the switch.
good ol cat 5 ! even the cheapest of the cheap ethernet ards are faster than wireless, And more reliable, and secure. cat-5 cable is dirt cheap. Wireless is good for coonnecting a large number of machines, or for laptop computer than move around, but not really needed for stationary home computers. I run 25 meters of cat 5 that goes through a hole in my bedroom wall, to outside, round the wall to the opposite side of the house, down to ground level, then through anouther wall into the room with my broad-band box
Comment/Reply (w/o sign-up)
derouge
Oct 23 2005, 06:19 PM
In that Read-Me you gave me, it says I need to use the "make config" command. When I open terminal and type that it says "Make is not a recognized command."
Comment/Reply (w/o sign-up)
xboxrulz
Oct 23 2005, 06:30 PM
you can actually use the Windows XP drivers to install it into linux thru the NDisWrapper technology. No compilation required. Plus, for the make thingy, you need to install the make software. Since you're using Debian based distro, do this sudo apt-get install make gcc xboxrulz
Comment/Reply (w/o sign-up)
derouge
Nov 21 2005, 04:03 AM
I got it up and working okay after some fooling around, Tadex .. but I guess thanks for the advice anyways.  I still am having troubles getting it to start up when I login. I have to toy around with it a bit before it decides to pop up. Annoying, but whatever. I've been too busy the past weeks to even spend a little bit of time toying with it, but with Thanksgiving break coming up hopefully I'll have a day to sit down and delve a little deeper.
Comment/Reply (w/o sign-up)
tadex
Nov 19 2005, 11:13 PM
Well, im a noob too and i have the same card... Its hard to install it on Fedora Core 4... On other, I dont Know...Look for axc100... and good luck
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : wireless, network, windows, linux, dlink
- Lightest Linux
(15)
When And What Is Your First Linux Experience?
(4) Hi All, I want to learn when and what is your first experience of linux? Mine is; 1996 first
install of linux. 1995 first time I heard of linux. I remember how I was happy and how I was curious
about linux. I was bored of Windows. It was not the OS I was dreaming of. It was not completely
flexible. I was feeling that windows is not the edge of the computer tech. There are something wrong
about windows. And Linux was like a dream for me.. I remember how I tried to get a linux distro. I
remember how I installed it.. How excited I was. It was incredible.. The linux I ins....
I Want To Get Linux, Which One Is Best?
(20) currently have Windows XP (god help me) and want to change to Linux. I know that Linux is
open-source, but does that mean that it is free? I have no idea on the matter so I decided to
consult the forums. ....
Linux Software Installation Help
it tells how to install software in tar.bz2 or .bin extension (2) installing .tar.bz2 software open the terminal window.Place the s/w in root's home..then
write file.tar.bz2 in terminal. uncompressing will take place.a folder with .tar extension will b
created.Now write tar -xvf filename.tar,contents will be read..Now,move to the directory just
created..read the readme file..follow instruction such as make or make install to be commanded in
terminal...now its done..use it by writing in terminal for ex. mplayer movie.avi. ..or just drop ur
movie file nin the terminla..nd remove the " " in the file..append mplayer with blank spa....
Which Linux Version For Newbies?
Give your opinion (14) Hi, well i have been a windows user all my life, and I'm really satisfied with it. But from a
time know as a good programmer/user, I want to know what I'm missing(or not) from not using
linux, so for those who have a long time using it I would like you to ask a favor, if you could
recommend me the version that I should test. I don't understand when someone says to a newbie in
linux that is asking for a version to start, they say to them "well ubuntu(example) is a good
version to start", what are the real diference between the different types of linux. ....
Why Linux?
(23) i have always wonder, what is so special about linux? why do people have linux? rather than windows
or mac? is it recommended that noobs like me /laugh.gif" style="vertical-align:middle"
emoid=":lol:" border="0" alt="laugh.gif" /> have an linux os? /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
Choice Of Motherboard For Linux Virtualization
Who knows which ones work well? (6) Virtualization is a relatively arcane subject, but it is one which is very rapidly growing, and
apparently very "hot" in commercial enterprises. For the hobbyist with multiple computers (I have
8), it offers the possibility of taking snapshots of running, fully configured applications and
operating systems, and transferring some or all of them onto a single computer platform. First, it
saves energy. Second, once the conversion has been made from real hardware to a virtual "guest,"
the driver problems associated with moving from one hardware platform to another are sol....
Linux Basic Command - For Storing Compilation Error To File
(1) Ex: Compiling a cpp file using a basic command " g++ filename.cpp " and to run the program use
./a.out , Then to store the compilation error to text file use this command. g++ test.cpp >
log.txt log.txt contains the compile time errors. ....
Linux For Beginners- Easy To Install
(16) Which Linux distru is for beginners and Easy to install?....
Access Linux Box From Windows Machine- Putty Tool
(2) Most of the guys want to access Linux box from Windows machine just to do some programming on the
command line. The "Putty Tool" is the solution for this. Just google for "Putty" and download this
small package(less then 1MB) and keep it on your desktop. Just you need to configure the linux
machine IP on this Putty tool and connect to Linux machine. If you face any problem in configuring
Linux IP, then let me know, i will help you out. If you think this is help full, please rate this.....
How To Copy File & Folders From Linux To Windows?.
(13) Many face problem while transfering file from Linux to windows and Vise versa. My solution for
this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.
To get this tool just google for " winscp405" tool and download this small package and install.
Enjoy working with Linux and windows /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" />....
Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.
(0) Let me give some usefull linux commands and utilities. Please add to this list if you know.
Work with tar files. To make tar archive use $ tar -cvf filename.tar filename
To extract tar archive use $ tar -xvf filename.tar To extract tar archive
with gz use $ tar -xzvf filename.tar.gz Connect to remote system through ssh
$ ssh name@ip followed by passwd e.g. ssh project@172.16.0.14 passwd: List the
file in current directory $ ls -l list the running process ....
How To Play Music And Movie In Linux? Which Is The Good One?.
(6) How to play Movie and music on linux. I am using fedora and i dont think so any player is specific
to any one flavour of linux. I have used "MP3 blaster" player, but this you need to play from
command line. Any other user friendly player pls let me know /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ......
So, I Want To Try Out Linux.
What do I need? (9) If I want to use Linux, would I need XP or a OS on a LAPTOP already? Or can I just pure boot Linux?
I've wanted to use Linux for a while, preferably Ubuntu. Unless those are two completely
different things. /dry.gif" style="vertical-align:middle" emoid=" I don't know, I have never
used Linux before. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" /> So, any help?....
Diablo 2 In Linux?
possible or not? (11) Hey! Sorry if this should be in the game forum, but it is about a game in Linux. And I need help
with it /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> so I
thougt that it belongs to here. So.. Is it possible to install Diablo 2 on Linux using some sort of
patch, or any special software? Not just diablo. But other games too, that only works on Windows.
Thanks //Feelay....
Ubuntu 7.10 + Windows Xp Dual Boot
how to reinstall GRUB after windows reinstall (9) Ok so for a long time I had my dual boot working great, windows and ubuntu. But 2 days ago my
windows required a wipe and clean install because of some issues, like it usually happens after 8
months. So I reinstalled windows, well, first deleted the windows partition using the windows XP
install CD. Then assigned a partition for windows (same size) and left the ubuntu and swap partition
intact. But of course, windows deletes GRUB and replace it with their boot info, so now I can't
boot ubuntu (I can't choose). How can I reinstall GRUB without having to reinstal....
How To Install Linux Without A CD or DVD?
Would like to learn how to use Linux but don't know how to install (11) Hey! I've tryed to install linux without a cd (as they said on the website).. But I did'nt
understand it so good =/ Can anyone please tell me how I can install linux without a CD? Any
version.. The only thing I need is a fast one (faster than windows).. I am completly new (never
tried it before) and would want to learn Linux. But thats not easy, if I don't know hoiw to
install it /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Thanks
//Feelay....
Three Ways To Access Linux Partitions From Windows On Dual-boot Systems
(11) If you have a dual-boot Windows/Linux system, you probably know this problem: you can access files
from your Windows installation while you are in Linux, but not the other way round. This tutorial
shows three ways how you can access your Linux partitions (with ext2 or ext3 filesystem) from within
Windows: http://www.howtoforge.com/access-linux-par...ns-from-windows
_________________________________ http://dserban01.googlepages.com/linkedin....abap.basis.html ....
Looking For Linux
2 choices that I will choose - make it easy to install and MAINTAIN (34) Ok I have tried Linux before, it was ok, until something with the kernel screwed up and it left me
with a command line interface that I didn't know what to do. I am looking for 2 different
distributions of Linux here, my first one is for: (Currently running Windows XP SP2) A computer
with 512 MB RAM Pentium 4 processor Internet Access GNOME or KDE desktop, doesn't matter Minimal
command line work!!! Absolutely no command line work when installing. I have tried Ubuntu, it was
easy enough. Anything easier than Ubuntu and I'll give it a try. My second cho....
Psybnc - Howto
How to make a psyBNC on Linux (5) Installation First, fetch the latest source code from http://www.psybnc.at QUOTE cd wget
http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz tar -zxvf psyBNC-2.3.2-7.tar.gz cd psybnc
Configuration QUOTE make menuconfig Now go in `Bouncer Config', next set Listening
Port and Ip. Next select `User' Here you will be able to create a user for your bouncer. You
must set Ident, Realname and Password, and vhost too. So return to main menu, and choose exit. When
prompted for saving select Yes. Launching psyBNC QUOTE make ./psybnc ....
What Made You Switch To Linux?
(65) I first tried Linux a few years ago, not because I was completely against Windows or anything like
that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
very user friendly and Windows-like. After reading through a bunch of message boards and learning
which distros are good for what, I soon realized my current distro was great for Linux noobs. So
then I decided to try something a little more advanced like Slackware which I knew had a steep
learning curve. Since then I've been using Slackware as my main OS and couldn'....
Where To Find Notepad++ For Linux ?
(38) I'm searching 2 days ago trying to find notepad++ for linux but i couldn't find it yet,
does anyone know or have this great software?, ofcourse i have it on windows, but i don't use
windows so much time, most times i'm on linux so i need it to be run on linux. P.S: i don't
use WINE so please don't recommend it /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> ....
Binds ( Dns Server For Linux ) - How To Use It ?
(3) I have BINDS installed on my Linux box and was wondering how you use it. For the fact that it is a
DNS server, that is all I know. Otherwise, I'm lost! Thanks! F....
What Language Is Linux Written In ?
(15) I''ve been wondering lately, what language is Linux written in? I'm interested in
this, because my friend and I are considering writing our own distro. I know, it sounds like a bit
of a feat, but one guy wrote MEPIS by playing with the Debian source code. I think the two of us
could do something similar. /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif'
/> ....
What's The Difference Between Linux And Unix?!?
(23) are they even made by the same people...?....
Linux - which distributiuon?
(21) I'm wondering what distributions of Linux do you like most. Please make some comments on
distribution you like so everybody will know its adventagies.....
You can Play now in Linux
These is a list of the games. (26) You can Play a greates gameg in linus as: Unreal Tournament Quake 3 Wolfenstein Enemy teritory Medal
of Honor And Emule Nintendo 64 and Play Station games. He have your property games as: Tux Raser
Tux Cart Flith of the amazon queen Beneath a Steel Sky and most more.....
Linux SuSE detec you all hareware
Yea SuSE detec all. (2) Yea SuSE heve the best tools. Mplayer, Xmms, OpenOfecce, K3B, FireFox etc.....
Now Linux is ease
The linux SuSE 9.1 is most ease linux (9) /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> if you desire
to do your linux most ease, I recommend yourself to change you to SuSE 9.1 and your life to be ease.
These linux make all to you. you don't need to make nothing. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
Running Linux on slow computers
(17) I'm wondering if Mandrake 9.2 with X can be used on slow machine like: Pentium 350, 64mb ram,
2mb graphic card. I don't want to install any servers (ssh maybe).....
Looking for wireless, network, windows, linux, dlink
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for wireless, network, windows, linux, dlink
|
advertisement
|
|