NoOp | 1 Mar 2007 01:09
Favicon

Re: 2wire router usb

On 02/28/2007 04:29 AM, Leonel wrote:
>> On 02/27/2007 04:45 PM, Leonel wrote:
>>
>>>
>>>
>>> I'm I Blind or there's no info on how to set up a USB connection to the
>>> 2Wire with Ubuntu edgy ?
>>>
>>>
>>> leonel
>>>
>>>
>>>
>>
>> I'm not sure that I understand.
>>
>> Perhaps it would be helpful if you provided:
>>
>> 1. The exact 2wire model number
> 
> I don't know  I don't have it here with me
> 
>> 2. What you see in System|Administration|Networking (does it appear)
> No
> 
>> 3. What happens when you try to log in via  http://gateway.2wire.net or
>> the actual IP for the device?
> I CAN'T
>> 4. What do you get when you check ifconfig from the terminal?
> Just the  lo  device
(Continue reading)

Joel Bryan Juliano | 1 Mar 2007 01:14
Picon
Gravatar

Re: Web-Camera help configure D-Link DSB-C320 USB

On 3/1/07, Phil Pinkerton <pcpinkerton <at> gmail.com> wrote:

Just Installed Ubuntu 7.04

Was given a new web cam D-link DSB-C320 USB but have no Idea how to get
it working.

lsusb shows :

Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp. ZC0302 WebCam

Can someone provide step by step configuration instructions ?

I am not new to Linux I used Debian for several years, but never had a
webcam before and no experience with UDEV and procbususb.

Please help this is the only way my kids cam see me and I do not want to
use anything but Linux.

Phil Pinkerton

Good News, your kids can see you :-)

I searched for your webcam in the internet, and it is supported, but not compiled in the default Ubuntu kernel. See: http://www.qbik.ch/usb/devices/showdev.php?id=3092

You need to install spca5xx-source and run module-assistant (that will do the work for you).
In module-assistant, you can update and prepare ubuntu to compile and install the module.

sudo apt-get install spca5xx-source.
sudo module-assistant

#On module-assistant, this might be the correct way to do it.
#i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.

or you can always manually install the driver by:

cd /usr/src/
sudo tar xvf spca5xx-source.tar.bz2
cd modules/spca5xx
sudo make && sudo make install

To test your webcam, you can use Ekiga, or you can record videos
through Youtube and Flash, (probably private) it requires Flash so, you need to
sudo apt-get install flashplugin-nonfree if it haven't been installed.

Hope this helps!
Joel

--
Stay away from Piracy, use Open Source.
<div>
<p>On 3/1/07, Phil Pinkerton &lt;<a href="mailto:pcpinkerton <at> gmail.com">pcpinkerton <at> gmail.com</a>&gt; wrote:</p>
<div>
<span class="gmail_quote"></span><blockquote class="gmail_quote">
Just Installed Ubuntu 7.04<br><br>Was given a new web cam D-link DSB-C320 USB but have no Idea how to get<br>it working.<br><br>lsusb shows :<br><br>Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp. ZC0302 WebCam
<br><br>Can someone provide step by step configuration instructions ?<br><br>I am not new to Linux I used Debian for several years, but never had a<br>webcam before and no experience with UDEV and procbususb.<br><br>Please help this is the only way my kids cam see me and I do not want to
<br>use anything but Linux.<br><br>Phil Pinkerton<br>
</blockquote>
</div>
<br>Good News, your kids can see you :-)<br><br>I searched for your webcam in the internet, and it is supported, but not compiled in the default Ubuntu kernel. See: 
<a href="http://www.qbik.ch/usb/devices/showdev.php?id=3092">http://www.qbik.ch/usb/devices/showdev.php?id=3092</a><br><br>You need to install spca5xx-source and run module-assistant (that will do the work for you).<br>In module-assistant, you can update and prepare ubuntu to compile and install the module.
<br><br>sudo apt-get install spca5xx-source.<br>sudo module-assistant <br><br>#On module-assistant, this might be the correct way to do it.<br>#i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.<br><br>or you can always manually install the driver by:
<br><br>cd /usr/src/≤br>sudo tar xvf spca5xx-source.tar.bz2 <br>cd modules/spca5xx<br>sudo make &amp;&amp; sudo make install<br><br>To test your webcam, you can use Ekiga, or you can record videos <br>through Youtube and Flash, (probably private) it requires Flash so, you need to
<br>sudo apt-get install flashplugin-nonfree if it haven't been installed.<br><br>Hope this helps!<br>Joel<br clear="all"><br>-- <br>Stay away from Piracy, use Open Source.
</div>
Simon Jackson | 1 Mar 2007 01:57
Picon

hide the gnome panel?

Is it possible to hide a panel when on a specific workspace?

NoOp | 1 Mar 2007 02:09
Favicon

Re: hide the gnome panel?

On 02/28/2007 04:57 PM, Simon Jackson wrote:
> Is it possible to hide a panel when on a specific workspace?
> 

Yes.

Right click on the panel
  Select Properties
    Tick: Show Hide Buttons
     Tick: Arrows on hide buttons
Close

Then just click on either the right or left arrow buttons at the end of
the panel. That will hide it. To expand it back, just click the arrow again.

Ah... never mind - I see the "specific workspace" part & for that I
don't know, but I'll leave the post anyway for others that may not know
that you can hide the gnome panel in general.

Phil Pinkerton | 1 Mar 2007 02:12
Picon

Re: Web-Camera help configure D-Link DSB-C320 USB

Fails build no config.h file

CC [M]  /usr/src/modules/spca5xx/drivers/usb/spca5xx.o
/usr/src/modules/spca5xx/drivers/usb/spca5xx.c:39:26: error:
linux/config.h: No such file or directory

Joel Bryan Juliano wrote:
> On 3/1/07, *Phil Pinkerton* <pcpinkerton <at> gmail.com
> <mailto:pcpinkerton <at> gmail.com>> wrote:
>
>     Just Installed Ubuntu 7.04
>
>     Was given a new web cam D-link DSB-C320 USB but have no Idea how
>     to get
>     it working.
>
>     lsusb shows :
>
>     Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp.
>     ZC0302 WebCam
>
>     Can someone provide step by step configuration instructions ?
>
>     I am not new to Linux I used Debian for several years, but never had a
>     webcam before and no experience with UDEV and procbususb.
>
>     Please help this is the only way my kids cam see me and I do not
>     want to
>     use anything but Linux.
>
>     Phil Pinkerton
>
>
> Good News, your kids can see you :-)
>
> I searched for your webcam in the internet, and it is supported, but
> not compiled in the default Ubuntu kernel. See:
> http://www.qbik.ch/usb/devices/showdev.php?id=3092
>
> You need to install spca5xx-source and run module-assistant (that will
> do the work for you).
> In module-assistant, you can update and prepare ubuntu to compile and
> install the module.
>
> sudo apt-get install spca5xx-source.
> sudo module-assistant
>
> #On module-assistant, this might be the correct way to do it.
> #i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.
>
> or you can always manually install the driver by:
>
> cd /usr/src/
> sudo tar xvf spca5xx-source.tar.bz2
> cd modules/spca5xx
> sudo make && sudo make install
>
> To test your webcam, you can use Ekiga, or you can record videos
> through Youtube and Flash, (probably private) it requires Flash so,
> you need to
> sudo apt-get install flashplugin-nonfree if it haven't been installed.
>
> Hope this helps!
> Joel
>
> -- 
> Stay away from Piracy, use Open Source. 

squareyes | 1 Mar 2007 02:34
Favicon

re-post Nautilus missbehaving

Hi all,
am having problems with Nautilus, opens my home folder OK, then on first 
use freezes, and stops displaying files in it.
Shutting it down from the "not responding message, only results in it 
opening again, empty, again and again,
not showing any files, and it is now using nearly 100% of processor. 
Killing it with "Force Quit"
from Gnome panel, results in it re-opening still empty, and still using 
100% of processor.
Killing it with gps same. After killing it 3-4 times Desktop freezes,  
can fix freeze with Ctrl+Alt+Backspace.
Another strange thing, when the computer goes into powerdown mode after 
10 minutes, on reviving it, It
displays panel to enter password as the screen is now locked. I have 
"black screen set as screensaver.
Does this sound like I may have a hardware problem?

Any suggestions appreciated, thanks in advance.
take Care
Winton

Simon Jackson | 1 Mar 2007 02:30
Picon

disable dialog box's icons?

I dont like having icons next to  "OK" and "Cancel", is there a way to
disable this?

Joel Bryan Juliano | 1 Mar 2007 02:35
Picon
Gravatar

Re: Web-Camera help configure D-Link DSB-C320 USB

On 3/1/07, Phil Pinkerton <pcpinkerton <at> gmail.com> wrote:

Fails build no config.h file

CC [M]  /usr/src/modules/spca5xx/drivers/usb/spca5xx.o
/usr/src/modules/spca5xx/drivers/usb/spca5xx.c:39:26: error:
linux/config.h: No such file or directory

I see that there is a gspca driver in the Ubuntu kernel, try loading it, then check using Ekiga.

sudo modprobe gspca.

much of the information on how to install your driver is in this link: http://www.ubuntuforums.org/showthread.php?t=75284&highlight=webcam

Joel

Joel Bryan Juliano wrote:
> On 3/1/07, *Phil Pinkerton* <pcpinkerton <at> gmail.com
> <mailto:pcpinkerton <at> gmail.com>> wrote:
>
>     Just Installed Ubuntu 7.04
>
>     Was given a new web cam D-link DSB-C320 USB but have no Idea how
>     to get
>     it working.
>
>     lsusb shows :
>
>     Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp.
>     ZC0302 WebCam
>
>     Can someone provide step by step configuration instructions ?
>
>     I am not new to Linux I used Debian for several years, but never had a
>     webcam before and no experience with UDEV and procbususb.
>
>     Please help this is the only way my kids cam see me and I do not
>     want to
>     use anything but Linux.
>
>     Phil Pinkerton
>
>
> Good News, your kids can see you :-)
>
> I searched for your webcam in the internet, and it is supported, but
> not compiled in the default Ubuntu kernel. See:
> http://www.qbik.ch/usb/devices/showdev.php?id=3092
>
> You need to install spca5xx-source and run module-assistant (that will
> do the work for you).
> In module-assistant, you can update and prepare ubuntu to compile and
> install the module.
>
> sudo apt-get install spca5xx-source.
> sudo module-assistant
>
> #On module-assistant, this might be the correct way to do it.
> #i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.
>
> or you can always manually install the driver by:
>
> cd /usr/src/
> sudo tar xvf spca5xx-source.tar.bz2
> cd modules/spca5xx
> sudo make && sudo make install
>
> To test your webcam, you can use Ekiga, or you can record videos
> through Youtube and Flash, (probably private) it requires Flash so,
> you need to
> sudo apt-get install flashplugin-nonfree if it haven't been installed.
>
> Hope this helps!
> Joel
>
> --
> Stay away from Piracy, use Open Source.

--
ubuntu-users mailing list
ubuntu-users <at> lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
Stay away from Piracy, use Open Source.
<div>
<p>On 3/1/07, Phil Pinkerton &lt;<a href="mailto:pcpinkerton <at> gmail.com">pcpinkerton <at> gmail.com</a>&gt; wrote:</p>
<div>
<span class="gmail_quote"></span><blockquote class="gmail_quote">
Fails build no config.h file<br><br>CC [M]&nbsp;&nbsp;/usr/src/modules/spca5xx/drivers/usb/spca5xx.o<br>/usr/src/modules/spca5xx/drivers/usb/spca5xx.c:39:26: error:<br>linux/config.h: No such file or directory</blockquote>
<div>
<br>
I see that there is a gspca driver in the Ubuntu kernel, try loading it, then check using Ekiga.<br><br>sudo modprobe gspca.<br><br>much of the information on how to install your driver is in this link: <a href="http://www.ubuntuforums.org/showthread.php?t=75284&amp;highlight=webcam">
http://www.ubuntuforums.org/showthread.php?t=75284&amp;highlight=webcam</a><br><br>Joel</div>
<br><blockquote class="gmail_quote">
Joel Bryan Juliano wrote:<br>&gt; On 3/1/07, *Phil Pinkerton* &lt;<a href="mailto:pcpinkerton <at> gmail.com">pcpinkerton <at> gmail.com</a><br>&gt; &lt;mailto:<a href="mailto:pcpinkerton <at> gmail.com">pcpinkerton <at> gmail.com</a>&gt;&gt; wrote:
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Just Installed Ubuntu 7.04<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Was given a new web cam D-link DSB-C320 USB but have no Idea how<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; to get<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; it working.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; lsusb shows :<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ZC0302 WebCam<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Can someone provide step by step configuration instructions ?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I am not new to Linux I used Debian for several years, but never had a
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; webcam before and no experience with UDEV and procbususb.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Please help this is the only way my kids cam see me and I do not<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; want to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; use anything but Linux.<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; Phil Pinkerton<br>&gt;<br>&gt;<br>&gt; Good News, your kids can see you :-)<br>&gt;<br>&gt; I searched for your webcam in the internet, and it is supported, but<br>&gt; not compiled in the default Ubuntu kernel. See:
<br>&gt; <a href="http://www.qbik.ch/usb/devices/showdev.php?id=3092">http://www.qbik.ch/usb/devices/showdev.php?id=3092</a><br>&gt;<br>&gt; You need to install spca5xx-source and run module-assistant (that will<br>&gt; do the work for you).
<br>&gt; In module-assistant, you can update and prepare ubuntu to compile and<br>&gt; install the module.<br>&gt;<br>&gt; sudo apt-get install spca5xx-source.<br>&gt; sudo module-assistant<br>&gt;<br>&gt; #On module-assistant, this might be the correct way to do it.
<br>&gt; #i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.<br>&gt;<br>&gt; or you can always manually install the driver by:<br>&gt;<br>&gt; cd /usr/src/≤br>&gt; sudo tar xvf spca5xx-source.tar.bz2<br>&gt; cd modules/spca5xx
<br>&gt; sudo make &amp;&amp; sudo make install<br>&gt;<br>&gt; To test your webcam, you can use Ekiga, or you can record videos<br>&gt; through Youtube and Flash, (probably private) it requires Flash so,<br>&gt; you need to
<br>&gt; sudo apt-get install flashplugin-nonfree if it haven't been installed.<br>&gt;<br>&gt; Hope this helps!<br>&gt; Joel<br>&gt;<br>&gt; --<br>&gt; Stay away from Piracy, use Open Source.<br><br>--<br>ubuntu-users mailing list
<br><a href="mailto:ubuntu-users <at> lists.ubuntu.com">ubuntu-users <at> lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Stay away from Piracy, use Open Source.
</div>
Chanchao | 1 Mar 2007 03:03
Picon
Favicon

Re: Is that like an Apple ?

Op woensdag 28-02-2007 om 13:53 uur [tijdzone -0500], schreef Patrick
Newberry:

> Is there anything other configuration questions  I should ask when I go
> down to pick up my dsl modem?

YES!

The one and only thing that can make hooking up DSL completely trivial
is make sure that it's NOT just a cheapo USB DSL modem, but a DSL
Modem/ROUTER with a bunch of LAN network ports.  Then you have NOTHING
to do with drivers anymore, you're just connecting through a network
cable (of WiFi) which is very standard TCP/IP and ALWAYS works.

Typically the thing to say so as to not confuse the gibbons is: "I have
3 networked computers and want to connect all of them to my DSL
router."  

Often service providers offer you a choice of modems/routers, often at
no cost difference (or trivial cost difference):

1: Cheapo USB MODEM for one computer -> This can POTENTIALLY give you
the most work to hook it up to anything except windows.

2: A Modem/Router with like 1-4 LAN network ports. -> Great choice

3: A Modem/Router with one or more LAN network ports AND WiFi -> Also a
great choice.  Better even if you have laptops around, because then you
can browse the web in your bathtub or in the garden.

My company paid for my DSL connection and it came with a [2]. But only
one LAN port however, which sucks because my wife and I both have
laptops and there's also the Communal Desktop Beast.   So I bought
myself a [3], so including WiFi and a bunch of wired LAN ports.   

Cheers,
Chanchao

NoOp | 1 Mar 2007 04:07
Favicon

Evolution Calendar Tip

As everyone knows, Ubuntu includes the Evolution email/calendar client.
Perhaps many simply ignore the email client part (I do for the most
part, I use SeaMonkey, except when testing or for setting up my wife's
email & I like it more each time I do something on it), and maybe
occasionally only use the calendar client that sits in the Gnome Panel
telling you the date & time.

Anyway, I wanted to set up the calendar so that it would show US
holidays. Nothing in the help section so I did a bit of Google'ing &
found the following thread at linuxquestions.org:

http://www.linuxquestions.org/questions/showthread.php?t=313847
<quote>
 I know of one possibility
add a new "Web Calender" with the following address

webcal://ical.mac.com/ical/UK32Holidays.ics

for UK holidays. For US holidays and other calenders check out:

http://www.apple.com/macosx/features/ical/library/

Evolution supports the ICS format.

Good luck.
</quote>

I found that using that advise & linking to the specific URL in:
http://www.apple.com/macosx/features/ical/library/
the US holidays (including Daylight Savings Time announcements) are
easily added.

In Evolution:

- File|New|Calendar
  - Type: On The Web
   - Name: whatever you want - perhaps "Holidays"
    - URL: webcal:// [1]
     - OK
In the left Calendar panel:

- Select: On the Web
 - Tick the box for your new "Holidays" calendar & it will also be
available in your "On This Computer" Personal calendar as well.

[1] Right click on the particular calendar that you are interested in
can copy the URL - in my case it was the US Holidays, so right clicking
produces: webcal://ical.mac.com/ical/US32Holidays.ics
Past that into the Evolution URL box & off you go. Note: Clicking on
"more" at the end of the holiday list provides
http://www.apple.com/macosx/features/ical/library/holidays.html which
provides many other world holidays that can be added.

So... If that Date/Time calendar button is going to sit in your Gnome
tray anyway, you might want to put it to some use & add some features to
it. With this added, even if you don't want to use the full Evolution
calendar features, the Gnome panel standard month calendar dropdown when
you click on the day/date button box will now bold dates that have
holidays.

HTH

G. Lee


Gmane