LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-31-2016, 08:01 AM   #16
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled

@Shadow 7
Hello. Thank you for your long answer!
I sadly ended at the start with
Code:
sudo apt-get install firmware-realtek
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package firmware-realtek
Any ideas?

By the way I am new at linux so if you please could talk to in more detail, I would really appreciate it!
Thank you very much,

Adam
 
Old 01-31-2016, 10:34 AM   #17
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
Hi Adam...

As I mentioned previously in post #10, I'm pretty sure this package is not available in Ubuntu's repositories. You would need to download and install it as a .deb from the (Debian) link I gave on that post. However, I'm not sure if the firmware is kernel specific, so downloading from Jessie may be fine, or you may need one of the other versions (or maybe none will work.) You would need to give it a try and see how it works.

Regards...

Last edited by ardvark71; 01-31-2016 at 10:39 AM. Reason: Correction/Added words.
 
Old 01-31-2016, 12:49 PM   #18
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by poky View Post
@BW_userx
That link tells me to do the exact steps I did ( make rtl8723.conf in /etc/modprobe.d and write in it one line) but it still refuses to see any wifi networks around.
that begs the question is there any wifi routers close by that you can pick up a signel. prob'ly is .. just needed to be asked. IMO
 
Old 01-31-2016, 01:54 PM   #19
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled
@ardvark71
Thanks. I ended up downloading both. Tried to install it, looked good, but it ended like this:
Code:
Unpacking firmware-realtek (from .../firmware-realtek_0.43_all (1).deb) ...
dpkg: error processing /home/adam/Downloads/firmware-realtek_0.43_all (1).deb (--install):
 trying to overwrite '/lib/firmware/RTL8192E/main.img', which is also in package linux-firmware 1.95.1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /home/adam/Downloads/firmware-realtek_0.43_all (1).deb
All I could think of was uninstalling package linux-firmware, but to me it doesn't really seem smart, but I might be wrong ..
What next?

@BW-userx
As I mentioned previously, there is working wifi router just next to me, working. Thanks for idea thou

Thank you guys,

Adam
 
Old 01-31-2016, 02:02 PM   #20
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by poky View Post
@ardvark71
Thanks. I ended up downloading both. Tried to install it, looked good, but it ended like this:
Code:
 /home/adam/Downloads/firmware-realtek_0.43_all (1).deb
@BW-userx
As I mentioned previously, there is working wifi router just next to me, working. Thanks for idea thou

Thank you guys,

Adam
kelw, knowing that at least I can sleep better..

that little (1) says you are working with a copy of one you all ready have, fyi.

Debian:
Broken_pipe

Ubuntutututu

dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

Last edited by BW-userx; 01-31-2016 at 02:10 PM.
 
Old 02-01-2016, 10:34 AM   #21
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled
Hello,
thank you for your input. I finally successfully installed the Debian .deb package. Rebooted and it still can not find any wi-fi signals..

I hope you guys aren't running out of ideas ..
Do you want me to copy here any result of a command that could help you determine the problem?

Any other ways to make it work?

Thank you very much and sorry for my broken English,

Adam
 
Old 02-01-2016, 10:44 AM   #22
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
have you ever gotten anyother Linux install and have wifi ever on that system?
 
Old 02-01-2016, 10:51 AM   #23
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
have you ever gotten anyother Linux install and have wifi ever on that system?
Nope. This is 14days new notebook bought just for this work. Oo
I only tried newer Deft as LIVE USB and wifi worked. Don't know if it answers your question..
 
Old 02-01-2016, 11:15 AM   #24
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 poky View Post
Any other ways to make it work?
Since you've installed the drivers that I mentioned in my initial post, can you open a terminal and post the results from...

Code:
iwconfig
Code:
lsmod
Perhaps they might give us more clues.

Regards...
 
Old 02-01-2016, 11:21 AM   #25
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Since you've installed the drivers that I mentioned in my initial post, can you open a terminal and post the results from...

Code:
iwconfig
Code:
lsmod
Perhaps they might give us more clues.

Regards...
Hello,
here we go:
Code:
iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off
and
Code:
lsmod
Module                  Size  Used by
ib_iser                37866  0 
rdma_cm                43022  1 ib_iser
ib_cm                  42682  1 rdma_cm
iw_cm                  18583  1 rdma_cm
ib_sa                  29096  2 rdma_cm,ib_cm
ib_mad                 47134  2 ib_cm,ib_sa
ib_core                82363  6 ib_iser,rdma_cm,ib_cm,iw_cm,ib_sa,ib_mad
ib_addr                14110  1 rdma_cm
iscsi_tcp              18334  0 
libiscsi_tcp           25147  1 iscsi_tcp
libiscsi               57110  3 ib_iser,iscsi_tcp,libiscsi_tcp
scsi_transport_iscsi    59269  4 ib_iser,iscsi_tcp,libiscsi
rfcomm                 46620  12 
parport_pc             32689  0 
ppdev                  17074  0 
bnep                   18141  2 
binfmt_misc            17501  1 
nls_iso8859_1          12714  1 
joydev                 17458  0 
snd_hda_codec_realtek    78193  1 
arc4                   12530  2 
snd_hda_codec_hdmi     32049  1 
rtl8723be             134748  0 
rtlwifi               133500  1 rtl8723be
kvm                   414111  0 
ghash_clmulni_intel    13221  0 
aesni_intel            51038  0 
cryptd                 20404  2 ghash_clmulni_intel,aesni_intel
aes_x86_64             17256  1 aesni_intel
mac80211              535936  2 rtl8723be,rtlwifi
hp_wmi                 18049  0 
sparse_keymap          13891  1 hp_wmi
cfg80211              206797  2 rtlwifi,mac80211
btcoexist              62050  1 rtl8723be
microcode              22804  0 
uvcvideo               76750  0 
videobuf2_core         32852  1 uvcvideo
videodev              120310  2 uvcvideo,videobuf2_core
videobuf2_vmalloc      12861  1 uvcvideo
videobuf2_memops       13405  1 videobuf2_vmalloc
btusb                  22475  0 
bluetooth             209438  22 rfcomm,bnep,btusb
snd_seq_midi           13325  0 
snd_rawmidi            30513  1 snd_seq_midi
psmouse               100642  0 
serio_raw              13216  0 
snd_hda_intel          33492  5 
snd_hda_codec         134213  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep              17699  1 snd_hda_codec
snd_pcm                96668  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
i2c_piix4              13168  0 
snd_seq_midi_event     14900  1 snd_seq_midi
snd_seq                61555  2 snd_seq_midi,snd_seq_midi_event
snd_timer              29426  2 snd_pcm,snd_seq
snd_seq_device         14498  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    78921  20 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_rawmidi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore              15048  1 snd
snd_page_alloc         18485  2 snd_hda_intel,snd_pcm
mac_hid                13206  0 
lp                     17760  0 
parport                46346  3 parport_pc,ppdev,lp
btrfs                 766026  0 
zlib_deflate           26915  1 btrfs
libcrc32c              12645  1 btrfs
sdhci_pci              18617  0 
sdhci                  32646  1 sdhci_pci
ahci                   25721  2 
libahci                31273  1 ahci
r8169                  61671  0 
wmi                    19071  1 hp_wmi
video                  19391  0
hope it helps.

Thank you,
Adam
 
Old 02-01-2016, 11:34 AM   #26
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 poky View Post
hope it helps.
Hi Adam...

I see from your "lsmod" report, the modules for your device appear to be loaded and running...

Code:
rtl8723be             134748  0 
rtlwifi               133500  1 rtl8723be
That's a start, I think.

Now, if you would, please restart your system and post the results of these commands...

Code:
dmesg | grep -iC 3 "wlan0"
Code:
rfkill list
If the dmesg command doesn't work, you can try these variants...

Code:
dmesg | grep -iC 3 wlan0
Code:
dmesg | grep wlan0
And if that doesn't work, just run this...

Code:
dmesg
and then go through it and copy and paste only the information with "wlan0" in front of it. Please do not post the entire report.

Regards...

Last edited by ardvark71; 02-01-2016 at 11:36 AM. Reason: Added information.
 
Old 02-01-2016, 11:49 AM   #27
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled
@ardvark71
Thank you!

The first command worked, I guess.

Code:
dmesg | grep -iC 3 "wlan0"
[   17.338378] rtl8723be-0:rtl8723be_enable_hw_security_config():<0-0> PairwiseEncAlgorithm = 0 GroupEncAlgorithm = 0
[   17.338387] rtl8723be-0:rtl8723be_enable_hw_security_config():<0-0> The SECR-value cc 
[   17.476889] rtlwifi-0:rtl_pci_start():<0-0> rtl_pci_start OK
[   17.495790] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.497052] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.518917] r8169 0000:03:00.0: eth0: link down
[   17.519742] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.520232] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
or you still want me to go through the normal one?

Code:
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
Thanks,
Adam

Last edited by poky; 02-01-2016 at 11:51 AM. Reason: ups, wrong thing
 
Old 02-01-2016, 11:56 AM   #28
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
Hi Adam...

Out of curiosity, is there any difference with one of the alternative commands...

Code:
dmesg | grep wlan0
Thanks!
 
Old 02-01-2016, 12:03 PM   #29
poky
LQ Newbie
 
Registered: Jan 2016
Distribution: DEFT
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi Adam...

Out of curiosity, is there any difference with one of the alternative commands...

Code:
dmesg | grep wlan0
Thanks!

Here you go:
Code:
dmesg | grep -iC 3 wlan0
[   17.338378] rtl8723be-0:rtl8723be_enable_hw_security_config():<0-0> PairwiseEncAlgorithm = 0 GroupEncAlgorithm = 0
[   17.338387] rtl8723be-0:rtl8723be_enable_hw_security_config():<0-0> The SECR-value cc 
[   17.476889] rtlwifi-0:rtl_pci_start():<0-0> rtl_pci_start OK
[   17.495790] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.497052] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.518917] r8169 0000:03:00.0: eth0: link down
[   17.519742] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.520232] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Code:
dmesg | grep wlan0
[   17.495790] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.497052] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
No problem, thank you
Adam
 
Old 02-01-2016, 12:11 PM   #30
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
Hi Adam...

Ok, thank you. Bear with me here.

What happens when you enter this command...

Code:
ifconfig wlan0 up
This may be a driver/firmware issue but I wanted to see how things look on this end.

Regards...
 
1 members found this post helpful.
  


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
hostapd doesn't accept WPA key and doesn't forward wlan0 to eth0 (LAN) make Linux - Networking 10 01-27-2016 02:41 PM
wlan0 doesn't show up tris_halo Linux - Newbie 4 08-09-2013 11:07 AM
why wlan0 doesnt show up? konowdude Linux - Wireless Networking 5 12-30-2005 08:48 AM
iwconfig doesn't show wlan0 darkleaf Linux - Wireless Networking 4 06-26-2004 05:09 AM
Getting wlan0 to show up in iwconfig... GooPunch Linux - Newbie 7 05-12-2004 10:39 AM

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

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