WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: eee pc with webcam : 701SD  (Read 18202 times)

Offline julianb

  • Newbie
  • *
  • Posts: 41
Re: eee pc with webcam : 701SD
« Reply #15 on: December 26, 2009, 07:55:05 AM »
alanbcohen and sam0010:

the extension i compiled is for the eee pc's which have realtek8187 wireless cards. i am not aware of any eee pc's except the model with 7 inch screen and 8G solid state disk which use this card. (known as a eee pc 701sd)

the eee pc's you have may actually have atheros wireless cards.

if the wireless card you have is not the realtek8187, then it will probably work if you install these extensions:

wireless_tools.tcz
wireless-2.6.29.1-tinycore_mod.tczm
wicd.tcz (only necessary if you want graphical interface)

there was a "bug" in wicd.tcz which required you to run the command,
Code: [Select]
wicd-start , every time you start up your computer and use wicd. i think that issue has been solved but i'm not sure.
« Last Edit: December 26, 2009, 08:03:59 AM by julianb »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: eee pc with webcam : 701SD
« Reply #16 on: December 26, 2009, 08:09:30 AM »
there was a "bug" in wicd.tcz which required you to run the command,
Code: [Select]
wicd-start , every time you start up your computer and use wicd. i think that issue has been solved but i'm not sure.

To run wicd-start is not a consequence of a bug. This is a normal start-up script to start wicd daemon. You can add it to bootlocal.sh or DE intialization to start automatically. If you save your network settings as described in wicd info file, wicd can conenct to wireless network at startup without any manual work or interaction.
« Last Edit: December 26, 2009, 08:11:43 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline julianb

  • Newbie
  • *
  • Posts: 41
Re: eee pc with webcam : 701SD
« Reply #17 on: December 29, 2009, 07:26:43 AM »
sam0010 and alanbcohen, did you get wireless to work on your eee-pc's?


bmarkus - thanks for all your work on tinycore. I found it confusing to have to run wicd-start myself, each time i wanted to use wicd, as i was also struggling with how to use "persistence" in tinycore.

i'm not sure how to add something to desktop-environment initialization script-- how do you do that? I was interested in making tinycore automatically open my web browser and putting it in bootlocal.sh doesn't work (although the browser opens if you run bootlocal.sh again after startup)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: eee pc with webcam : 701SD
« Reply #18 on: December 29, 2009, 08:12:43 AM »

i'm not sure how to add something to desktop-environment initialization script-- how do you do that? I was interested in making tinycore automatically open my web browser and putting it in bootlocal.sh doesn't work (although the browser opens if you run bootlocal.sh again after startup)


If you are using LXDE, edit /home/tc/.config/lxsession/LXDE/autostar file with a text editor. By deafault it looks like:

Quote
@lxpanel --profile LXDE
@pcmanfm -d

These commands are executed when LXDE starts. My startup script with WICD:

Quote
@sudo wicd-start
@lxpanel --profile LXDE
@pcmanfm -d
@wicd-client

First will start WICD daemon, last will add WICD client to panel. To open it just double click on the panel icon at bottom right. And backup the two directories to remember network settings. If proper settings saved, it will autoconnect to network. Of course you can add other programs as well to the startup list.

With Xfce4 there is a tool to configure startup, see settings menu.
« Last Edit: December 29, 2009, 08:17:00 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline julianb

  • Newbie
  • *
  • Posts: 41
Re: eee pc with webcam : 701SD
« Reply #19 on: December 29, 2009, 11:44:47 AM »
I have been using the tinycore default window manager but I was considering switching to LXDE. maybe there's no auto-start file in FLWM?

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: eee pc with webcam : 701SD
« Reply #20 on: December 29, 2009, 02:53:09 PM »
@julianb: I don't think that there is a FLWM specific startup file, but I'd imagine that you could use ~/.xsession instead.

Bear in mind that ~/.xsession is the generic startup script for the X server and some other processes (window manager, wbar, etc.). So if you would like to start Opera only if FLWM is your window manager you could add:
Code: [Select]
[ $DESKTOP == "flwm_topside" ] && opera & at the end of that file.

Offline OldAdamUser2

  • Full Member
  • ***
  • Posts: 199
Re: eee pc with webcam : 701SD
« Reply #21 on: December 29, 2009, 05:16:46 PM »
I use tc with the standard flwm and have it set up to open Opera automatically on boot. At the end of the .xsession file I have "exec opera". Works like a charm on my Eee 900!