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
  •  


A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) XMP

$38.99



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC picture

Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC

$19.95



CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) picture

CORSAIR Vengeance RGB Pro 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800)

$79.95



Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM picture

Crucial 16GB (2x 8GB) Kit DDR3L 1600MHz PC3-12800 UDIMM Desktop 240-Pin CL11 RAM

$21.33



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$14.85



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



HyperX FURY DDR4 64GB (4x16GB) 3200MHz PC4-25600 Desktop RAM Memory DIMM 288PIN picture

HyperX FURY DDR4 64GB (4x16GB) 3200MHz PC4-25600 Desktop RAM Memory DIMM 288PIN

$129.95



Micron 8GB (2x 4GB) MT8JTF51264AZ-1G6E1 1Rx8 PC3-12800U DDR3 Desktop RAM Memory picture

Micron 8GB (2x 4GB) MT8JTF51264AZ-1G6E1 1Rx8 PC3-12800U DDR3 Desktop RAM Memory

$9.98