<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Hi Darrin,</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Well, I downloaded the regular Ubuntu Gutsy live CD, installed it clean and tested it out - I don't think Compiz Fusion is terribly interesting, so I reinstalled from the Ubutu Studio CD (clean install again) and tested with just the laptop, then with the 22" widescreen attached.&nbsp; If I use the 'intel' driver, it works great on the laptop screen, but doesn't allow me to turn off the internal display when using the external monitor, this is the same situation I had in Feisty, so I switched to i810 and put in a shell script to set both modes, now the switch is transparent.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Then I started tackling the wifi issue - The clean install works great, it's after I connect and apply the current updates that it breaks down, so this time while I was online, before applying any updates, I went out and got a program called WICD and installed it.&nbsp; After I applied the updates, I tested on reboots, etc and it's working fine.&nbsp; I was also able to install the screens and graphics package, and that works too, although I won't be doing much with it at this time, I'm hoping they come up with a new intel driver that solves the rest of the video issues with Intel chipsets.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Looks like everything is good right now, thanks for your help, I'm just not familiar enough with all the Linux commands to be at the level I was at with Windows.&nbsp; I've printed out a few manuals and I keep them handy when I start crashing the system and X won't load.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">The good thing I've noticed about Gutsy is that it does seem to run cooler on my Dual Core laptop, it used to get pretty hot under Feisty.</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Anyway, thanks for your help, I'll save those commands in case I get stuck again.<BR><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: Darrin Goodman &lt;darrin.goodman@gmail.com&gt;<BR>To: Ubuntu Studio Users Help and Discussion &lt;ubuntu-studio-users@lists.ubuntu.com&gt;<BR>Sent: Wednesday, October 24, 2007 6:04:22 PM<BR>Subject: Re: ubuntu studio and ubuntu 7.10<BR><BR>Oops, I forgot to include starting up dhcp into the commands.&nbsp; Got<BR>ahead of myself.&nbsp; Here it is again (also, this is assuming that your<BR>wireless interface is ath0; it could easily be something else, like<BR>ra0, or eth1. etc.... to see what your interface is, use iwconfig):<BR><BR>$ sudo su<BR>$ ifconfig ath0 up<BR>$ dhclient ath0<BR>$ iwconfig ath0 essid yourRouterNameHere key routerWepKey<BR><BR>Also, in place of the second and third line, you could instead use:<BR>$ ifdown ath0 &amp;&amp; ifup ath0<BR>This will bring down your wireless interface, bring it back up, and<BR>will start
 dhcp.<BR><BR>If the Network Manager is not cutting it for you, try out Wifi Radar;<BR>it can be installed with Synaptic.<BR><A href="http://wifi-radar.systemimager.org/" target=_blank>http://wifi-radar.systemimager.org/</A><BR><BR>Good luck!<BR><BR>- Darrin<BR><BR><BR><BR><BR>On 10/24/07, Matt Henry &lt;<A href="mailto:mhenry35@yahoo.com" ymailto="mailto:mhenry35@yahoo.com">mhenry35@yahoo.com</A>&gt; wrote:<BR>&gt; Hi Darrin,<BR>&gt;<BR>&gt; Thanks for the info, I'll give this a try.&nbsp; My issue was that I could see<BR>&gt; the network, but was unable to connect beyond just to the local access<BR>&gt; point.&nbsp; I use the internet from wifi hotspots, so typically I connect to a<BR>&gt; webpage, log in, and then that grants me access to the outside world.<BR>&gt;<BR>&gt; I was getting the local login prompt, but after putting in my info, I never<BR>&gt; got the response back.&nbsp; I've seen the same problem reported on the forums,<BR>&gt; but I
 didn't see anyone post a clear fix or workaround.&nbsp; I did see one<BR>&gt; person suggest removing network manager and using a different tool - so I'm<BR>&gt; also going to get the details on that and give Gutsy one more try.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Darrin Goodman &lt;<A href="mailto:darrin.goodman@gmail.com" ymailto="mailto:darrin.goodman@gmail.com">darrin.goodman@gmail.com</A>&gt; wrote:<BR>&gt; Some of you have mentioned wifi issues with Gutsy. When I upgraded to<BR>&gt; 7.10, when I added the Network Manager to my top panel, I noticed that<BR>&gt; it did not give me any wireless options, which means that I was not<BR>&gt; able to use the gui in order to connect to a wireless network. Not<BR>&gt; sure why this was the case since I am assuming that things generally<BR>&gt; only get better with upgrades, rather than digress. I was able to<BR>&gt; manually connect to wifi with the following:<BR>&gt; $ sudo su<BR>&gt; $ ifconfig ath0
 up<BR>&gt; $ iwconfig ath0 essid yourRouterNameHere key routerWepKey<BR>&gt;<BR>&gt; However, now my Network Manager seems to be properly displaying my<BR>&gt; wifi networks and allows me to connect/disconnect to/from them as<BR>&gt; needed. The only thing that I changed was that I installed wifiradar,<BR>&gt; although I have not used it yet. Perhaps there was an update that was<BR>&gt; pushed out that solved the Network-Manager issue.<BR>&gt;<BR>&gt; For those of you who stated that you cannot connect to wifi, I wonder<BR>&gt; if you mean that your Network Manager is not working properly, or if<BR>&gt; you cannot manually connect to wifi using the commands that I listed<BR>&gt; above?<BR>&gt;<BR>&gt; - Darrin<BR>&gt;<BR>&gt; On 10/24/07, Pietro Bergamo wrote:<BR>&gt; &gt;<BR>&gt; &gt; Thank you for the hints.<BR>&gt; &gt; Best regards,<BR>&gt; &gt; Pietro<BR>&gt; &gt;<BR>&gt; &gt; Abra sua conta no Yahoo! Mail, o único sem limite de espaço
 para<BR>&gt; &gt; armazenamento!<BR>&gt; &gt; --<BR>&gt; &gt; Ubuntu-Studio-users mailing list<BR>&gt; &gt; <A href="mailto:Ubuntu-Studio-users@lists.ubuntu.com" ymailto="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</A><BR>&gt; &gt; Modify settings or unsubscribe at:<BR>&gt; &gt;<BR>&gt; <A href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" target=_blank>https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</A><BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt;<BR>&gt; --<BR>&gt; Ubuntu-Studio-users mailing list<BR>&gt; <A href="mailto:Ubuntu-Studio-users@lists.ubuntu.com" ymailto="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</A><BR>&gt; Modify settings or unsubscribe at:<BR>&gt; <A href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" target=_blank>https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</A><BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;&nbsp;
 __________________________________________________<BR>&gt; Do You Yahoo!?<BR>&gt; Tired of spam? Yahoo! Mail has the best spam protection around<BR>&gt; <A href="http://mail.yahoo.com/" target=_blank>http://mail.yahoo.com</A><BR>&gt; --<BR>&gt; Ubuntu-Studio-users mailing list<BR>&gt; <A href="mailto:Ubuntu-Studio-users@lists.ubuntu.com" ymailto="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</A><BR>&gt; Modify settings or unsubscribe at:<BR>&gt; <A href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" target=_blank>https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</A><BR>&gt;<BR>&gt;<BR><BR><BR>-- <BR>Chicken Little only has to be right once.<BR>- Firestone's Law of Forecasting<BR><BR>-- <BR>Ubuntu-Studio-users mailing list<BR><A href="mailto:Ubuntu-Studio-users@lists.ubuntu.com" ymailto="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</A><BR>Modify settings
 or unsubscribe at: <A href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users" target=_blank>https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</A><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR></DIV></div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com </body></html>