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 - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2022, 02:48 PM   #1
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Rep: Reputation: Disabled
No Network on fresh Slackware15 install


Just installed Slackware15 on a
Asus Vivo Book
model M509-MB52-CB
Wireless card: Realtek 881CE
not sure where to start looking .. I used to let wicd figure all this out.
 
Old 02-25-2022, 03:18 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,229

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
You need to start NetworkManager, it is part of a full install.

Go to /etc/rc.d/ and look for a file called rc.networkmanager. It is not eecutable on a new install. As root, chmod +x rc.netowrkmanager. Then either boot, or run /etc/rc.d/rc.netwrokmanager start. You can configure your wi-fi card with networkmanager. You can display the conectivity with NM, let us know how it goes.
 
1 members found this post helpful.
Old 02-25-2022, 03:47 PM   #3
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,123

Rep: Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296
You can also use pkgtool to setup your network.
As root, at the prompt, type, pkgtool
and then select, Setup,
and take it from there.
Or you can skip that and, again, as root, type, netconfig
at the prompt and take it from there.
 
Old 02-25-2022, 05:15 PM   #4
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
OK I had this problem in the past so the first thing I did was check
Network manager to see if it was executable.
and is was.
and it was running.
I stopped it and restarted it.
but no luck.
I ran ifconfig
and it only shows lo:
no ethernet or Wifi.
 
Old 02-25-2022, 05:28 PM   #5
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
ran netconfig
then rebooted.
I think this ran during the install.
any way still no network.
Seems to me when they dropped wicd I had to do something with KWallet to get my network back.
I was running current and all of a sudden I lost my network.
 
Old 02-25-2022, 06:11 PM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,229

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Right click on the NM icon, it should display "Configure Network Connections". Click on it. Do you see under the Connections column your adapter listed? If yes, there are a series of tabs to configure your connection. Have you updated that with correct values for your network?
 
Old 02-25-2022, 06:43 PM   #7
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
if you click on the Network Manager Icon
You get a blank screen with nothing to select
It just says "No Available Connections"
sort of like what /sbin/ifconfig says
 
Old 02-25-2022, 09:13 PM   #8
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,310

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Wireless card: Realtek 881CE

are you saying this because you know or is the system reporting this, as in lspci, lsusb

lspci shows me
Quote:
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
softwares won't work if there's no hardwares
 
Old 02-25-2022, 09:40 PM   #9
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 456

Rep: Reputation: 365Reputation: 365Reputation: 365Reputation: 365
Can you double-check the wireless card model? There's a Realtek 8821ce (which requires building a kernel module; I can help with that), but I can't find anything about an 881ce.

EDIT: Not sure exactly when I'll be able to log on today, so here's what you can try if the card is actually a Realtek 8821ce.

There's a SlackBuild for this card here in Ponce's Github repo. The only catch is that the upstream version in the SlackBuild doesn't build against 5.15.x kernels; instead, use a more recent version.

Download the source code as a zip file, and make the following changes to the SlackBuild:

At line 28,
Code:
VERSION=${VERSION:-ca204c60724d23ab10244f920d4e50759ed1affb}
At line 64,
Code:
unzip $CWD/$PRGNAM-$VERSION.zip
From there, just go ahead and build, install and reboot. You'll need to build and install a new module whenever there's a kernel upgrade.

Last edited by pghvlaans; 02-25-2022 at 10:16 PM.
 
Old 02-26-2022, 11:05 AM   #10
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
lsusb does not show a network card
it shows a bluetooth and some other stuff
lspci .. command does not exist
Not sure where I got the RealTek card info. Looks wrong.
using the computer model number I get ..Intel® Wi-Fi 5 (802.11ac)
and
Wi-Fi 5(802.11ac)+Bluetooth 4.1 (Dual band) 1*1
 
Old 02-26-2022, 11:18 AM   #11
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
ok I booted back into windows and ran device manager
it shows Network Adapters
RealTek 8821CE Wireless LAN 802.11ac PCI-E NIC
 
Old 02-26-2022, 11:29 AM   #12
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
back in slackware
ran /sbin/lspci
01:00.0 Network controller:Realtek Semiconductor Co. Ltd RTL8821CE 802.11ac PCIe Wireless Network Adapter
 
Old 02-26-2022, 11:44 AM   #13
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
my situation is I have two laptops both running Slackware15
one has a network and one doesn't.
so to get this slackbuild into the new computer the only way is with a USB stick.
I looked at
https://github.com/tomaspinho/rtl882...4e50759ed1affb
but don't know what to do next.
 
Old 02-26-2022, 12:12 PM   #14
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,229

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
There is a slackbuild for that card on SBo. Since this is 15.0, use Ponces repo to build and install it.
 
Old 02-26-2022, 12:39 PM   #15
waynelloydsmith
Member
 
Registered: Feb 2012
Location: Canada
Distribution: Slackware15
Posts: 78

Original Poster
Rep: Reputation: Disabled
SO I think I'm going to return this computer to the store.
I'm not really interested in building a kernel module.
This was my third try at getting Slackware15 installed on a new laptop.
Thanks for the help anyway.
 
  


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
[SOLVED] How to partition 4TB disk to dual boot slackware15 + win7 chud1950 Slackware - Installation 11 02-23-2022 03:59 AM
[SOLVED] [RHL 6.2] Fresh install. XWindows Server didn't install. Can I install it manually? Patriot2135 Red Hat 9 11-19-2013 12:37 AM
Fresh Install FC3, No Network cdegroat Linux - Networking 2 06-24-2005 11:49 AM
fresh install (fresh headache) powadha Slackware 2 03-06-2004 01:03 PM
no network after fresh Slack 9 install major.tom Slackware 4 08-04-2003 04:01 PM

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

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