LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-08-2016, 07:22 AM   #1
hearthstone
Member
 
Registered: Dec 2005
Distribution: Debian Stable
Posts: 109

Rep: Reputation: 4
What files to copy from a Ubuntu laptop onto a Jessie laptop to make it WiFi worthy?


I have a dell Latitude-E5500 laptop (running Ubuntu 14.04 Trusty) that has a working WiFi.
What files do I have to copy on to my HP notebook (running Debian Jessie), so that I can use WiFi on it?
Thanks, Hearthstone.
 
Old 07-08-2016, 08:21 AM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hearthstone View Post
I have a dell Latitude-E5500 laptop (running Ubuntu 14.04 Trusty) that has a working WiFi.
What files do I have to copy on to my HP notebook (running Debian Jessie), so that I can use WiFi on it?
Hi...

That's probably not going to be very easy considering these are two different distributions using, most likely, two different wireless adapters. You may not even have the needed files on your Dell to begin with.

I/we also need information concerning the adapter in your HP. If you would, please connect your HP to the internet (using an ethernet connection,) open a terminal and post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
lsmod
Code:
iwconfig
Code:
rfkill list
Regards...

Last edited by ardvark71; 07-08-2016 at 08:42 AM. Reason: Added information.
 
1 members found this post helpful.
Old 07-09-2016, 08:31 PM   #3
hearthstone
Member
 
Registered: Dec 2005
Distribution: Debian Stable
Posts: 109

Original Poster
Rep: Reputation: 4
To ardvark71

lcpci - not found

wlan0 IEEE 802.11bg ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementn

rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no

Any good?

Thanks, Hearthstone.
 
Old 07-09-2016, 08:45 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hearthstone View Post
Any good?
Almost. Please insert the command below exactly as you see it into the terminal and post the exact results...

Code:
lspci -nnk | grep -i net -A2
I also need the results from...

Code:
lsmod
Code:
dmesg | grep -iC 3 "wlan0"
Regards...
 
Old 07-10-2016, 11:38 PM   #5
hearthstone
Member
 
Registered: Dec 2005
Distribution: Debian Stable
Posts: 109

Original Poster
Rep: Reputation: 4
I added the ubuntu sources.list to the hp jessie sources.list, but the hp did not quite like it, things started freezing ...

I decided to re-install, but then, as it happens always with installing jessie--the install is asking for b43/ucode13.fw, b43-open/ucode13.fw, and for tigon/tg3_tso5.bin.

root@laptop3-Latitude-E5500:~# locate b43/ucode13.fw
/lib/firmware/b43/ucode13.fw

root@laptop3-Latitude-E5500:~# locate b43-open/ucode13.fw
(nothing)

root@laptop3-Latitude-E5500:~# locate tigon/tg3_tso5.bin
/lib/firmware/3.13.0-35-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-43-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-48-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-52-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-57-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-62-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-63-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-74-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-77-generic/b43/ucode13.fw
/lib/firmware/3.13.0-83-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-88-generic/tigon/tg3_tso5.bin
/lib/firmware/3.13.0-91-generic/tigon/tg3_tso5.bin
root@laptop3-Latitude-E5500:~#

I couldn't find the b43-open/ucode13.fw, and I concluded I did not needed it, since the ubuntu is doing without it quite fine, as far as WiFi goes.

I copied the b43/ucode13.fw and the b43/ucode13.fw on a memstick, and when asked during the installation process to make them available, nothing happened, the installation kept on asking for them.

What could I be doing wrong here? This happens to me every time

Thanks, Hearthstone..
 
Old 07-11-2016, 12:37 AM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hearthstone View Post
What could I be doing wrong here? This happens to me every time
Hi...

I'm not trying to sound rude here but we can't help you unless you help us. I've asked you twice for information but, for some reason, you have chosen not to supply it. Up to this point, I still don't even know the brand and model number of your adapter!

You don't normally add repositories from other distributions without reaping consequences. You need to install the driver for your adapter using drivers and firmware from Debian's web site or repositories and not by trying to use other distribution's repositories or copy files from another computer.

Regards...

Last edited by ardvark71; 07-11-2016 at 12:43 AM. Reason: Deleted/Added comments.
 
Old 07-11-2016, 03:03 AM   #7
hearthstone
Member
 
Registered: Dec 2005
Distribution: Debian Stable
Posts: 109

Original Poster
Rep: Reputation: 4
Sorry, my bad ...

What command would give the brand and model number of my "adapter"?

The "Trusty" Ubuntu I have on my laptop is supposed to be based on Jessie (Debian stable) that I am now trying to install on my hp notebook.

The only question I now have is: How do I present the non-free firmware to the installation process when it is asking for it? Just having it on the memory stick doesn't seem to do the trick.

I hope I have not missed anything ...

Thank you, Hearthstone.
 
Old 07-11-2016, 03:27 AM   #8
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Read this:

https://wiki.debian.org/WiFi

and this:

https://wiki.debian.org/Firmware

Last edited by descendant_command; 07-11-2016 at 03:30 AM.
 
Old 07-11-2016, 10:55 AM   #9
hearthstone
Member
 
Registered: Dec 2005
Distribution: Debian Stable
Posts: 109

Original Poster
Rep: Reputation: 4
That is a lot of reading, of which (I suspect my advanced age) I am doing much less than I used to.

Also--I don't, some-how, think that it has anywhere the answer to my question: once I do have the required files, how do I present them to the installation process (I am trying to install Debian stable, aka Jessie, on an hp notebook) when it asks for those files to be presented? As it is, I just have the required fw on a flash drive, and put it into a USB port when asked for the files.

Thanks, Hearthstone.
 
Old 07-11-2016, 12:26 PM   #10
luvr
Member
 
Registered: May 2005
Location: Boom - The Home Town of Tomorrowland, Belgium
Distribution: Slackware, Xubuntu
Posts: 459
Blog Entries: 2

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by hearthstone View Post
The only question I now have is: How do I present the non-free firmware to the installation process when it is asking for it? Just having it on the memory stick doesn't seem to do the trick.
I'm familiar with this issue, and I posted the solution that worked for me here: How to provide non-free firmware files to the Debian Jessie Installer.
 
Old 07-11-2016, 02:08 PM   #11
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hearthstone View Post
What command would give the brand and model number of my "adapter"?
Hi....

The command I mentioned in my first post...

Code:
lspci -nnk | grep -i net -A2
I also need the results from these...

Code:
lsmod
Code:
dmesg | grep -iC 3 "wlan0"
Quote:
Originally Posted by hearthstone View Post
The "Trusty" Ubuntu I have on my laptop is supposed to be based on Jessie (Debian stable) that I am now trying to install on my hp notebook.
But it doesn't mean you can mix the repositories. They are two different distributions in many respects.

Quote:
Originally Posted by hearthstone View Post
The only question I now have is: How do I present the non-free firmware to the installation process when it is asking for it? Just having it on the memory stick doesn't seem to do the trick.
I won't possibly know that until I see what it is you have exactly.

Regards...
 
Old 07-13-2016, 03:01 AM   #12
hearthstone
Member
 
Registered: Dec 2005
Distribution: Debian Stable
Posts: 109

Original Poster
Rep: Reputation: 4
Right now,I, being at the reinstall stage, shall focus on how to make those fw files available to the installation process, everything else moot.
Thank you very much, ardvark71!
Hearthstone.
 
Old 07-13-2016, 05:09 AM   #13
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hearthstone View Post
Right now,I, being at the reinstall stage, shall focus on how to make those fw files available to the installation process, everything else moot.
Thank you very much, ardvark71!
You're welcome, best wishes in getting your wifi working.

Regards...
 
  


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
VM Debian "Jessie" guest running on VM workstation 12.0 cannot acquire any IP address on a laptop with win 8 and wifi cugnao Linux - Newbie 4 04-04-2016 08:25 AM
How to set up very simple 2 laptop wifi network to just send files between them ? davetesc Linux - Networking 15 12-02-2012 06:22 AM
How to make my linux laptop a deticated wifi "adapter" (send all lan to wifi) Master_CAPS Linux - Laptop and Netbook 4 03-19-2012 04:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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