LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-11-2005, 09:25 PM   #1
CHambeRFienD
Member
 
Registered: Feb 2004
Location: Akron Ohio, USA
Distribution: Debian 4
Posts: 34

Rep: Reputation: 15
New to Linux.. Somewhat. Help pick a distro?


Well, here's my box:

http://h10025.www1.hp.com/ewfrf/wc/d...name=c00383138

Planning on dual booting with XP Pro. I've installed Linux before. Fedora, RH, and Mandrake, but never on a laptop and never with a 64 bit. Anyone willing to help me pick the most compatible distro?
 
Old 10-11-2005, 09:41 PM   #2
logosys
Member
 
Registered: Jul 2005
Location: Texas
Distribution: RHEL4 - ES
Posts: 178

Rep: Reputation: 31
Well, your computer has the specs necessary for any of the major distributions. I would advise that you check out The Linux Distro Chooser Quizzy-thing. It's pretty good.
 
Old 10-11-2005, 09:44 PM   #3
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
http://gentoo-wiki.com/HARDWARE_Gent...eries_notebook

Looking through the components on HPs site, I don't really see anything that wouldn't be supported in a 2.6.13.4 kernel. You should download the latest Slax and/or Knoppix Linux LiveCDs and boot that box with them. See if they detect all your hardware, and issue "/sbin/lspci" and "lsmod" and record the information. This should let you know what you'll need.

I don't know how much you've learned about Linux, or how deep your experience, but Slackware-10.2 should be a good distribution with support for that box. Read before you blindly attempt the install, determining what you need to do when installing the distro.

If you're not comfortable with full responsibility for your OS yet, perhaps you should run Vector Linux SOHO rather than Slack. It is based off Slackware, and I've been impressed with version 5.0.1

Last edited by Bruce Hill; 10-11-2005 at 09:45 PM.
 
Old 10-11-2005, 09:47 PM   #4
CHambeRFienD
Member
 
Registered: Feb 2004
Location: Akron Ohio, USA
Distribution: Debian 4
Posts: 34

Original Poster
Rep: Reputation: 15
Oh.. And support with that wireless card, or with a MSI CB54G2 is absolutely needed. I dun have any more money to waste on networking cards.
 
Old 10-11-2005, 09:53 PM   #5
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
You'll have to know the specific chipset for that wireless card. This is another area where a good LiveCD can help you. Support for hardware such as a wireless card comes from the kernel and other supporting hardware. Basically, it could be from madwifi or ndiswrapper, depending upon the chipset. This is not necessarily the name of the card, or the manufacturer, but the specific chipset. You can usually find out if it's supported from http://www.hpl.hp.com/personal/Jean_.../Wireless.html
 
Old 10-11-2005, 09:55 PM   #6
CHambeRFienD
Member
 
Registered: Feb 2004
Location: Akron Ohio, USA
Distribution: Debian 4
Posts: 34

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Chinaman
You'll have to know the specific chipset for that wireless card. This is another area where a good LiveCD can help you. Support for hardware such as a wireless card comes from the kernel and other supporting hardware. Basically, it could be from madwifi or ndiswrapper, depending upon the chipset. This is not necessarily the name of the card, or the manufacturer, but the specific chipset. You can usually find out if it's supported from http://www.hpl.hp.com/personal/Jean_.../Wireless.html
Well, the on-board is Broadcom.

The MSI card was supposively RTL8180, but also turned out to be Broadcom. =/ Kinda dissapointing, but oh well. =P
 
Old 10-11-2005, 10:04 PM   #7
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
You need the specific chipset for that card. Nothing less will lead you down the path to wireless goodness. I have a Broadcom Gigabit NIC in an Asus mobo that has been supported in the kernel since sometime in the 2.4 series. If I were you, I'd log on to IRC@Freenode and join #madwifi and #ndiswrapper and ask those fellers if they've got your chipset working. You'd be surprised what persistent guys have done.

If you get desperate enough to get away from Windows and use Linux for your wireless online needs, we can help you find a NIC.
 
Old 10-12-2005, 07:54 PM   #8
CHambeRFienD
Member
 
Registered: Feb 2004
Location: Akron Ohio, USA
Distribution: Debian 4
Posts: 34

Original Poster
Rep: Reputation: 15
Mmkay.. I have found this.

http://www.ubuntuforums.org/showthread.php?t=52201

Seems how I am new to Linux, I was wondering if someone would help me complete what was described in the above link.

I am currently downloading the Ubuntu 5.10 AMD64 DVD right now
 
Old 10-13-2005, 04:42 AM   #9
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
The new Ubuntu or the upcoming SuSE 10.0 might be the best 64bit suggestions.
To see what the wireless chipset is, it will usually displayed with the command
# lspci
or perhaps
#lspci -v (this one will generate a very detailed output)
Possibly lsusb instead of lspci, if the hardware is funny.
After that, it will be easier to find a driver.

As for the described page: First, he changes a graphical server setting, since the card seems to disagree with hardware acceleration, then he changes a boot setting in Grub - and finally points to the installation method for the wireless, which looks right.
Unless that wasn't what you were asking for?

Last edited by mjjzf; 10-13-2005 at 04:50 AM.
 
Old 10-13-2005, 04:06 PM   #10
CHambeRFienD
Member
 
Registered: Feb 2004
Location: Akron Ohio, USA
Distribution: Debian 4
Posts: 34

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by OSourceDiplomat
The new Ubuntu or the upcoming SuSE 10.0 might be the best 64bit suggestions.
To see what the wireless chipset is, it will usually displayed with the command
# lspci
or perhaps
#lspci -v (this one will generate a very detailed output)
Possibly lsusb instead of lspci, if the hardware is funny.
After that, it will be easier to find a driver.

As for the described page: First, he changes a graphical server setting, since the card seems to disagree with hardware acceleration, then he changes a boot setting in Grub - and finally points to the installation method for the wireless, which looks right.
Unless that wasn't what you were asking for?
I've gathered somewhat of an idea of how he did things. i was a bit confused about how he said he couldn't login because of the graphics, but then I realized he probably used the LiveCD to get in and edit that file.

While at school today I tried running the live CD, and it had a problem starting something or another and said I couldn't get into the graphical environment. I'm at work right now so technically I shouldn't be here, but I'll get exact details when I get home.
 
  


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
Help pick distro. Genticle Linux - Newbie 7 08-29-2005 06:49 PM
Please help me pick a distro FunBunny Linux - Distributions 6 06-09-2005 06:13 PM
Help me pick a distro??? snjbrian Linux - Distributions 30 10-21-2004 02:58 PM
What linux distro to pick for this job? mogwhy Linux From Scratch 2 03-02-2003 08:22 AM
distro pick ronss Linux - Distributions 5 05-26-2002 09:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:55 PM.

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