Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 71

Thread: 6.7.1 DVD Weakest Link

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

    Error Trapped

    Screen5.jpg
    PLEASE EXPLAIN THIS ERROR TRAPPED BY FLASH INSTALL:
    "Ignoring unknown interface =."

  2. #22
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Mint 11 LXDE LISTing

    Hi,

    Output from Mint 11 LXDE flash install:
    Code:
    a23@abc ~ $ sudo iwconfig 
    [sudo] password for ren:  
    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 
               
    a23@abc ~ $
    Same hardware settings, different OS.
    Why can't Knoppix detect wlan0?
    THX
    luther
    PS. posted w/Mint
    Last edited by Werner P. Schulz; 04-06-2012 at 10:57 PM. Reason: not Knoppix stuff deleted

  3. #23
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    No idea anymore; but you can still try
    Code:
    hwinfo --wlan

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

    Last Resort

    Quote Originally Posted by Werner P. Schulz View Post
    No idea anymore; but you can still try
    Code:
    hwinfo --wlan
    Dear Werner:
    Hopefully the last resort does the trick:

    Code:
    knoppix@Microknoppix:~$ sudo hwinfo -wlan 
    28: PCI 602.0: 0280 Network controller
      [Created at pci.318]
      UDI: /org/freedesktop/Hal/devices/pci_14e4_4318
      Unique ID: 2i_g.+HoqxypXtRE
      Parent ID: qscc.hTSZxA6Z5F6
      SysFS ID: /devices/pci0000:00/0000:00:14.4/0000:06:02.0
      SysFS BusID: 0000:06:02.0
      Hardware Class: network
      Model: "Hewlett-Packard Company Broadcom 802.11b/g WLAN"
      Vendor: pci 0x14e4 "Broadcom"
      Device: pci 0x4318 "BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller"
      SubVendor: pci 0x103c "Hewlett-Packard Company"
      SubDevice: pci 0x1355 "Broadcom 802.11b/g WLAN"
      Revision: 0x02
      Memory Range: 0xc0204000-0xc0205fff (rw,non-prefetchable)
      IRQ: 10 (no events)
      Module Alias: "pci:v000014E4d00004318sv0000103Csd00001355bc02sc80i00"
      Driver Info #0:
        Driver Status: ssb is not active
        Driver Activation Cmd: "modprobe ssb"
      Config Status: cfg=new, avail=yes, need=no, active=unknown
      Attached to: #20 (PCI bridge)
    54: SCSI 200.0: 10600 Disk
      [Created at block.243]
      UDI: /org/freedesktop/Hal/devices/storage_model_USB_Flash_Drive
      Unique ID: ADDn.bsbRES4MQf1
      Parent ID: 06bT.J4B8awCfx34
      SysFS ID: /class/block/sdb
      SysFS BusID: 2:0:0:0
      SysFS Device Link: /devices/pci0000:00/0000:00:13.2/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0
      Hardware Class: disk
      Model: "Lexar USB Flash Drive"
      Vendor: usb 0x05dc "Lexar"
      Device: usb 0xc753 "USB Flash Drive"
      Revision: "8.07"
      Serial ID: "20111016160715218FA3"
      Driver: "usb-storage", "sd"
      Driver Modules: "usb_storage"
      Device File: /dev/sdb (/dev/sg2)
      Device Files: /dev/sdb, /dev/disk/by-id/usb-Lexar_USB_Flash_Drive_20111016160715218FA3-0:0, /dev/disk/by-path/pci-0000:00:13.2-usb-0:1:1.0-scsi-0:0:0:0
      Device Number: block 8:16-8:31 (char 21:2)
      Features: Hotpluggable
      Geometry (Logical): CHS 1022/247/62
      Size: 15663104 sectors a 512 bytes
      Speed: 480 Mbps
      Module Alias: "usb:v05DCpC753d0103dc00dsc00dp00ic08isc06ip50"
      Config Status: cfg=new, avail=yes, need=no, active=unknown
      Attached to: #16 (USB Controller)
    knoppix@Microknoppix:~$
    The latest clue:
    Code:
    knoppix@Microknoppix:~$ sudo modprobe b43
    FATAL: Module b43 not found.
    knoppix@Microknoppix:~$
    Yet Synaptic Package Manager reports b43 installed!
    Where is it hidden (screen6.jpg)?

    Thanks Werner!
    luther
    screen6..jpg

  5. #25
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    What's about
    Driver Status: ssb is not active
    Driver Activation Cmd: "modprobe ssb"

  6. #26
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    hwinfo --wlan, not -wlan

    Greetings, Werner & luther.

    FWIW, on my machine with 6.7.1, hwinfo -wlan gives strange,
    unuseful results relative to hwinfo --wlan.

    On my machine, with 6.7.1, I get the following, which I do
    find useful.

    Code:
    knoppix@Microknoppix:~$ sudo hwinfo --wlan | grep -i driver
      Driver: "wl"
      Driver Modules: "wl"
      Driver Info #0:
        Driver Status: ssb is not active
        Driver Activation Cmd: "modprobe ssb"
      Driver Info #1:
        Driver Status: wl is active
        Driver Activation Cmd: "modprobe wl"
    In my case I need the wl driver, and here we see it's activated,
    while ssb is neither used nor needed.
    Last edited by utu; 04-07-2012 at 11:47 PM.

  7. #27
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    b43 and ssb on Blacklist

    Dear Werner and utu:

    So I do a MC of b43 (Mint tried & true) and
    use ssb? What is the logic? I would like to see
    something in Synaptic Package Manager, etc.,
    about ssb status?

    file: "/etc/modprobe.d/broadcom-sta-common.conf" blacklist's
    BOTH b43 and ssb:
    # wl module from Broadcom conflicts with ssb
    # We must blacklist the following modules:
    blacklist b44
    blacklist b43legacy
    blacklist b43
    blacklist brcm80211
    blacklist brcmsmac
    blacklist ssb
    install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTS
    Thanks for replying to my thread.
    luther
    PS. Good point to take a breather.

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

    Cmd: modprobe ssb Issued

    Hi,
    No screen dialog was observed, other than:
    Code:
    knoppix@Microknoppix:~$ sudo modprobe ssb
    knoppix@Microknoppix:~$
    I need an interpreter to utu's tip:

    Code:
        knoppix@Microknoppix:~$ sudo hwinfo --wlan | grep -i driv
     info.linux.driver = 'b43-pci-bridge'
      E: DRIVER=b43-pci-bridge
      Driver Info #1:
      Driver: "b43-pci-bridge"
      Driver Modules: "ssb"
      Driver Info #0:
      Driver Status: ssb is active
      Driver Activation Cmd: "modprobe ssb"
    No difference:

    Code:
      knoppix@Microknoppix:~$ sudo iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    knoppix@Microknoppix:~$
    luther
    PS. Going on Holiday!

  9. #29
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    I think the 4318 is a special case that uses b43 not wl as the driver.
    For one person's solution, see post #13 at :
    http://knoppix.net/forum/threads/286...highlight=4318

    In luther's case he should probably blacklist wl & ssb.

    It would be good to know for your Mint 11 install what lsmod tells us about which drivers work there.

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

    I'm Stuck in a Loop

    Quote Originally Posted by utu View Post
    In luther's case he should probably blacklist wl & ssb.

    It would be good to know for your Mint 11 install what lsmod tells us about which drivers work there.
    Dear utu:

    At your request:
    Code:
                           #toc, .toc, .mw-warning { border: 1px solid rgb(170, 170, 170); background-color: rgb(249, 249, 249); padding: 5px; font-size: 95%; }#toc h2, .toc h2 { display: inline; border: medium none; padding: 0pt; font-size: 100%; font-weight: bold; }#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: center; }#toc ul, .toc ul { list-style-type: none; list-style-image: none; margin-left: 0pt; padding-left: 0pt; text-align: left; }#toc ul ul, .toc ul ul { margin: 0pt 0pt 0pt 2em; }#toc .toctoggle, .toc .toctoggle { font-size: 94%; }body { font-family: 'Times New Roman'; color: rgb(0, 0, 0); widows: 2; font-style: normal; text-indent: 0in; font-variant: normal; font-weight: normal; font-size: 12pt; text-decoration: none; text-align: left; }table {  }td { border-collapse: collapse; text-align: left; vertical-align: top; }p, h1, h2, h3, li { color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; text-align: left; }         a12@1bc ~ $ sudo lsmod
        
    Module Size Used by
    binfmt_misc 13213 1
    usbhid 41704 0
    hid 77084 1 usbhid
    parport_pc 32111 0
    ppdev 12849 0
    dm_crypt 22463 0
    snd_usb_audio 91410 0
    snd_atiixp 19400 1
    snd_atiixp_modem 18624 0
    snd_ac97_codec 105614 2 snd_atiixp,snd_atiixp_modem
    ac97_bus 12642 1 snd_ac97_codec
    snd_pcm 80244 4 snd_atiixp,snd_atiixp_modem,snd_usb_audio,snd_ac97_codec
    snd_hwdep 13274 1 snd_usb_audio
    snd_usbmidi_lib 24388 1 snd_usb_audio
    arc4 12473 2
    snd_seq_midi 13132 0
    snd_rawmidi 25269 2 snd_usbmidi_lib,snd_seq_midi
    b43 296610 0
    snd_seq_midi_event 14475 1 snd_seq_midi
    snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
    joydev 17322 0
    mac80211 257001 1 b43
    hp_wmi 13418 0
    snd_timer 28659 2 snd_pcm,snd_seq
    pcmcia 39671 0
    sparse_keymap 13666 1 hp_wmi
    snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
    cfg80211 156212 2 b43,mac80211
    yenta_socket 27230 0
    tifm_7xx1 12898 0
    psmouse 73312 0
    snd 55295 13 snd_atiixp,snd_atiixp_modem,snd_usb_audio,snd_ac97_codec,snd_hwdep,snd_usbmidi_lib,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_rsrc 18292 1 yenta_socket
    tifm_core 15040 1 tifm_7xx1
    serio_raw 12990 0
    k8temp 12872 0
    pcmcia_core 21505 3 pcmcia,yenta_socket,pcmcia_rsrc
    shpchp 32345 0
    i2c_piix4 13095 0
    soundcore 12600 1 snd
    snd_page_alloc 14073 3 snd_atiixp,snd_atiixp_modem,snd_pcm
    lp 13349 0
    parport 36746 3 parport_pc,ppdev,lp
    dm_raid45 88410 0
    #toc, .toc, .mw-warning { border: 1px solid rgb(170, 170, 170); background-color: rgb(249, 249, 249); padding: 5px; font-size: 95%; }#toc h2, .toc h2 { display: inline; border: medium none; padding: 0pt; font-size: 100%; font-weight: bold; }#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: center; }#toc ul, .toc ul { list-style-type: none; list-style-image: none; margin-left: 0pt; padding-left: 0pt; text-align: left; }#toc ul ul, .toc ul ul { margin: 0pt 0pt 0pt 2em; }#toc .toctoggle, .toc .toctoggle { font-size: 94%; }body { font-family: 'Times New Roman'; color: rgb(0, 0, 0); widows: 2; font-style: normal; text-indent: 0in; font-variant: normal; font-weight: normal; font-size: 12pt; text-decoration: none; text-align: left; }table { }td { border-collapse: collapse; text-align: left; vertical-align: top; }p, h1, h2, h3, li { color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; text-align: left; }
    xor 21860 1 dm_raid45
    btrfs 527341 0
    zlib_deflate 26594 1 btrfs
    libcrc32c 12543 1 btrfs
    radeon 896428 2
    ttm 65184 1 radeon
    sdhci_pci 13623 0
    firewire_ohci 31504 0
    drm_kms_helper 40745 1 radeon
    drm 180037 4 radeon,ttm,drm_kms_helper
    usb_storage 43946 2
    8139too 23208 0
    firewire_core 56138 1 firewire_ohci
    ssb 45942 1 b43
    video 18951 0
    pata_atiixp 12968 0
    8139cp 22497 0
    sdhci 22720 1 sdhci_pci
    uas 17676 0
    i2c_algo_bit 13184 1 radeon
    ati_agp 13202 0
    crc_itu_t 12627 1 firewire_core
    a12@1bc ~ $
    ~Mint 11~

Page 3 of 8 FirstFirst 12345 ... 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
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$79.19



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R830 Server E5-4627 V4 No RAM NO HDDs. READ picture

Dell PowerEdge R830 Server E5-4627 V4 No RAM NO HDDs. READ

$499.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$297.00