LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   Still having problems with wireless connection (https://www.linuxquestions.org/questions/slackware-installation-40/still-having-problems-with-wireless-connection-4175584681/)

scythempress 07-14-2016 09:00 PM

Still having problems with wireless connection
 
Thinking that perhaps the problem might be the wireless card, I formatted and reinstalled win 7. As always it came right up, so figuring that the card is not the problem I reinstalled slack 14.1 from the cd set. Again with cable hook up works fast and perfect. Wireless network not found. Wicd is installed and daemon running in background. I also found a secon sata drive so I added it and made it 200gb of Linux 83. Not sure if it is working or what to do with it. Here are what was asked for previously:


bash-4.2# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

bash-4.2# lspci -k | grep -iA3 net
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
Subsystem: Dell Device 01f2
Kernel driver in use: b44
Kernel modules: b44
--
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
Subsystem: Dell Wireless 1395 WLAN Mini-Card
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
bash-4.2# cat /proc/scsi/scsi
Attached devices:
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: ST9160827AS Rev: 3.AD
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi4 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: ST9200827AS Rev: 3.BH
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi5 Channel: 00 Id: 00 Lun: 00
Vendor: TSSTcorp Model: DVD+-RW TS-L632H Rev: D400
Type: CD-ROM ANSI SCSI revision: 05
bash-4.2# groups
root bin daemon sys adm disk lp wheel floppy audio video cdrom scanner

I would like to get wireless up and running, and then decide what if anything to do with the additional drive

frankbell 07-14-2016 09:20 PM

The Broadcom chipset is the issue. This post will be a good starting point: http://www.linuxquestions.org/questi...ux-4175434970/

scythempress 07-14-2016 10:22 PM

Ok well got them downloaded. Tried installs but no go. Will get on it again tomorrow, it is 10:21 and I get up at 5a. Thanks to all and see you again tomorrow.

wladwolkow 07-15-2016 03:15 AM

Hello, I have no troubles with my BCM4313. I have compiled broadcom-sta from Slackbuilds dot org. And have this output:

ifconfig eth1
Quote:

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.192.192.109 netmask 255.255.255.0 broadcast 192.192.192.255
inet6 fe80::ba76:3fff:fe0d:a489 prefixlen 64 scopeid 0x20<link>
inet6 fd8a:89f9:3cbc:0:b3fd:ccde:67a9:e18c prefixlen 64 scopeid 0x0<global>
inet6 fd8a:89f9:3cbc:0:9dc0:62ec:8559:3f34 prefixlen 64 scopeid 0x0<global>
ether b8:76:3f:0d:a4:89 txqueuelen 1000 (Ethernet)
RX packets 75571 bytes 101457053 (96.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 94748
TX packets 40207 bytes 4185398 (3.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 17
lspci -vnn -d 14e4:
Quote:

02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Dell BCM4313 802.11bgn Wireless Network Adapter [1028:0015]
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at f7d00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-3f-ff-ff-0d-b8-76
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: wl
Kernel modules: bcma, wl

scythempress 07-15-2016 10:44 PM

Ok this is what I now have.

root@scythempress:~# ls
b43-firmware/ b43-fwcutter.tar.gz etc/ usr/
b43-firmware.tar.gz broadcom-sta/ install/ var/
b43-fwcutter/ broadcom-sta.tar.gz lib/

WIth Slack essentials in hand and about 4 hours in, this is what I still have. So here go the questions.

1. Is there a command to see what processes are started with boot. I suspect that I have both WICD and Networkmanager executable and need to fix that. So I need commands for finding out what processes are running, and one to stop one of them from starting up.

2. Of the things above that I have downloaded, is there an order in which they have to be installed in order for them to work properly?

3. How do I know if they are extracted or if the install is being done, assuming of course that I am using correct commands and such.

Timothy Miller 07-15-2016 10:47 PM

I personally have had MUCH more success using broadcom-sta than b43.

scythempress 07-17-2016 10:38 PM

tap tap is this thing on? This is what I have:


b43-firmware/ b43-fwcutter.tar.gz etc/ usr/
b43-firmware.tar.gz broadcom-sta/ install/ var/
b43-fwcutter/ broadcom-sta.tar.gz lib/
root@scythempress:~#

I opened all, tar zxfv file tar.gz many things extracted but will not install. Also I think I am running both wicd and nwmanager at boot.

gegechris99 07-18-2016 01:31 AM

To install the broadcom driver, you need to create and install Slackware packages. The suggested method is to us SlackBuilds scripts available at SlackBuilds.org.

Download the 3 scripts to build broadcom kernel module, firmware and tools for Slackware 14.1.

Follow the instructions to use the scripts.

Richard Cranium 07-18-2016 10:51 AM

Quote:

Originally Posted by scythempress (Post 5577624)
tap tap is this thing on? This is what I have:

Code:

root@scythempress:~# ls
b43-firmware/        b43-fwcutter.tar.gz  etc/      usr/
b43-firmware.tar.gz  broadcom-sta/        install/  var/
b43-fwcutter/        broadcom-sta.tar.gz  lib/
root@scythempress:~#

I opened all, tar zxfv file tar.gz many things extracted but will not install. Also I think I am running both wicd and nwmanager at boot.

Could you please use the [CODE][/CODE] tags around stuff that you're quoting from your computer versus what you're trying to tell us? I've done that to my quote of your post and you should see that it is a hell of lot easier to read. (I added the first line that you missed.) If you use the advanced editing screen, it's the button with the # character.

If you don't understand what @gegechris99 posted or you've already done that, please tell us.

scythempress 07-18-2016 08:56 PM

Sorry, I have a job and a 60 acre farm. When I get in at 4, I work until around 8 and that gives me an hour before bed. So I get about an hour to read, attempt, fail and hit the sack. I am not ignoring or not doing, just using the time I have. So while I try to get to this, sometimes it is difficult. Anyway if I am getting this right, if this all worked, then it should have been up and running in just minutes. Since it has now been weeks, I evidently am doing something wrong. Why would I want chemtool?

Richard Cranium 07-18-2016 10:31 PM

Quote:

Originally Posted by scythempress (Post 5578058)
Sorry, I have a job and a 60 acre farm. When I get in at 4, I work until around 8 and that gives me an hour before bed. So I get about an hour to read, attempt, fail and hit the sack. I am not ignoring or not doing, just using the time I have. So while I try to get to this, sometimes it is difficult. Anyway if I am getting this right, if this all worked, then it should have been up and running in just minutes. Since it has now been weeks, I evidently am doing something wrong. Why would I want chemtool?

I do not understand the chemtool comment.

There are scripts available at slackbuilds.org that will build slackware packages for you if you run them. There is a tool available that will download the source, run the script, and install the package for you before proceeding to the next potential package.

The bottom line is that your wireless chip is not supported by the out-of-the-box linux tools. (Or at least those used by Slackware.) The fact that it works fine under Windows is not particularly useful here, other than proving that your hardware is working.

@gegechris99 provided some links that should help you create the packages that you would need as well as a link to the instructions on how to run/use them. Do you intend to follow gegechris99's instructions or not? Do you believe that you have already followed his instructions and it didn't work? I can't read your mind and I, too, have a day job that doesn't involve supporting Slackware in any shape, form, or fashion.

scythempress 07-19-2016 06:07 PM

I have followed everyone's advice whom have contributed here. And the last guy you mentioned sent me to a page that showed me how to install chemtool. I am sorry to have bothered you, however this is a voluntary site I assume, and purports that if you need help you should come here for it, however if you do not have the patience of a teacher, you should not attempt to teach. Remember;
Give a man a fish and he eats for a day,
Teach a man to fish and he eats for a lifetime,
Adopt a narcissistic holier than thou attitude about how you are a guru worthy only of his praise, and you will probably be removing a fish from your backside.

Richard Cranium 07-19-2016 06:39 PM

I try to helpful to people around here; I didn't get those green dots under my name by being unhelpful.

However, it is difficult to get specific information out of you about what you've done and what happened when you did it.

You appear to believe that there is a web page somewhere with exactly the solution to your specific problem. Maybe there is, but you do appear to be able to provide the level of detail required to find that magical page. (In fact, you probably would have googled/binged it yourself by now if there were such a page.)

I followed the link in question. @gegechris99 gave you the link https://slackbuilds.org/howto/ which provides an example of how to use slackbuilds as the page rather clearly stated...
Quote:

Download the SlackBuild archive of the application you wish to build and extract it in your build environment. For example, after extracting the chemtool.tar.gz archive, you should have the following directory tree:
(emphasis added)

So, fine, you didn't understand that. No problem. There are other tools that you can use. In your case, I suggest that you download via your ethernet connection the sbopkg tool (https://github.com/sbopkg/sbopkg/rel...arch-1_wsr.tgz). Download that to your slackware machine, change directory into the directory where you downloaded it and then run (as root)
Code:

installpkg sbopkg-0.38.0-noarch-1_wsr.tgz
.

After you've done that, run (as root) the command
Code:

sbopkg
. You'll be asked if you want to create some directories, answer yes. You'll also need to set the version of slackware to 14.1 (this version of sbopkg will default to 14.2), but I am still at work and not in front of a slackware screen so I cannot tell you which submenu to go to. If you wish to wait, I'll be home in an hour or so and will update this thread accordingly.

If you do find the correct sub-menu on your own, after you've told sbopkg to use 14.1, you go back to the main menu, tell sbopkg to sync. Then you would search for the packages containing "broadcom". There should be three of them, as shown by @gegechris99's link to the 3 packages.

Select b43-fwcutter first, build and install it. The other two can be built and installed in any order.

Once that is done, you will have installed the broadcom support packages.

Richard Cranium 07-19-2016 07:53 PM

The appropriate menu is Utilities -> Repository You'd select 14.1.

Here's a trace of what it would look like (minus the colors)...

Code:

Dibble's First Law of Sociology:
        Some do, some don't.

0 ✓ cranium@testbed ~ $ su -
Password:

Chapter 1:
        The story so far:
        In the beginning the Universe was created.  This has made
a lot of people very angry and been widely regarded as a bad move.

0 ✓ testbed ~ # sbopkg

The following directories do not exist:

Variable                  Assignment
--------                  ----------
TMP ---------------------> /tmp/SBo

You can have sbopkg create them or, if these values are incorrect, you can
abort to edit your config files or pass different flags.

(C)reate or (A)bort?: c

 Browsing the SBo repository for Slackware 14.2. ARCH: x86_64
 ──────────────────────────────────────────────────────────────────────────────

    ┌─────SlackBuilds.org Package Browser (sbopkg version 0.38.0)───────┐
    │                                                                  │ 
    │ Choose one of the following or press <Exit> to exit.              │ 
    │ ┌───────────────────────────────────────────────────────────────┐ │ 
    │ │  Sync      Sync with the remote repository                  │ │ 
    │ │  ChangeLog  View the ChangeLog                                │ │ 
    │ │  Packages  List/uninstall installed SBo packages            │ │ 
    │ │  Updates    List potential updates to installed SBo packages  │ │ 
    │ │  Browse    Browse the active repository                      │ │ 
    │ │  Search    Search the active repository                      │ │ 
    │ │  Queue      Manage the queue                                  │ │ 
    │ │  Utilities  Go to the utilities menu                          │ │ 
    │ │  Help      Where to get sbopkg help                          │ │ 
    │ └───────────────────────────────────────────────────────────────┘ │ 
    ├───────────────────────────────────────────────────────────────────┤ 
    │                  <  OK  >          < Exit >                      │ 
    └───────────────────────────────────────────────────────────────────┘ 
     



 Browsing the SBo repository for Slackware 14.2. ARCH: x86_64
 ──────────────────────────────────────────────────────────────────────────────


    ┌─────────────────────────Utilities Menu────────────────────────────┐
    │                                                                  │ 
    │ Choose one of the following or press <Back> to go back.          │ 
    │ ┌───────────────────────────────────────────────────────────────┐ │ 
    │ │Cache                View the contents of the cache directory │ │ 
    │ │Log                  View the permanent build log            │ │ 
    │ │Repository            Select repository [ SBo (14.2) ]        │ │ 
    │ │Latest                Check for an update to sbopkg            │ │ 
    │ │Uninstalled packages  View uninstalled packages                │ │ 
    │ │Obsolete sources      View obsolete cached sources            │ │ 
    │ └───────────────────────────────────────────────────────────────┘ │ 
    ├───────────────────────────────────────────────────────────────────┤ 
    │                  <  OK  >          < Back >                      │ 
    └───────────────────────────────────────────────────────────────────┘ 
     






    ┌───────────────────────Repository Selection─────────────────────────┐
    │ You are currently working with the SBo repository for Slackware    │ 
    │ 14.2. If you would like to work with a different one, please      │ 
    │ select it from the list below. If not, choose < Back >.            │ 
    │ ┌────────────────────────────────────────────────────────────────┐ │ 
    │ │SBo (14.2)          SBo repository for Slackware 14.2          │ │ 
    │ │SBo (14.1)          SBo repository for Slackware 14.1          │ │ 
    │ │SBo (14.0)          SBo repository for Slackware 14.0          │ │ 
    │ │SBo (13.37)          SBo repository for Slackware 13.37        │ │ 
    │ │SBo (13.1)          SBo repository for Slackware 13.1          │ │ 
    │ │SBo (13.0)          SBo repository for Slackware 13.0          │ │ 
    │ │SBo (12.2)          SBo repository for Slackware 12.2          │ │ 
    │ │SBo (12.1)          SBo repository for Slackware 12.1          │ │ 
    │ │SBo (12.0)          SBo repository for Slackware 12.0          │ │ 
    │ │SBo (11.0)          SBo repository for Slackware 11.0          │ │ 
    │ │local (local)        default local repository                  │ │ 
    │ └────↓(+)────────────────────────────────────────────────78%─────┘ │ 
    │                                                                    │ 
    ├────────────────────────────────────────────────────────────────────┤ 
    │                  <  OK  >          < Back >                      │ 
    └────────────────────────────────────────────────────────────────────┘

I'm running 14.2, which is why the intermediate messages keep mentioning 14.2. I'm also running a specialized bash prompt that gives you the little checkmark or x if there was an error with the last command.

Richard Cranium 07-19-2016 08:56 PM

Quote:

Originally Posted by scythempress (Post 5578450)
I have followed everyone's advice whom have contributed here. And the last guy you mentioned sent me to a page that showed me how to install chemtool. I am sorry to have bothered you, however this is a voluntary site I assume, and purports that if you need help you should come here for it, however if you do not have the patience of a teacher, you should not attempt to teach.

If you don't have a desire to learn, you should not attempt to become a student.


Quote:

Remember;
Give a man a fish and he eats for a day,
Teach a man to fish and he eats for a lifetime,
Adopt a narcissistic holier than thou attitude about how you are a guru worthy only of his praise, and you will probably be removing a fish from your backside.
There's a beam in your eye there, skippy.

scythempress 07-19-2016 09:00 PM

Ok, well I tried all of the suggestions given me, and probably did them wrong as I assumed from how long it took me to type it, it should be up and running by now. So to answer your question, nothing happened. I would get messages like, blank is a directory, so type it as a directory and blank does not exist. I now have a bunch of downloaded stuff lying around what was a nice clean file or two doing nothing. I would love to clean it all out but am afraid I will really screw something up and have to start over.

Richard Cranium 07-19-2016 09:34 PM

Quote:

Originally Posted by scythempress (Post 5578522)
Ok, well I tried all of the suggestions given me, and probably did them wrong as I assumed from how long it took me to type it, it should be up and running by now. So to answer your question, nothing happened. I would get messages like, blank is a directory, so type it as a directory and blank does not exist. I now have a bunch of downloaded stuff lying around what was a nice clean file or two doing nothing. I would love to clean it all out but am afraid I will really screw something up and have to start over.

Don't worry about it. Did you try the sbopkg stuff that I mentioned? That's the easiest way to use the many packages that are available at slackbuilds.

scythempress 07-19-2016 09:43 PM

Got a mess here. I think my downloads are going to different places. I also get errors that my files have the wrong ending. I download them as .gz but it wants tgz or something of that nature.
Code:

root@scythempress:~# ls
b43-firmware/  b43-fwcutter/  broadcom-sta/  etc/  install/  lib/  usr/  var/
root@scythempress:~# cd /home/maddmaxx
root@scythempress:/home/maddmaxx# ls
b43-firmware.tar.gz      broadcom-wl-6.30.163.46.tar.bz2
b43-fwcutter-019.tar.bz2  hybrid-portsrc_x86_32-v5_100_82_112.tar.gz
b43-fwcutter.tar.gz      hybrid-v35-nodebug-pcoem-6_30_223_271.tar.gz
broadcom-sta.tar.gz      sbopkg-0.38.0-noarch-1_wsr.tgz
root@scythempress:/home/maddmaxx# installpkg b43-fwcutter-019.tar.bz2
Cannot install b43-fwcutter-019.tar.bz2:  file does not end in .tgz, .tbz, .tlz, or .txz
root@scythempress:/home/maddmaxx# tar zxfv b43-fwcutter-019.tar.bz2

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
root@scythempress:/home/maddmaxx#


scythempress 07-19-2016 09:45 PM

I will put some more effort in tomorrow, got early classes. I teach young police officers to survive the streets. Helps to stay awake in class. Thanks for the attention and patience.

Richard Cranium 07-19-2016 10:08 PM

Quote:

Originally Posted by scythempress (Post 5578535)
I will put some more effort in tomorrow, got early classes. I teach young police officers to survive the streets. Helps to stay awake in class. Thanks for the attention and patience.

Many thanks to *you* for that. (I grew up on a farm, was a soldier for 12 years, and do the software stuff now. I got out in 1992, so nobody ever shot at me to the best of my knowledge. Unlike a lot of police in the US now. [I'm going to stop there since there should be a couple of places on the web that aren't political.])

When you get back to this, please use the sbopkg program to deal with slackbuilds. The stuff that you downloaded aren't packages, they are containers of source code that you have to turn into a package (or containers of stuff that can be used to create packages).

FWIW, I view myself as an engineer. I make stuff for people to use. It bugs me if my stuff can't be used. I have nothing to do with Slackware other than I use it. I like using it and I think that other people can enjoy using it as well. The only thing that I would ask of you for my help is a post in the thread that only says "Hey, it works!" and marking it as solved (only, of course, if that's what actually happened). I suspect that the others that have tried to help would only want the same.

scythempress 07-20-2016 07:31 PM

Wow, started following the menu, downloaded built and installed all three. Said successfully. It is still not working but looked like it did and that was cool. Tried reboot but that did not fix it. I no longer have any of the stuff I downloaded as it asked I allowed it to get rid of it once it was installed. Will work on it and see what I can do.

Richard Cranium 07-20-2016 08:26 PM

I don't have one of those broadcom devices, so any help that I can provide from this point may or may not be worth reading. :-/ Hopefully, someone will step in and correct any misinformation that I may provide by mistake.

From what I've read, the wl driver may bring your wireless card up as eth1. Could you re-run the
Code:

lspci -k | grep -iA3 net
and
Code:

iwconfig
commands as root and post the results here?

scythempress 07-20-2016 08:42 PM

It did, I now have Lo and eth1. Standby attempting to bring up slackbox

scythempress 07-20-2016 09:14 PM

ok I am having to type all this now because evidently bringing up the wireless did something to make it where the cable will not work now. So;
Code:

lspci -k | grep -iA3 net
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
        Subsystem: Dell Device 01f2
        Kernel modules: b44
03:01.0 Firewire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
--
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
        Subsystem: Dell Wireless 1395 WLAN Mini-Card
        Kernel driver in use: wl
        Kernel modules: ssb, wl
root@scythempress:~# iwconfig
lo                no wireless extensions.

eth1              IEEE 802.11abg  ESSID:off/any
                  Mode: Managed Access Point: Not-Associated  Tx-Power=200 dBm
                  Retry  long limit:7  RTS thr:off  Fragment thr:off
                  Encryption key:off
                  Power Management:off

Whew!

Richard Cranium 07-20-2016 09:21 PM

If I remember correctly, you're running KDE. Is /etc/rc.d/rc.networkmanager executable?
Code:

root@hp635:/etc/rc.d# ls -l rc.networkmanager
-rwxr-xr-x 1 root root 2646 Jun 13 07:35 rc.networkmanager*
root@hp635:/etc/rc.d#

If it is, there should be an icon in the system tray that you can right-click to configure access to your access point.

We'll figure out what's going on with your ethernet connection afterwards.

Richard Cranium 07-20-2016 09:25 PM

I suspect that the new driver messed up the mappings in /etc/udev/rules.d/70-persistent-net.rules, which is how the system decides to assign the device names for network devices.

scythempress 07-20-2016 09:34 PM

Yes running KDE. Found NW in the hidden icons, it says NW not running please start it, but cant seem to make it work

Richard Cranium 07-20-2016 09:37 PM

As root, you'll have to run /etc/rc.d/rc.networkmanager restart.

You can also run /etc/rc.d/rc.networkmanager status to see if it is running or not.
Code:

root@hp635:~# /etc/rc.d/rc.networkmanager status
NetworkManager is currently running
root@hp635:~#

If /etc/rc.d/rc.networkmanager is not executable, you'll get an error when you try to run the command.

scythempress 07-20-2016 09:44 PM

Ok got the KDE wallet that time, have not had that happen yet. WLAN is back up and wireless info displayed but did not hook up. Should wicd be discontinued now because i think both are started at boot

scythempress 07-20-2016 09:45 PM

Let me correct me. The wireless is up and running not the cable.

Richard Cranium 07-20-2016 09:46 PM

Oh, yes. I'd uninstall wicd. I haven't had any problems with networkmanager when I used it in 14.1 or 14.2.

Richard Cranium 07-20-2016 09:47 PM

Quote:

Originally Posted by scythempress (Post 5579120)
Let me correct me. The wireless is up and running not the cable.

You're connected via wireless?

Now I'm afraid to tell you to touch anything. :)

scythempress 07-20-2016 09:51 PM

I agree. Yes I am wireless. Again wicd and nw are or were executable. Since wicd is not connecting wireless should I dump it? Or at least change it from executable? And if so how? ah seen your post. Will uninstall WICD

scythempress 07-20-2016 10:05 PM

Ok went to "root@scythempress:/etc/xdg/autostart" and did "rm wicd-tray.desktop" will that do it or is there something else I should do?

scythempress 07-20-2016 10:06 PM

I want to reboot and see if it works but I am afraid too. I am going to anyway, standby.

Richard Cranium 07-20-2016 10:06 PM

Did you also uninstall the wicd package?

Richard Cranium 07-20-2016 10:09 PM

Quote:

Originally Posted by scythempress (Post 5579131)
I want to reboot and see if it works but I am afraid too. I am going to anyway, standby.

Heh. You'll have to do it eventually. Grasp the nettle!

scythempress 07-20-2016 10:12 PM

Ok, well wicd is still there. I had to restart NW but once I put my KDE wallet password in, it hooked right up

Richard Cranium 07-20-2016 10:23 PM

At this point, you can reconfigure NW to manage both your wired and wireless connections. Then again, you may want to go to bed.

Please run the command
Code:

cat /etc/udev/rules.d/70-persistent-net.rules
and provide the output.

On my machine, the output looks like...
Code:

root@hp635:~# cat /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x10ec:0x8176 (rtl8192ce)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="9c:b7:0d:a5:53:ca", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

# PCI device 0x10ec:0x8136 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:9c:02:1e:54:7b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
root@hp635:~#

When you compare it against the output of ifconfig...
Code:

root@hp635:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:9c:02:1e:54:7b  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 5  bytes 249 (249.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5  bytes 249 (249.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.0.11  netmask 255.255.255.0  broadcast 172.16.0.255
        inet6 fe80::9eb7:dff:fea5:53ca  prefixlen 64  scopeid 0x20<link>
        ether 9c:b7:0d:a5:53:ca  txqueuelen 1000  (Ethernet)
        RX packets 143137  bytes 94635360 (90.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 135309  bytes 23481955 (22.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@hp635:~#

...you can see how the ifconfig ether entries match what is in 70-persistent-net.rules.

scythempress 07-20-2016 10:27 PM

Ok used the following:
Code:

/etc/rc.d/rc.wicd stop
Now will that do it or do I need to do something else?

scythempress 07-20-2016 10:30 PM

Code:

root@scythempress:~# cat /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1e.0/0000:03:00.0/ssb1:0 (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:70:6e:fe:ab", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"


root@scythempress:~# ifconfig
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.0.8  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::216:44ff:fee1:1c2b  prefixlen 64  scopeid 0x20<link>
        ether 00:16:44:e1:1c:2b  txqueuelen 1000  (Ethernet)
        RX packets 1879  bytes 342745 (334.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 40517
        TX packets 595  bytes 106103 (103.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  base 0xc000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 4  bytes 288 (288.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4  bytes 288 (288.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


scythempress 07-20-2016 10:32 PM

BTW I am in rural Texas on a satellite feed if that has any bearing

Richard Cranium 07-20-2016 10:34 PM

If you run (as root)
Code:

removepkg wicd
, that would solve the problem.

The other option would be to run (as root)
Code:

chmod -x /etc/rc.d/rc.wicd
. If you think that you might want to wicd later, then choose this option.

Richard Cranium 07-20-2016 10:39 PM

Quote:

Originally Posted by scythempress (Post 5579142)
Code:

root@scythempress:~# cat /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:1e.0/0000:03:00.0/ssb1:0 (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:70:6e:fe:ab", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"


root@scythempress:~# ifconfig
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.0.8  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::216:44ff:fee1:1c2b  prefixlen 64  scopeid 0x20<link>
        ether 00:16:44:e1:1c:2b  txqueuelen 1000  (Ethernet)
        RX packets 1879  bytes 342745 (334.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 40517
        TX packets 595  bytes 106103 (103.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  base 0xc000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 4  bytes 288 (288.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4  bytes 288 (288.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Hmm. Ok. As root, run the command
Code:

insmod b44
and then run ifconfig to see if your ethernet card magically appears.

EDIT: If the insmod command fails, please give me the error message. I didn't run it locally.

scythempress 07-20-2016 10:55 PM

Code:

insmod ERROR could not load module b44: no such file or directory
Am on other machine again.
Code:

As root typed /etc/rc.d/rc.networkmanager restart and got -su: /etc/rc.d/rc.networkmanager: Permission denied
But Wicd is gone!

scythempress 07-20-2016 11:06 PM

Well close, will try again tomorrow

Richard Cranium 07-20-2016 11:18 PM

Quote:

Originally Posted by scythempress (Post 5579151)
Code:

insmod ERROR could not load module b44: no such file or directory
Am on other machine again.
Code:

As root typed /etc/rc.d/rc.networkmanager restart and got -su: /etc/rc.d/rc.networkmanager: Permission denied
But Wicd is gone!

Ok, run as root chmod +x /etc/rc.d/rc.networkmanager and that should fix that problem when you reboot.

See you tomorrow. At least we all know that your wireless can be made to work again.

scythempress 07-21-2016 05:32 AM

That was it. We are up and running again. I actually get to put solved on something. Thanks that was great. I hope the rest of this works out as well. Will talk to you later.

Richard Cranium 07-21-2016 04:56 PM

After checking, I really should have told you to run (as root)
Code:

/sbin/modprobe b44
instead (insmod wants a path to a file, while modprobe is smart enough to look in the right places). "b44" is the kernel module that your system was using to bring up your wired connection before and it comes with the slackware kernel. Your system really should be able to load b44 without any help from you, but first things first.

If eth0 does come back to life, you can use NM to configure your wired connection too. Some folks use NM for the wireless connections and /etc/rc.d/rc.inet1 for wired connections, but if you have a laptop you might as well have NM handle both types of connections for you.

scythempress 07-21-2016 05:11 PM

Yep that took care of cable problem too.
Code:


root@scythempress:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:21:70:6e:fe:ab  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17 

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.0.8  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::216:44ff:fee1:1c2b  prefixlen 64  scopeid 0x20<link>
        ether 00:16:44:e1:1c:2b  txqueuelen 1000  (Ethernet)
        RX packets 105877  bytes 4937661 (4.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 426435
        TX packets 2929  bytes 327201 (319.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  base 0xc000 

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 4  bytes 288 (288.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4  bytes 288 (288.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0



All times are GMT -5. The time now is 05:18 PM.