Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Can we speed up Network Manager?

  1. #11
    Senior Member
    Join Date
    Feb 2012
    Posts
    146
    Quote Originally Posted by utu View Post
    Heres' my latest. On-line now in 50 seconds.

    #!/bin/bash

    # /etc/rc.local (mine is root:root and executable)

    # other stuff(1)

    setwifi () { # see http://ubuntuforums.org/showthread.php?t=684495
    WIFI="eth1"; dhclient -r $WIFI; ifconfig $WIFI up
    iwconfig $WIFI essid "(alphanumeric ssid)" key "(hexadecimal wep)" mode "Managed"
    nohup dhclient $WIFI; wait >/dev/null 2>&1
    aplay -vv /usr/lib/libreoffice/basis3.3/share/gallery/sounds/ok.wav
    }

    # other stuff(2)

    setwifi

    # other stuff(3)

    exit 0
    ATT: knoppix team
    Q: How would this script be ammended to my existing 'rc.local' and made 'root:root' & 'executable'?

    Code:
    #!/bin/bash
    #
    # rc.local
    #
    # Start local services after hardware detection
    
    SERVICES="cups"
    
    for i in $SERVICES; do
     [ -x /etc/init.d/"$i" ] && /etc/init.d/"$i" start >/dev/null 2>&1
    done
    
    exit 0
    THX!
    luther

  2. #12
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Greetings, luther.

    I'm using Knoppix 7.2 and just the following in rc.local now:
    sudo iwconfig wlan0 txpower 5mW rate 54M key (key code) essid "(essid name)"
    Time to browser on-line is 50 seconds, same as when using Win7 on this laptop.

    FWIW.
    1. sudo is not really necessary as Forester has pointed out.
    2. Klaus K has changed the 7.2 boot up process somewhat to improve boot time,
    but I'm not aware just where and how.
    3. The reduced transmit power was a suggestion of Klaus K's to counter-act
    local wifi interference. I don't know if this helps on time to connect
    but it seems to improve the frequent disconnect situation here.
    4. It's quite likely Network Manager has improved as well since this thread
    was initiated.

    In answer to you question, I suggest the following:

    As root call up leafpad and edit /etc/rc.local
    by adding the following line just before the "exit 0" line:

    iwconfig (wifi's device name) rate 54M key (router key code) essid "(router essid name)"

    If that doesn't improve things, then this might be one more reason
    to benefit from upgrading to 7.2.

  3. #13
    Senior Member
    Join Date
    Feb 2012
    Posts
    146
    Quote Originally Posted by utu View Post

    In answer to you question, I suggest the following:

    As root call up leafpad and edit /etc/rc.local
    by adding the following line just before the "exit 0" line:

    iwconfig (wifi's device name) rate 54M key (router key code) essid "(router essid name)"

    If that doesn't improve things, then this might be one more reason
    to benefit from upgrading to 7.2.
    utu,

    The line needed to be rooted for the LED to fire, but wasn't able to connect. Therefore, resorted to 'udhcpc' that was installed from synaptic:




    Code:
    knoppix@Microknoppix:~$ sudo iwconfig wlan0 essid mynetwork
    knoppix@Microknoppix:~$ sudo iwconfig wlan0 key 6789abcdef
    knoppix@Microknoppix:~$ sudo udhcpc -b -i wlan0 -x hostname:Microknoppix -p /var/run/udhcpc.wlan0.pid
    udhcpc (v1.20.1) started
    Sending discover...
    Sending discover...
    Sending select for 192.168.0.14...
    Lease of 192.168.0.14 obtained, lease time 86400
    /etc/udhcpc/default.script: Resetting default routes
    SIOCDELRT: No such process
    /etc/udhcpc/default.script: Adding DNS 8.8.4.4
    /etc/udhcpc/default.script: Adding DNS 8.8.8.8
    knoppix@Microknoppix:~$
    'udhcpc' freezes knoppix 7.0.3 on my older hardware, giving credence to this post to your 'old' thread.
    'udhcpc' has a '-syslog' switch, but is useless when it causes knoppix to freeze!
    luther

    PS. 7.0.3 has been an excellent PC repair tool and hate to part w/it!
    * posted w/udhcpc & w/nonetworkmanager cheatcode

  4. #14
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Quote Originally Posted by luther View Post
    The line needed to be rooted for the LED to fire, but wasn't able to connect. Therefore, resorted to 'udhcpc' that was installed from synaptic:
    I didn't make it clear that in Knoppix 7.2, I've gone back to using Network Manager.
    I now use only the line I quoted earlier to boot my system.
    You are quite right that the line itself must be issued by root.
    This is, or may be, done by /etc/rc.local which has root:root ownership.

    The programs you like in 7.03 may be available in 7.2 as well.
    I'll take a look at my Synaptic to see if that's so, if you'll name it (or them).
    Last edited by utu; 01-29-2014 at 10:40 PM.

  5. #15
    Senior Member
    Join Date
    Feb 2012
    Posts
    146
    Quote Originally Posted by utu View Post

    The programs you like in 7.03 may be available in 7.2 as well.
    I'll take a look at my Synaptic to see if that's so, if you'll name it (or them).
    utu,

    Give this synaptic front end app a try and see if 7.2 is compatible with ALL its features:


    Software-Center
    .

    7.03 had a few problems with it.
    e.g., 4gig persistance.

    luther

  6. #16
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    I note that my version of Synaptic, without being
    itself upgraded from the initial 7.2 values,
    indicates software-center 5.1.2debian3.1 Utility
    is available for download.

    I have no experience with using software-center
    and no current motivation to use it. Perhaps you
    can tell me what it's good-for.

    I use reiserfs persistence, but have no current need
    for 4 G's of it.

  7. #17
    Senior Member
    Join Date
    Feb 2012
    Posts
    146
    Quote Originally Posted by utu View Post
    I have no experience with using software-center
    and no current motivation to use it. Perhaps you
    can tell me what it's good-for.
    software-center is where Update Manager resides. It's a memory hog and if it's not wise to update knoppix iso's, shouldn't it be blacklisted?

  8. #18
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Quote Originally Posted by luther View Post
    software-center is where Update Manager resides. It's a memory hog and if it's not wise to update knoppix iso's, shouldn't it be blacklisted?
    Greetings again, luther.

    You've obviously got the right idea about (not) trying to upgrade Knoppix this way.
    Blacklisting software-center might be in order on this principle, but
    perhaps a little heavy-handed for some of the more experienced Knoppixers,
    who know how to handle the 'dependencey hell' aspect which may arise.

Page 2 of 2 FirstFirst 12

Posting Permissions

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


832514-B21 HPE 1TB SAS 12Gb/s 7.2K SFF SC HDD 832984-001 picture

832514-B21 HPE 1TB SAS 12Gb/s 7.2K SFF SC HDD 832984-001

$129.00



WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN picture

WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN

$109.99



Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25 picture

SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25

$109.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$27.49



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$80.39



Apple 1TB Solid State Drive for Apple MacBook Pro picture

Apple 1TB Solid State Drive for Apple MacBook Pro

$80.00