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
  •  


Genuine 45W Power Adapter Charger for Dell DA45NM140 0KXTTW 4.5*3.0mm OEM picture

Genuine 45W Power Adapter Charger for Dell DA45NM140 0KXTTW 4.5*3.0mm OEM

$16.99



OEM 130W USB-C Type-C Charger for Dell XPS 15 9500 9570 9575 17 9700 DA130PM170 picture

OEM 130W USB-C Type-C Charger for Dell XPS 15 9500 9570 9575 17 9700 DA130PM170

$35.88



NEW OEM Dell Inspiron 14 5406  P126G Laptop Battery 11.25V 40Wh JK6Y6  CF5RH picture

NEW OEM Dell Inspiron 14 5406 P126G Laptop Battery 11.25V 40Wh JK6Y6 CF5RH

$37.00



NEW OEM 90W For Dell Thunderbolt 3 USB-C Type C Adapter Charger LA90PM170 0TDK33 picture

NEW OEM 90W For Dell Thunderbolt 3 USB-C Type C Adapter Charger LA90PM170 0TDK33

$24.99



OEM Dell Inspiron 11 13 14 15 17 3000 5000 7000 AC Adapter Charger 65W 4.5mm Tip picture

OEM Dell Inspiron 11 13 14 15 17 3000 5000 7000 AC Adapter Charger 65W 4.5mm Tip

$10.99



Dell Original OEM 45W 19.5V AC Adapter Charger 070VTC 0KXTTW 00285K 0YTFJC 4.5mm picture

Dell Original OEM 45W 19.5V AC Adapter Charger 070VTC 0KXTTW 00285K 0YTFJC 4.5mm

$10.94



OEM Dell 90W Laptop Charger AC Adapter 19.5V 4.62A 50-60 Hz Latitude, XPS picture

OEM Dell 90W Laptop Charger AC Adapter 19.5V 4.62A 50-60 Hz Latitude, XPS

$8.74



OEM DELL 65W AC Adapter Charger 7.4mm Latitude 7490 7480 E7440 E7450 E7470 E7270 picture

OEM DELL 65W AC Adapter Charger 7.4mm Latitude 7490 7480 E7440 E7450 E7470 E7270

$11.88



OEM 130W Power Adapter Charger For Dell XPS 15 9530 9550 9560 9570 7590 06TTY6 picture

OEM 130W Power Adapter Charger For Dell XPS 15 9530 9550 9560 9570 7590 06TTY6

$33.22



Genuine OEM 42wh YRDD6 Battery For Dell Inspiron 3493 3582 3583 3584 7586 3793 picture

Genuine OEM 42wh YRDD6 Battery For Dell Inspiron 3493 3582 3583 3584 7586 3793

$32.89