LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 06-22-2013, 01:35 PM   #1
zak100
Member
 
Registered: Jul 2009
Posts: 262

Rep: Reputation: 2
Wireless Internet usb not working


Hi,
My wireless usb from huawei is not working. I have got some steps from:
http://www.glenscott.net/2009/12/01/...-karmic-koala/

The 2nd step is to :
Quote:
2. Go to http://kernel.ubuntu.com/~kernel-ppa/mainline/ and download the .deb files for the kernel headers (“all”) and the kernel for your architecture (“amd64″ or “i386″).
I cant find the files in the mentioned link. Kindly guide me. I have ubuntu installed on my i5. Plz guide me in this regard.

Zulfi.
 
Old 06-23-2013, 09:12 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You need to install a package like this: linux-headers-3.9-1-amd64 and a package like this: linux-headers-amd64. You will have to replace the 3.9-1-amd64 with your own specifications. Since you didn't tell us what kernel you're using nor what architecture I can't be more specific than that.
jdk
 
Old 06-23-2013, 12:56 PM   #3
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
Thanks for response.
I have used:
Code:
          
$uname -a
and i got:
Quote:
Linux myname-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
Now plz guide me what package i have to down load and where i would find this?

Zulfi.
 
Old 06-23-2013, 02:22 PM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Open a terminal and type this command:
Code:
aptitude search linux-headers
Then post the results and we can tell you which one to choose. I'm guessing you need something like linux-headers-2.6.31-generic.
That's quite an old kernel you're running. What version of Ubuntu are you using?
jdk

Last edited by jdkaye; 06-23-2013 at 02:25 PM.
 
Old 06-30-2013, 01:35 PM   #5
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
Thanks for your reply and for increasin my knowledge regarding ubuntu.
I got following output:
Code:

~$ aptitude search linux-headers
v   linux-headers                   -                                           
v   linux-headers-2.6               -                                           
i A linux-headers-2.6.31-14         - Header files related to Linux kernel versi
i A linux-headers-2.6.31-14-generic - Linux kernel headers for version 2.6.31 on
i   linux-headers-generic           - Generic Linux kernel headers              
:~$
Plz tell me how you are going to determine files using the above information.

Version is 9.10

Code:
~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
~$
Zulfi.

Last edited by zak100; 06-30-2013 at 01:37 PM.
 
Old 07-01-2013, 12:04 AM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You need to update your Ubuntu version. 9.10 is surely no longer supported. Try installing the latest version (13.04) and your problems should go away.
jdk
 
Old 07-01-2013, 12:21 PM   #7
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
I have i5 (64-bit) machine. Kindly guide me which following version should i download?

ubuntu-13.04-desktop-amd64.iso.torrent
ubuntu-13.04-desktop-i386.iso.torrent
and how i should be installing it. I would store it on the usb and execute it from usb? Plz tell me the procedure ?
Zulfi.
 
Old 07-01-2013, 12:26 PM   #8
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
since you have a 64-bit cpu you probably should use the 64-bit version. i think the easiest method is to create a live-usb using unetbootin.
 
Old 07-01-2013, 12:36 PM   #9
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
ubuntu-13.04-desktop-amd64.iso.torrent
That version is what you want.

Quote:
and how i should be installing it. I would store it on the usb and execute it from usb? Plz tell me the procedure ?
https://help.ubuntu.com/community/In...n/FromUSBStick

https://help.ubuntu.com/community/GraphicalInstall
 
Old 07-17-2013, 06:18 AM   #10
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
I copied the downloaded file into my usb but when i booted from usb it says
Quote:
Invalid or damaged Bootable partition
Kindly guide me how to install the said version (13.04) using usb.


Zulfi.
 
Old 07-17-2013, 08:29 AM   #11
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Did you use unetbootin or a similar software package to create a bootable usb stick? Simply copying the iso onto the usb stick will not work.
jdk
 
Old 07-18-2013, 07:35 AM   #12
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
Thanks for your reply. Actually i forgot this. However i tried to make a bootable disk using unetbootin. I checked the diskimage option and selected ubuntu (13.04 HMedia) and provided path for my ubuntu iso on my h/d and provided a space of 1MB.It created a bootable disk. Then I conected the bootable disk to the computer on which i have to install ubuntu and choose the bios option to boot from usb. I got unetbootin window which was showing default option. Below this window, it was written:
Quote:
Press [Tab]to edit option
Automatic boot in 10 seconds
However if i press enter key, it restarts the 10 sec timer. Kindly guide me about my mistake.

Zulfi.
 
Old 07-18-2013, 10:14 AM   #13
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I'm not sure I understand. What happens after the 10 seconds timer is up? Does it boot into Ubuntu?
jdk
 
Old 07-18-2013, 10:22 AM   #14
zak100
Member
 
Registered: Jul 2009
Posts: 262

Original Poster
Rep: Reputation: 2
Hi,
After 10s it restarts the counter from 10 and goes back to 0.
I dont remember that i used unetbootin when i installed the version 9 of ubuntu. But i had windows 7 in my machine at that time. Kindly help me.
Zulfi.
 
Old 07-18-2013, 11:44 AM   #15
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
So you made a bootable DISK with unetbootin?!?! I thought you were trying to make a bootable USB stick. Which one is it? If you're using a disk and not a stick then you don't use unetbootin.
jdk
 
  


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
Cant Find Drivers For My Dynex Wireless USB Adapter For Wireless Internet.... sent17inel Linux - Hardware 3 12-09-2017 04:04 AM
Wireless internet not working. ark1 Linux - Wireless Networking 3 11-02-2009 09:16 PM
Wireless internet not working. ark1 Linux - Wireless Networking 4 10-30-2009 10:42 PM
Wireless networking : To get usb wireless adapter working xgreen Linux - Wireless Networking 3 10-22-2006 09:50 AM
Just need to get Wireless Internet Working _stephan_h_ Linux - Newbie 7 11-20-2005 02:51 PM

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

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