WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Network Starter Pack  (Read 29596 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Network Starter Pack
« on: May 31, 2011, 10:46:16 AM »
The goal for starter packs is basically one time use and not a kludge replacement for proper maintainable extensions.

For example installing. Hopefully your are not installing your system often.
But when you want to install, you load a starter. It loads to ram. You perform the install. Reboot.
The starter pack is no longer needed and not taking any ram resources.

I am hoping the same will be true for the network starter pack. My goal is build a knowledge base, based on prior community experience, and distill out only what the user needs to achieve a working net/wifi. I have already begun on this adventure.  Developing....
10+ Years Contributing to Linux Open Source Projects.

coreplayer

  • Guest
Network Starter Pack
« Reply #1 on: June 06, 2011, 03:02:09 PM »
I used the network starterpak on two notebooks recently,  the installation on the newer model was successful whilst  the older notebook was not anywhere near as successful do the the lack of wireless drivers, although the starterpack did help with the wired network which allowed download of Ndiswrapper extension.






Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Network Starter Pack
« Reply #2 on: June 06, 2011, 07:36:43 PM »
I am just getting started to look at this starter pack. I have a nearly complete 'ab' style wifi tool.

At least with v3.7 and network starter pack you can now directly access the ndiswrapper device driver from XP.

Scenario. Windows XP with working wifi. Tiny Core boot with no network.
From Windows download network.gz starter pack.
Boot Tiny Core v3.7. Use mount tool to mount Windows drive( typically hda1).
Use Control Panel to navigate to and load Starter Pack, network.gz, from Windows.

Open xterm, become root.
$ sudo -s
# ndiswrapper -i /mnt/hda1/Documents\ and\ Settings/user/My\ Documents/Downloads/ma111sw_driver_v1.1/winXp/NETMA111.INF
# modprobe ndiswrapper
# wifi.sh

Select AP from list, enter password if required.

(wifi.sh coming soon).
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Network Starter Pack
« Reply #3 on: June 06, 2011, 10:45:36 PM »

Select AP from list, enter password if required.

(wifi.sh coming soon).

Is WPA/WPA2 supported?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Network Starter Pack
« Reply #4 on: June 07, 2011, 07:59:09 AM »
WEP completed, WPA/WPA2 in process.
10+ Years Contributing to Linux Open Source Projects.

Offline yoshi314

  • Full Member
  • ***
  • Posts: 135
Re: Network Starter Pack
« Reply #5 on: June 08, 2011, 12:36:42 AM »
some sane CLI way to handle gsm modems would also be nice. but i think that's something that can be postponed for now.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Network Starter Pack
« Reply #6 on: June 09, 2011, 06:19:01 AM »
Sorry, I have no access to gsm or 3g/4g modems. As it is I have very limited access to WPA/WPA2.
However, much progress to report on the wifi tool.  I hope to release it as part of the 3.7 & starter packs release.
 
10+ Years Contributing to Linux Open Source Projects.

Offline yoshi314

  • Full Member
  • ***
  • Posts: 135
Re: Network Starter Pack
« Reply #7 on: June 13, 2011, 05:47:38 AM »
it's similar here. i've briefly had a gsm modem.

and it's pretty sad that gsm stuff can be clicked through with network manager, but cli leaves a LOT to be desired.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Network Starter Pack
« Reply #8 on: June 13, 2011, 07:03:04 AM »
What I liked when using a UMTS/3G device was this 200K script http://www.sakis3g.org/. It's a standalone file, which unpacks on the fly - and it worked far better than the typical NetworkManager PITA, which requires lots of deps but lacks stability. Unfortunately I don't have a 3G device right now to test it on tinycore, but maybe another one jumps in here...
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Network Starter Pack
« Reply #9 on: June 13, 2011, 08:13:01 AM »
What I liked in most of them is how they are just modems, no need for complex apps or scripts at all. I used a Nokia EDGE modem some years ago, it was just a few lines of PPP config and online.
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Network Starter Pack
« Reply #10 on: June 13, 2011, 08:44:04 AM »
No 3g stuff. But I am in final testing of my wifi.sh, an 'ab' style wifi manager.

It is only 4k supports WEP/WPA/WPA2, with select list of available APs, database of remembered connections, and auto connect on home network.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Network Starter Pack
« Reply #11 on: June 13, 2011, 06:43:47 PM »
Reposted network.gz starter pack. Includes wifi.sh, a tiny 'ab' style wifi mgr.
http://distro.ibiblio.org/tinycorelinux/3.x/starterpacks/
10+ Years Contributing to Linux Open Source Projects.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Network Starter Pack
« Reply #12 on: June 14, 2011, 12:18:08 AM »
hi gutmensch,

although i succeeded in using a 3g-modem on a manual way, the sakis3g-script didn't work for me.
i guess that there are still some unresolved dependencies...
unfortunately there are no messages that give a hint...

in the moment i install the needed tc-packages, copy the config-files to /etc, transfer the pin to the modem and finally i start the connection. all these steps i've written in very, very basic "scripts", but it works.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Network Starter Pack
« Reply #13 on: June 14, 2011, 02:19:15 AM »
@netnomad: Did you try running the script like
Code: [Select]
sudo ./sakis3g --debug
? As far as I can see it's a huge shell script, which can use zenity for user interaction, but there's also a command line mode, so you don't need any graphical tools at all.
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Network Starter Pack
« Reply #14 on: June 14, 2011, 02:29:11 AM »
@Robert

Is network.gz the right place for wifi.sh? If the starter packs are only meant to be used on the initial setup, the script would be nowhere to be seen after transitioning to proper extensions.
The only barriers that can stop you are the ones you create yourself.