Results 1 to 5 of 5

Thread: Kali Linux 2.2 Network and Sound Issues

  1. #1
    Join Date
    2015-Nov
    Posts
    12

    Kali Linux 2.2 Network and Sound Issues

    I am facing problem with the following 2 issues

    1>NETWORK

    I tried searching this issue on the Internet but none of the solutions helped me out.
    The issue with the network is that its hardware disabled.
    I tried pressing my WIFI button(F12 key) but the red light won't turn into white

    Code:
    rfkill list all
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
    2: hp-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes

    Code:
    lspci
    00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
    00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
    00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
    00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
    00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
    00:1c.1 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 2 (rev e4)
    00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
    00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
    00:1c.5 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 6 (rev e4)
    00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
    02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
    08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 07)
    09:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
    0a:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
    0a:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth

    Code:
    dmesg
    (In case somebody can make some sense out of it because I don't know how to read this info)
    https://jpst.it/N51E

    2>Sound Issue

    In the previous version of KALI(2.0) there was no sound issue.
    But for this version of KALI my whole sound bar is grayed out and I have no clue why is that so?
    Here is the image:
    Screenshot from 2016-09-06 05-17-28.jpg
    Last edited by Sam99xxx1; 2016-09-07 at 04:45. Reason: Wanted to add more information to my post

  2. #2
    Join Date
    2016-Sep
    Posts
    1
    Same problem with sound issue

  3. #3
    Join Date
    2015-Nov
    Posts
    12
    I have no clue how but my WiFi is working(My network problem is solved as of now) but sound issues

  4. #4
    Join Date
    2014-Nov
    Posts
    5
    Hello there, check

    pulseaudio -D

    if it works you can add it to your /root/.bashrc

    EDIT :
    ALSO: Everytime you open up the terminal you might encounter this message below

    Code:
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    E: [pulseaudio] main.c: Daemon startup failed.
    in order to overcome this you may also use

    pulseaudio -D 2> /dev/null
    Last edited by xklathos; 2016-09-07 at 10:04.

  5. #5
    Join Date
    2015-Nov
    Posts
    12
    Quote Originally Posted by xklathos View Post
    Hello there, check

    pulseaudio -D

    if it works you can add it to your /root/.bashrc

    EDIT :
    ALSO: Everytime you open up the terminal you might encounter this message below

    Code:
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    E: [pulseaudio] main.c: Daemon startup failed.
    in order to overcome this you may also use

    pulseaudio -D 2> /dev/null
    Thanks alot @xklathos
    That worked like a charm

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •