NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Dell wireless and NDIS Wrapper : Detailed intsructions
New Posts  All Forums:Forum Nav:

Dell wireless and NDIS Wrapper : Detailed intsructions

post #1 of 17
Thread Starter 
post #2 of 17
I've used it too, and went smoothly ... just take care that driver is available in 2 different dictories ... IR and AR stand for International and America ... so just depending where you are !
post #3 of 17
Cool, someone from the FOSDEM team on this forum See you on february !! I look forward to go on the ULB Campus for this great meeting
post #4 of 17
Thread Starter 
I had problems, and yes, i read all the documentation. I could extract through the command prompt, then i cd'd to the directory, but whenever i typed make or make install, it said "command not found". Any ideas? I'v looked through many guides on how to compile in linux, and all of them say these should work.
post #5 of 17
Are you sure you were root?
post #6 of 17
Thread Starter 
Pretty sure. I'm on SuSE so it logged me on automatically as Andrew, i logged off that and logged in as root. There were bombs on the wallpaper Anyway, whenever issued a command it would say root@such and such. I just tried it again and got the same result.
post #7 of 17
OK. Word of caution: it is highly recommended NOT to use root as a full account. Use your own account and then 'su' into your root account.

Mikhail
post #8 of 17
Quote:
Originally Posted by Malone
I had problems, and yes, i read all the documentation. I could extract through the command prompt, then i cd'd to the directory, but whenever i typed make or make install, it said "command not found". Any ideas? I'v looked through many guides on how to compile in linux, and all of them say these should work.
Have you installed the 'make' package for SuSE? That is the most common solution to this problem. You can probably find it on this page [http://rpmseek.com/rpm-pl/make.html?...ake:PN:0:0:1:0].

Regards,

zakaluka.
post #9 of 17
LOL, wow. Are you telling me SuSE doesnt have make by default? WTF?
post #10 of 17
Actually, most distros won't install make/gcc/... if you don't install their 'dev suite' or whatever it's called. This is especially true of distros marketing to large companies (SuSE, Redhat, ...). I think you've just been spoiled by Gentoo .

Regards,

zakaluka2.
post #11 of 17
Heh. But how the hell are you supposed to make a custom install without knowing any better (that has no rpm or something)? I seriously think that people would be more confused with installing extra crap than running 'make; make install'. This is just weird; I seriously consider gcc, etc part of the core of a Linux system.
post #12 of 17
Thread Starter 
No Make command????

The solution to all my problems, dang. I thought I was typing it wrong, like it needed an invisible underscore or something. SO glad I did not get grilled as a noob. Thank you!

Can't wait to see a distro without ls, or cd for that matter
post #13 of 17
Thread Starter 
I've heard lots of places that you shouldn't use root as your main account, so I didn't. Why is this? Are they afraid you will edit a file that shouldn't be edited?
post #14 of 17
Quote:
Originally Posted by Malone
I've heard lots of places that you shouldn't use root as your main account, so I didn't. Why is this? Are they afraid you will edit a file that shouldn't be edited?
Major security risk. The reason Windows viruses cause so much damage, among other things, is that most people log in with Administrator privileges on a regular basis. So, when a virus runs with their permission set, it can basically do whatever it wants to the system. Using linux, if you're not root, you pretty much have destructive access to your home directory, parts of /tmp, and not much else.

EDIT: also, a lot of people using the CLI have a REALLY bad habit of going too fast. I've personally typed in 'rm /' when I meant 'rm ./'. That one slip can cost you your system.

EDIT2: plus, it's so easy to become root and run programs using it while logged in as a regular user that there is no reason to be logged in as root for day-to-day tasks. Under windows, the only real way to do that is to log out and log back in, screwing everything up. Windows XP tries to fix this, but you still have to switch users in order to do what takes only a 'su' under Linux.

Regards,

zakaluka2.
post #15 of 17
Zakaluka2 put it quite well. Another thing, similar to the virus point, is that if any piece of software has a dangerous bug and you're running it with root privileges, you'll be SOL.

Mikhail
post #16 of 17
The sudo package and su are your friends. I know on gentoo if you aren't in the correct group you can't even su to root. I'm with Mikhail, if it doesn't GCC what good is it. I mean what if all that is available are srpms you still have to recompile for your system.
post #17 of 17
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Dell wireless and NDIS Wrapper : Detailed intsructions