LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-08-2013, 06:52 PM   #31
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874

I pretty much used ndiswrapper in the 2005-2010 era. There's always old school ways, but it really helps to get the network working right off the bat. Until then you're jumping computers or dual booting to look up problems and download things, then turning around and trying to do them from memory since you don't yet have your network working.

packages.debian.org

I always found that slightly useful for when a network wasn't readily available and a full compliment of discs wasn't already downloaded and burned. Although with more than one device at your beckon call and non-network ways like usb sticks to transfer files these days. The number of hoops one needs to jump if any is far fewer now than then.
 
Old 01-09-2013, 04:14 PM   #32
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by k3lt01 View Post
In Gnome it is called Nautilus, other Desktop Environments have different names because they use different ones.

If you open it how I said to open it the rest is easy and it will help us to see if you have the required things in your sources list. I am taking a guess but I think it is probably only listing the CD/DVD you installed from. If it is you will need to add entries to it to get anything more than what is on the CD/DVD.

Go to this page and it will help you to create a sources.list for what you need. Make sure you select:
1. Your country.
2. The correct version of Debian (Squeeze or Wheezy, Squeeze is the current stable).
3. 32 bits.
4. main, contrib, non-free, security, updates.
5. Where is says "Do I include the source packages?" do not select that at this time.
6. Click "Generate sources.list".
7. copy the list that comes up into a txt file and save it to your home folder.

Once you have done that compare what is on your system already to the one you just made on the website. If they are different, which I am bettng they are, we can change it to your new one and then go from there.

This is what a basic sources.list for Squeeze from an Australian mirror would look like

Code:
deb http://ftp.au.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
ok. i did this. and yes, i have a Ethernet connection available. doesn't it still require a driver for the NIC card though?
 
Old 01-09-2013, 07:15 PM   #33
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by sniper8752 View Post
ok. i did this. and yes, i have a Ethernet connection available. doesn't it still require a driver for the NIC card though?
If you want your non-free wireless to work you will need to install the firmware for it. Use your cable connection start Synaptic and install the packages suggested above. Reboot without the cable connected and see if your wireless connects.
 
Old 01-09-2013, 09:02 PM   #34
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
mispost

Last edited by EDDY1; 01-09-2013 at 09:09 PM.
 
Old 01-09-2013, 09:08 PM   #35
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by EDDY1 View Post
I found it easier to download the .deb file & let gdebi install it. As long as all dependencies are met it will install flawlessly
I agree and that is usually what I say to do infact I said it in about post 13 I think. Gdebi or dpkg -i *.deb will install them.
 
Old 01-09-2013, 09:30 PM   #36
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I noticed that OP had access to wired connection so withdrew my statement, although I didn't see a responce from OP as to lspci inquiry. I may have just missed it though. Just saw that OP has
Quote:
Broadcom BCM-4401

Last edited by EDDY1; 01-09-2013 at 09:32 PM.
 
Old 01-09-2013, 10:02 PM   #37
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by EDDY1 View Post
I noticed that OP had access to wired connection so withdrew my statement, although I didn't see a responce from OP as to lspci inquiry. I may have just missed it though. Just saw that OP has
No you didn't miss is it there are a few things asked for that a response for is still forthcoming. It makes things go slowly but we are working through it anyway.
 
Old 01-10-2013, 03:42 AM   #38
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Ethernet drivers are well supported. And are almost always included with your default kernel image. I've been known to use a wireless router (stand alone device) in repeater mode to DHCP with ethernet for the network connection on an initial install. It's just so easy to do, and you can position the stand alone device for optimal signal strength. Plus they're cheaper than most PCI or even USB network devices these days.
 
Old 01-11-2013, 03:54 AM   #39
error_401
LQ Newbie
 
Registered: Feb 2012
Location: Europe
Distribution: DEBIAN
Posts: 8
Blog Entries: 17

Rep: Reputation: Disabled
A bit of advice

I think that a lot of trouble could have been spared if you (sniper8752) would have read the threads carefully. My post was about #5 pointing exactly out that you may have trouble with the wireless drivers.

ADVICE 1 @ sniper
Take note! The debian installer does a heck of a job and I'm pretty sure that at one point it came up with a warning that "Broadcom xxxx" driver blabla is not available but needed to setup the system and if you had an external media for the driver. Always put down a note about these warnings.

ADVICE 2 @ sniper
Volounteer information before asking, such as: "Trying to install Debian 6.0 Squeeze from a single CDROM image I have downloaded from debian.org ...". This would help a great deal.

ADVICE 3 @ all
Get the information straight BEFORE volounteering any help. It's of no use to point to installs using contrib and non-free if the install has not been set up as such from the beginnning. Because that means that we already have an installation. But it helps pointing to such source of information as lspci. I always ask about the level of proficiency before giving further details. IMHO should have been the case here.

ADVICE 4 @ sniper
Please at least try to find out a bit for yourself. Linux in this is nicely packaged but some things are DIY. This means read. And for programs you use and don't know the name of. Try having a look at the starting icon or maybe at the taskbar icon or even at the "help" and then "about" menu point.

About wifi drivers. Despite linux supporting a lot of cards out of the box I have hit only 1 out of 6 laptop installs where the driver was loadable from the installer. All others I had to get a manufacturer driver or from other repositories.

A bit more about information gathering on linux - may be helpful
http://www.linuxquestions.org/questi...ommands-35258/

Last edited by error_401; 01-11-2013 at 05:35 AM.
 
Old 01-11-2013, 07:02 PM   #40
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by error_401 View Post
I think that a lot of trouble could have been spared if you (sniper8752) would have read the threads carefully. My post was about #5 pointing exactly out that you may have trouble with the wireless drivers.
I think you are pushing some boundaries here. You have one other post in this thread and, with all due respect, it was pretty useless. Pointing him to the HCl withouu explaining anything was not helpful.

Quote:
Originally Posted by error_401 View Post
ADVICE 1 @ sniper
Take note! The debian installer does a heck of a job and I'm pretty sure that at one point it came up with a warning that "Broadcom xxxx" driver blabla is not available but needed to setup the system and if you had an external media for the driver. Always put down a note about these warnings.
It does do a good job but he didn't need any external media and from what he has been posting he wouldn;t have known where to get the firmware anyway.

Quote:
Originally Posted by error_401 View Post
ADVICE 2 @ sniper
Volounteer information before asking, such as: "Trying to install Debian 6.0 Squeeze from a single CDROM image I have downloaded from debian.org ...". This would help a great deal.
Give the noobie a break. I'm sure we have all left out information before.

Quote:
Originally Posted by error_401 View Post
ADVICE 3 @ all
Get the information straight BEFORE volounteering any help. It's of no use to point to installs using contrib and non-free if the install has not been set up as such from the beginnning. Because that means that we already have an installation. But it helps pointing to such source of information as lspci. I always ask about the level of proficiency before giving further details. IMHO should have been the case here.
You always ask do you? How come I don't see that until now? It is of every use point to contrib and non-free, purely because the required firmware is in non-free, and considering he has a wired connection he would need these setup so he can download the firmware.

Quote:
Originally Posted by error_401 View Post
ADVICE 4 @ sniper
Please at least try to find out a bit for yourself. Linux in this is nicely packaged but some things are DIY. This means read. And for programs you use and don't know the name of. Try having a look at the starting icon or maybe at the taskbar icon or even at the "help" and then "about" menu point.
Before you jump down his throat about this maybe ask him what he has read and what profficiency levels he has.

Quote:
Originally Posted by error_401 View Post
About wifi drivers. Despite linux supporting a lot of cards out of the box I have hit only 1 out of 6 laptop installs where the driver was loadable from the installer. All others I had to get a manufacturer driver or from other repositories.
Gee I'm nearly the exact opposite.

Quote:
Originally Posted by error_401 View Post
A bit more about information gathering on linux - may be helpful
http://www.linuxquestions.org/questi...ommands-35258/
This was useful.
 
1 members found this post helpful.
Old 01-12-2013, 07:21 AM   #41
error_401
LQ Newbie
 
Registered: Feb 2012
Location: Europe
Distribution: DEBIAN
Posts: 8
Blog Entries: 17

Rep: Reputation: Disabled
Thanks for pointing that out but I'm not taking all of the critics.

My first post was aiming exactly at that plus adding some information. Where can you get more information about installing if not in the HCL?

Ah - but I have never gotten any of the information on which to act and could therefore not even continue to ask.

All the questions have proven to be important just a bit further down...
... but then you learn best by erring - don't we?

On the others - how do you explain something to somebody without hitting his feelings (or those of others) when the poster completely ignores all questions asked for a purpose by a moderator, you and me. The three of us never got answers to our questions. So a bit of shaking seemed appropriate.

But then, maybe I should work on my diplomatic writing skills in English as a foreign language as well.

I'm trying to get information in order to be able to answer and to help. Some users also simply don't get that and the discussion here is kind of left alone without proper information.

Thanks for the positive on the tutorial - This is my approach to a reproach - I take the time to write a reference.

@k3lt01 Criticism taken nonetheless.

Wish you a nice week-end

Last edited by error_401; 01-12-2013 at 07:32 AM.
 
Old 01-28-2013, 06:13 AM   #42
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I kind of bypass the need for most of the traditional install methods these days.

http://www.debian.org/releases/stabl...apds03.html.en

Basically using debootstrap to install debian into a chroot. Be sure to set a root password, which isn't listed in that guide. Or other administrative things like adding a user, setting a hostname, timezone, and stuff.

# passwd

Then I exit the chroot, tar the install location. Setup the new boot device with a filesystem. Extract the tar to it. Modify the /etc/fstab file to match it's new home. Pre-setup grub on it. Change my current desktops grub configuration to add an option to boot the new linux. Boot it. Once booted to it, I install grub to it. And boot again to make sure using it's grub, works. This is particularly nice for usb storage devices as most of the writes of the installation occur elsewhere. And you can take your liveUSB linux with you to goodwill to get a laptop that plays well with your existing linux.

-----

You can do pretty much all of the installation of a distro in the chroot. Like installing any quirky drivers you might need for network support. And if you don't have an existing linux install, you can do this from a liveCD version of linux. You may not be able to configure everything on the system before actually booting it, like Xorg. But it's a nice option if your final destination is a limited write usb storage device.

Not noob friendly enough in my opinion. More so since I'm not currently aware of a post install debian admin tool. The debian-installer way seems to be live disc specific. And the base-config way of old seems to be user-mode-linux specific now. Which leaves me setting things up old school. Like the network with iwconfig, ifconfig, route, ip, iw, and everything else that implies. Fortunately I've been around a while and have most of that in bash scripts.
 
  


Reply



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
Installing debian REJOREJI Linux - Newbie 9 08-13-2012 09:18 AM
LXer: Installing Nagios On Debian Lenny And Monitoring A Debian Lenny Server LXer Syndicated Linux News 0 03-08-2011 01:40 AM
LXer: Installing Debian Etch From A Windows System With "Debian-Installer Loader" LXer Syndicated Linux News 0 09-28-2007 12:41 AM
Installing Debian with 3 CD's LinuxLala Debian 7 02-03-2004 07:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:32 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