Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: Backwards Compatibility BUG

Hybrid View

  1. #1
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Backwards Compatibility BUG

    Forum Members,
    WiFi works out-of-the-box w/6.4.3 liveCD:

    Code:
    knoppix@Microknoppix:~$ sudo modprobe -a ssb
    knoppix@Microknoppix:~$ sudo modprobe -a b43
    knoppix@Microknoppix:~$ sudo lsmod
    Module                  Size  Used by
    b43                   134859  0 
    rng_core                2338  1 b43
    mac80211              144095  1 b43
    cfg80211               95850  2 b43,mac80211
    ssb                    32414  1 b43
    ipv6                  196975  10 
    parport_pc             24132  0 
    ppdev                   4117  0 
    lp                      6119  0 
    parport                20814  3 parport_pc,ppdev,lp
    snd_usb_audio          57808  0 
    snd_hwdep               3950  1 snd_usb_audio
    tpm_tis                 5261  0 
    snd_usbmidi_lib        12490  1 snd_usb_audio
    snd_seq_midi            3200  0 
    tpm                     7773  1 tpm_tis
    snd_rawmidi            12467  2 snd_usbmidi_lib,snd_seq_midi
    tpm_bios                3347  1 tpm
    hp_wmi                  4393  0 
    ac                      2215  0 
    battery                 7656  0 
    option                 12650  0 
    usb_wwan                6011  1 option
    usbserial              21327  2 option,usb_wwan
    8139too                14396  0 
    snd_atiixp_modem        6535  0 
    sdhci_pci               4801  0 
    8250_pci               19272  0 
    8139cp                 12900  0 
    tifm_7xx1               3030  0 
    sdhci                  11970  1 sdhci_pci
    pcmcia                 24250  2 b43,ssb
    tifm_core               3258  1 tifm_7xx1
    mmc_core               43452  3 b43,ssb,sdhci
    mii                     2694  2 8139too,8139cp
    8250                   14974  1 8250_pci
    snd_atiixp              8993  1 
    ohci1394               20984  0 
    yenta_socket           15616  0 
    ieee1394               51946  1 ohci1394
    serial_core            12542  1 8250
    i2c_piix4               6580  0 
    snd_ac97_codec         77637  2 snd_atiixp_modem,snd_atiixp
    k8temp                  2407  0 
    joydev                  6866  0 
    ac97_bus                 714  1 snd_ac97_codec
    knoppix@Microknoppix:~$ sudo lsmod
    Module                  Size  Used by
    ipv6                  196975  10 
    parport_pc             24132  0 
    ppdev                   4117  0 
    lp                      6119  0 
    parport                20814  3 parport_pc,ppdev,lp
    snd_usb_audio          57808  0 
    snd_hwdep               3950  1 snd_usb_audio
    tpm_tis                 5261  0 
    snd_usbmidi_lib        12490  1 snd_usb_audio
    snd_seq_midi            3200  0 
    tpm                     7773  1 tpm_tis
    snd_rawmidi            12467  2 snd_usbmidi_lib,snd_seq_midi
    tpm_bios                3347  1 tpm
    hp_wmi                  4393  0 
    ac                      2215  0 
    battery                 7656  0 
    option                 12650  0 
    usb_wwan                6011  1 option
    usbserial              21327  2 option,usb_wwan
    8139too                14396  0 
    snd_atiixp_modem        6535  0 
    sdhci_pci               4801  0 
    8250_pci               19272  0 
    8139cp                 12900  0 
    tifm_7xx1               3030  0 
    sdhci                  11970  1 sdhci_pci
    pcmcia                 24250  0 
    tifm_core               3258  1 tifm_7xx1
    mmc_core               43452  1 sdhci
    mii                     2694  2 8139too,8139cp
    8250                   14974  1 8250_pci
    snd_atiixp              8993  1 
    ohci1394               20984  0 
    yenta_socket           15616  0 
    ieee1394               51946  1 ohci1394
    serial_core            12542  1 8250
    i2c_piix4               6580  0 
    snd_ac97_codec         77637  2 snd_atiixp_modem,snd_atiixp
    k8temp                  2407  0 
    joydev                  6866  0 
    ac97_bus                 714  1 snd_ac97_codec
    knoppix@Microknoppix:~$
    Code:
    knoppix@Microknoppix:~$ sudo iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
    knoppix@Microknoppix:~$
    Wifi is Dead-on-arrival w/6.7.1 liveCD:
    Code:
            knoppix@Microknoppix:~$ sudo modprobe -a ssb
            knoppix@Microknoppix:~$ sudo modprobe -a b43
            WARNING: Module b43 not found.
            knoppix@Microknoppix:~$
    Can someone show in the Debian-Knoppix 6.7.1 open source code
    where things related to this bug changed from 6.4.3?

    Reply requested, please . . .

  2. #2
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    What are the kernel versions of Knoppix 6.4.3 and 6.7.1? The command
    Code:
    uname -a
    will show you the details.

  3. #3
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Kernel Version of Knoppix 6.4.3

    Quote Originally Posted by klaus2008 View Post
    What are the kernel versions of Knoppix 6.4.3 and 6.7.1? The command
    Code:
    uname -a
    will show you the details.
    Code:
    knoppix@Microknoppix:~$ sudo uname -a
    Linux Microknoppix 2.6.36.1 #10 SMP PREEMPT Fri Nov 26 10:33:59 CET 2010 i686 GNU/Linux
    knoppix@Microknoppix:~$
    * sent w/Knoppix 6.4.3 & Iceweasel

  4. #4
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Kernel Version of Knoppix 6.7.1

    Quote Originally Posted by klaus2008 View Post
    What are the kernel versions of Knoppix 6.4.3 and 6.7.1? The command
    Code:
    uname -a
    will show you the details.
    Code:
    knoppix@Microknoppix:~$ sudo uname -a
    Linux Microknoppix 3.0.4 #12 SMP PREEMPT Thu Sep 8 05:27:05 CEST 2011 i686 GNU/Linux
    knoppix@Microknoppix:~$
    ** sent w/Knoppix 6.7.1 LiveCD

    Yours,
    luther

  5. #5
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @ luther

    You've done your job well.
    Now we need to find out where the wifi hardware discovery code is
    and find someone who can read it.

    Also, we need to identify this thread to pertain specifically to Broadcom 4318.

  6. #6
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Chipsets Involved

    Quote Originally Posted by utu View Post
    we need to identify this thread to pertain specifically to Broadcom 4318.
    The maintainer says this driver supports these chipsets:
    BCM4306/3
    BCM4311
    BCM4312
    BCM4318
    * SEE ATTACHMENT
    b43ins5..jpg

  7. #7
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    If you read the kernel configuration file /boot/config-3.0.4 of Knoppix 6.7.1 you will find the line
    # CONFIG_B43 is not set
    That means the needed kernel module was not built. I think that you must build your own Linux kernel with enabled support for your chipset if you want to use your BCM4318 with Knoppix 6.7.1.

  8. #8
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Thumbs down B43 kernel module was not even built

    Quote Originally Posted by klaus2008 View Post
    If you read the kernel configuration file /boot/config-3.0.4 of Knoppix 6.7.1 you will find the line That means the needed kernel module was not built. I think that you must build your own Linux kernel with enabled support for your chipset if you want to use your BCM4318 with Knoppix 6.7.1.
    Dear klaus2008: I'm reading between the lines and suspect it was done on purpose. Could it possibly have opened the door to Pandora's Box? This being the case, suspect knoppix 7.0 is in the same boat. I would like a confirmation, please? THX luther


  9. #9
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @ luther & others

    Klaus K confirms our suspicions, and luther's homework and is aware of our concerns.
    We can probably expect some of his comments and/or remedy sometime in the future.
    One might assume Knoppix 7 and his day job probably are keeping him pretty busy
    for the moment.

    Still, I am tantalized that we see ssb but not b43 in 6.7.1.
    It feels like some simple, misplaced blacklist might yet explain it all.

    Cheers.
    Last edited by utu; 04-19-2012 at 12:50 AM.

  10. #10
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Thumbs up * resolved finally *

    Hi ALL!

    7.02 LiveDVD installs b43 WIFI driver w/o ethernet hook-up, as did 6.71!

    This was an essential 'fix' for the notebook crowd, thanks!

    luther
    * posted w/7.02 LiveUSB

Page 1 of 4 123 ... LastLast

Posting Permissions

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


***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3 picture

***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3

$29.77



ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



GIGABYTE B560M DS3H AC LGA1200 Intel B560 SATA 6Gb/s Micro ATX Intel Motherboard picture

GIGABYTE B560M DS3H AC LGA1200 Intel B560 SATA 6Gb/s Micro ATX Intel Motherboard

$64.99



Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151 picture

Micro ATX Desktop Motherboard ASUS H110M-C LGA 1151

$31.95



MSI B450M PRO-VDH MAX AM4 AMD B450 USB3.2 Micro-ATX Motherboard picture

MSI B450M PRO-VDH MAX AM4 AMD B450 USB3.2 Micro-ATX Motherboard

$67.99



Gigabyte AMD B550 UD AC Gaming Motherboard - AMD B550 Chipset - AM4 Socket - AMD picture

Gigabyte AMD B550 UD AC Gaming Motherboard - AMD B550 Chipset - AM4 Socket - AMD

$89.99



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard Bulk

$48.70



ASUS H110M-C Micro-ATX DDR4 LGA1151 & I3-6100 picture

ASUS H110M-C Micro-ATX DDR4 LGA1151 & I3-6100

$35.00



GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box picture

GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box

$112.00



BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled picture

BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled

$59.99