Sponsored Content
Operating Systems Linux Ubuntu Why icon in status bar is disabled? Post 302967041 by michelangeli on Friday 19th of February 2016 01:46:56 AM
Old 02-19-2016
Why icon in status bar is disabled?

Below the list of command to explain the status
Code:
michelangeli@hp:~$ lspci -nn | grep -i net
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03)
04:00.0 Network controller [0280]: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe [1814:0781]
michelangeli@hp:~$ 

michelangeli@hp:~$ sudo lshw -C network
[sudo] password for michelangeli: 
  *-network DISABLED      
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 03
       serial: 6c:62:6d:bf:d1:85
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:41 ioport:d800(size=256) memory:fbdff000-fbdfffff memory:faffc000-faffffff memory:fbdc0000-fbddffff
  *-network DISABLED
       description: Wireless interface
       product: RT2790 Wireless 802.11n 1T/2R PCIe
       vendor: Ralink corp.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: wlan0
       version: 00
       serial: 70:f1:a1:3c:39:84
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=3.13.0-77-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:19 memory:fbff0000-fbffffff
       
michelangeli@hp:~$ 

michelangeli@hp:~$ rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
michelangeli@hp:~$

Why icon in status bar is disabled?-kubuntu2jpg

Last edited by Don Cragun; 02-19-2016 at 03:34 AM.. Reason: Change ICODE tags to CODE tags.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Couldn't open status file /var/samba/STATUS.LCK

I believe i have most of samba configured right but i get this error each time time try to run it. I was given suggestion that i touch the file, i did, but i still cannot rid myself of this error. Any suggestions (2 Replies)
Discussion started by: macdonto
2 Replies

2. Red Hat

Installing RedHat 8.0 onto Dell PowerEdge SC1425 - hdc: status error: status = 0x58

I have successfully installed RedHat 8.0 onto a Dell PowerEdge SC1425 today. This server has two SATA hard drives, and an IDE DVD-ROM drive. Using the following kernel parameters, i successfully installed across both hard drives from CD: ide0=0x1f0,0x3f6,14 vga=791 resolution=1024x768 expert... (5 Replies)
Discussion started by: fishsponge
5 Replies

3. Shell Programming and Scripting

put a icon/command in menu bar

Hey everyone :)my problem is i want to add a command and icon to the menu panel, normally in gnome you would just right click, add to panel etc. What i want to do is, for example , put say firefox plus a icon in the menu bar by using a bash script, what would be the command, to do this. (5 Replies)
Discussion started by: dave123
5 Replies

4. HP-UX

PAM status 28 - account disabled

I frequently rexec into a remote box to run a job, occaisionally I get the the error message "rexecd: Account Disabled" and in the remote box syslog I see "rexecd: PAM - status 28 PAM error message: account is disabled". After a 1/2 hour or so the problem goes away. Anyone shed any light on... (0 Replies)
Discussion started by: CBorgia
0 Replies

5. Shell Programming and Scripting

status bar in shell script or perl

How To Generate different different progress bar in shell script? like we install some software it show us progress, like we install RPM that also show us progress. Thanks, Bash (2 Replies)
Discussion started by: learnbash
2 Replies

6. Solaris

LAN icon missing in Task Bar

Can any body help me in getting back my LAN icon back in task bar i am using Solaris 10 on x86 machine when i log on to the system as root only volume icon is present in task bar where as LAN is missing Thanks in Advance THE_ARCHER (1 Reply)
Discussion started by: The_Archer
1 Replies

7. Shell Programming and Scripting

Replace space and vertical bar with verical bar

I am trying to get sed, tr or awk to search a file that contains records with fields delimited by the vertical bar | and replace the occurrences in the records where the vertical bar is preceded by a space " |" with a vertical bar. Sample data record zelli |||59 Stonewall Dr ||W Barnstable |MA... (2 Replies)
Discussion started by: clintrpeterson
2 Replies

8. Shell Programming and Scripting

Spinning bar status while doing something.

After some googling, I came across this script to create a spinning cursor: #!/bin/bash # paste following in your script declare -a Spinner Spinner=(/ - \\ \| / - \\ \| ) Spinnerpos=0 update_spinner() { printf "\b"${Spinner} (( Spinnerpos=(Spinnerpos +1)%8 )) } # testing... (2 Replies)
Discussion started by: mrwatkin
2 Replies

9. Programming

How to track table status delete/update/insert status in DB2 V10 z/os?

Dear Team I am using DB2 v10 z/os database . Need expert guidance to figure out best way to track table activities ( Ex Delete, Insert,Update ) Scenario We have a table which is critical and many developer/testing team access on daily basis . We had instance where some deleted... (1 Reply)
Discussion started by: Perlbaby
1 Replies

10. UNIX for Beginners Questions & Answers

Ncurses status bar

Hi, all, I'm writing a BBS telnet client, and am trying to implement a status bar into it, at the bottom of the screen. I am using NCurses to accomplish this. So far, it appears to be working, that is, upon connecting to BBS, it will display the status bar, and then quickly disappear. ... (5 Replies)
Discussion started by: ignatius
5 Replies
MIIBUS(4)						   BSD Kernel Interfaces Manual 						 MIIBUS(4)

NAME
miibus -- IEEE 802.3 Media Independent Interface network bus SYNOPSIS
For most network interface cards (NIC): device miibus DESCRIPTION
The miibus driver provides an interconnection between the Media Access Control (MAC) sublayer, the Physical Layer entities (PHY), Station Management (STA) entities, and the PHY Layer as defined by the IEEE 802.3 Standard. The miibus layer allows network device drivers to share common support code for various external PHY devices. Most 10/100 network interface cards either use an MII transceiver or have built-in transceivers that can be programmed using an MII interface. The miibus driver currently handles all of the media detection, selection, and reporting using the ifmedia interface. A generic driver has been included for all PHYs that are not handled by a specific driver, this is possible because all 10/100 PHYs implement the same general register set along with their vendor specific register set. The following network device drivers use the miibus interface: age(4) Attansic/Atheros L1 Gigabit Ethernet alc(4) Atheros AR8131/AR8132 PCIe Ethernet ale(4) Atheros AR8121/AR8113/AR8114 PCIe Ethernet aue(4) ADMtek USB Ethernet axe(4) ASIX Electronics AX88172 USB Ethernet bce(4) Broadcom NetXtreme II Gigabit Ethernet bfe(4) Broadcom BCM4401 Ethernet bge(4) Broadcom BCM570xx Gigabit Ethernet cas(4) Sun Cassini/Cassini+ and National Semiconductor DP83065 Saturn dc(4) DEC/Intel 21143 and various workalikes ed(4) NE[12]000, SMC Ultra, 3c503, DS8390 cards et(4) Agere ET1310 Gigabit Ethernet fxp(4) Intel EtherExpress PRO/100B gem(4) Sun ERI, Sun GEM and Apple GMAC Ethernet hme(4) Sun HME Ethernet jme(4) JMicron JMC250 Gigabit/JMC260 Fast Ethernet lge(4) Level 1 LXT1001 NetCellerator Gigabit Ethernet msk(4) Marvell/SysKonnect Yukon II Gigabit Ethernet nfe(4) NVIDIA nForce MCP Networking Adapter nge(4) National Semiconductor DP83820/DP83821 Gigabit Ethernet nve(4) NVIDIA nForce MCP Networking Adapter pcn(4) AMD Am79C97x PCI 10/100 re(4) RealTek 8139C+/8169/8169S/8110S rl(4) RealTek 8129/8139 rue(4) RealTek RTL8150 USB To Fast Ethernet sf(4) Adaptec AIC-6915 sge(4) Silicon Integrated Systems SiS190/191 Ethernet sis(4) Silicon Integrated Systems SiS 900/SiS 7016 sk(4) SysKonnect SK-984x and SK-982x Gigabit Ethernet ste(4) Sundance ST201 (D-Link DFE-550TX) stge(4) Sundance/Tamarack TC9021 Gigabit Ethernet tl(4) Texas Instruments ThunderLAN tx(4) SMC EtherPower II (83c170) udav(4) Davicom DM9601 USB Ethernet vge(4) VIA VT612x PCI Gigabit Ethernet vr(4) VIA Rhine, Rhine II wb(4) Winbond W89C840F xl(4) 3Com 3c90x COMPATIBILITY
The implementation of miibus was originally intended to have similar API interfaces to BSD/OS 3.0 and NetBSD, but as a result are not well behaved newbus device drivers. SEE ALSO
age(4), alc(4), ale(4), arp(4), aue(4), axe(4), bce(4), bfe(4), bge(4), cas(4), dc(4), ed(4), et(4), fxp(4), gem(4), hme(4), jme(4), lge(4), msk(4), netintro(4), nfe(4), nge(4), nve(4), pcn(4), re(4), rgephy(4), rl(4), rue(4), sf(4), sge(4), sis(4), sk(4), ste(4), stge(4), tl(4), tx(4), udav(4), vge(4), vr(4), wb(4), xl(4) STANDARDS
More information on MII can be found in the IEEE 802.3 Standard. HISTORY
The miibus driver first appeared in FreeBSD 3.3. AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BSD
January 15, 2011 BSD
All times are GMT -4. The time now is 01:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy