Ok guys (first post here in a while)...I finally got Ubuntu 8.1 semi-fully working like XP works (wifi and ethernet with the dreaded mac address spoof) but I have a bunch of questions. 1) is it possible to make the taskbar double-decker so it can hold more programs? 2) How do you configure hardware settings....like say I want to optimize the wifi card for "Throughput" over "CPU" like I can in XP. 3) How come I don't see any power-status icons (will it work when I go on battery) 4) Firestarter sucks IMO...is there any better firewall options out there from the community or do i need to go closed source. 5) What's the laptop-feature support of 8.1....like does it do CPU throttling and whatnot and if it does, how would I control it. (The power-status/battery mode would also fall in here). 6) Any chance of getting the windows key to pop up the main menu (i've got it looking right now XP-style on the taskbar) 7) Where the hell are all the Windows fonts...Sans is driving me crazy and all the other ones look the same. 8) Is there any sort of drag and drop to create shortcuts? OH and how come I have to hold down the Ctrl key to get it to boot....like I almost have to put the key in the ignition and then crank it for a few seconds before it loads all the way through. It happens on the initial loading bar screen where the bar gets stuck and nothing happens until i press the ctrl key. And how to I get rid of the "Press ESC to goto menu in 9..8...7..."
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Ubuntu 8.10 Configuration Questions
Recent Reviews
-
So I just got a Lenovo Yoga 13. This is my review. As what I primarily do is writing and programming, having a good keyboard is critical for me, which is why a tablet alone can’t work for me, and...
-
I have owned dozens of laptops in a variety of brands, and had many different laptops provided for my use at work. Without question, this is the finest I have owned. The Alienware M17x R2 is a...
-
N/m
-
Lenovo Thinkpad W530 Review by Djembe One of the longest and most enduring brands in computers is Thinkpad. Originally developed by IBM in the USA, Thinkpad notebook computers are now...
-
I have this memory installed in my Inspiron 14R. 6gb (one 2gb & one 4gb). Great performance! I highly recommend Kingston.
Ubuntu 8.10 Configuration Questions
post #2 of 10
11/11/08 at 6:05pm
- Joined: 10/2004
- Location: Somewhere in the US
- Posts: 3,809
- Select All Posts By This User
Hmm almost all of those seem to be distribution specific, but the CTRL one seems to be an odd one no matter how I think about it. I am going to hold off on trying any of them and see if anyone else here that might have tried 8.10(I haven't yet) might be able to answer some of those.
For the record, I already changed the title of the thread to reflect this, but in Ubuntu it is actually 8.10, not 8.1. The reason being is it isn't really version numbering like you would think of for software, but rather version dating. 2008, in the 10th month, thus the 8.10
Not a huge deal, just one of those random trivia things.
Seablade
For the record, I already changed the title of the thread to reflect this, but in Ubuntu it is actually 8.10, not 8.1. The reason being is it isn't really version numbering like you would think of for software, but rather version dating. 2008, in the 10th month, thus the 8.10
Not a huge deal, just one of those random trivia things.
Seablade
- Joined: 5/2008
- Location: A University
- Posts: 638
- Select All Posts By This User
Ok I believe I have a more general linux problem. My ethernet card appears to get a new mac address after every reboot. So every time I reboot i get another eth*. The problem is that my ISP requires me to have a registered mac address. This isn't a problem in XP as I just spoof and register that. However, I'm finding that Ubuntu is having a helluva problem realizing that it is indeed the same network card (address didn't change) and to just use the manually assigned mac address from last itme.
post #4 of 10
11/11/08 at 9:14pm
post #5 of 10
11/11/08 at 10:04pm
- Joined: 10/2004
- Location: Somewhere in the US
- Posts: 3,809
- Select All Posts By This User
Ok, assuming you are using the ifconfig command to set the MAC address, try adding that to /etc/rc.local
More correctly, if I understand correctly you will need to take the interface down before you run it, so you might want to put the ifconfig down command first, then the MAC address setting, then the ifconfig up again.
That was the quickest way I have found, but I actually strongly suspect that you can do this by adding an appropriate line into the net config file, I just don't know it off hand and didn't turn anything up with a quick google search.
Let me know if you want me to look into it some more and I can see if I can turn anything up. I put a dev version of eLive on a VM over here so worst case scenario you shouldn't be to different from that.
Seablade
More correctly, if I understand correctly you will need to take the interface down before you run it, so you might want to put the ifconfig down command first, then the MAC address setting, then the ifconfig up again.
That was the quickest way I have found, but I actually strongly suspect that you can do this by adding an appropriate line into the net config file, I just don't know it off hand and didn't turn anything up with a quick google search.
Let me know if you want me to look into it some more and I can see if I can turn anything up. I put a dev version of eLive on a VM over here so worst case scenario you shouldn't be to different from that.
Seablade
- Joined: 5/2008
- Location: A University
- Posts: 638
- Select All Posts By This User
Yes, the problem is that every time I do try and make a permanent fix via a config (70-net-rules i believe)....I reboot and the same ethernet card gets a new mac before the config is executed and gets assigned to another eth* ID and then my permanent fix is only applying to the "last" network card....which is no good.
post #7 of 10
11/11/08 at 11:40pm
- Joined: 5/2008
- Location: A University
- Posts: 638
- Select All Posts By This User
Well I fixed the incremental eth* problem (3 hours of work) by modifying /etc/udev/rules.d/70-persistent-net.rules so it didn't identify the ethernet adapter based off mac address and thereby stayed to eth0. Then to get the spoofed mac address to be permanent I modified /etc/network/interfaces adding:
auto eth0
pre-up hwaddress eth0 XX:XX:XX:XX:XX
I found the laptop-support option in the nautilus settings.
I got all the classic MS fonts (and now it looks like XP)
Got the power status and CPU throttling widgets on my taskbar
No double decker task bar from what I can tell.
The Ctrl key required to boot remains but is currently being looked into by the kernel developers as this problem exists for all HP users using any flavor of linux.
auto eth0
pre-up hwaddress eth0 XX:XX:XX:XX:XX
I found the laptop-support option in the nautilus settings.
I got all the classic MS fonts (and now it looks like XP)
Got the power status and CPU throttling widgets on my taskbar
No double decker task bar from what I can tell.
The Ctrl key required to boot remains but is currently being looked into by the kernel developers as this problem exists for all HP users using any flavor of linux.
post #9 of 10
11/12/08 at 2:35pm
- Joined: 10/2004
- Location: Somewhere in the US
- Posts: 3,809
- Select All Posts By This User
I THINK that you should be able to increase the size of the taskbar, I seem to recall doing that in gnome back when I used it, but can't tell you to much about how I did it anymore. The CTRL thing to boot, yea it sounded like a bug, but it is a particularly odd one I will say. And yea you got exactly what I was going to look into for how to set up a persistant MAC address.
In as far as firewall solutions, what precisely are you looking for? Are you looking to allow or deny access based on software running? Or are you looking just for a standard firewall that blocks incoming ports? The latter is built in to most Linux distributions and Firestarter only configures it IIRC. There are a few other firewall configuration tools, or you could do it by hand as well.
In as far as performance of WiFi vs power savings, In general I think Linux errs on the side of performance a bit more, but I can't answer that question specifically, and I would imagine it will vary a bit depending on the driver in use(Which by the way is what for you?)
In as far as the windows key to pop up the menu, yes that should be possible simply by mapping it to whatever combination of keys pops up the menu now. A quick look around should turn up something on this one, though again it tends to be specific to the WMbeing used and it has been some time since i used Gnome.
Hmm to get rid of the press ESC to go to menu... not sure of the official Ubuntu way of doing it, but that is typically a setting in the bootmanager config, which will be in the /boot directory(Or partition depending on how you partitioned your disk). For example in the Grub, in the menu.lst file it would be changing the value of timeout from 10 to 1 or less(As i got corrected on in the past here, 0 makes it infinite, so set it to the number of seconds you want to wait).
I think that covers about everything I know off hand, let me know if you want help digging in deeper in any of that though. As I mentioend I don't really know the officialy 'Ubuntu' way of doing things, just the general linux ways.
Seablade
In as far as firewall solutions, what precisely are you looking for? Are you looking to allow or deny access based on software running? Or are you looking just for a standard firewall that blocks incoming ports? The latter is built in to most Linux distributions and Firestarter only configures it IIRC. There are a few other firewall configuration tools, or you could do it by hand as well.
In as far as performance of WiFi vs power savings, In general I think Linux errs on the side of performance a bit more, but I can't answer that question specifically, and I would imagine it will vary a bit depending on the driver in use(Which by the way is what for you?)
In as far as the windows key to pop up the menu, yes that should be possible simply by mapping it to whatever combination of keys pops up the menu now. A quick look around should turn up something on this one, though again it tends to be specific to the WMbeing used and it has been some time since i used Gnome.
Hmm to get rid of the press ESC to go to menu... not sure of the official Ubuntu way of doing it, but that is typically a setting in the bootmanager config, which will be in the /boot directory(Or partition depending on how you partitioned your disk). For example in the Grub, in the menu.lst file it would be changing the value of timeout from 10 to 1 or less(As i got corrected on in the past here, 0 makes it infinite, so set it to the number of seconds you want to wait).
I think that covers about everything I know off hand, let me know if you want help digging in deeper in any of that though. As I mentioend I don't really know the officialy 'Ubuntu' way of doing things, just the general linux ways.
Seablade
post #10 of 10
11/18/08 at 10:02pm
On the Windows fonts -- go to the package manager and try to search for fonts. There are a lot of extra font packs out there. Unfortunately, a lot of the fonts that you find on Windows machines are proprietary, and many don't even come with Windows but are installed along with MS Office or the Adobe suite.
I have come to like Linux Mint over Ubuntu as a general-purpose home distribution. Granted, everyone likes different distros, but I think Mint has a more complete out-of-the-box feel and has slightly less fear of proprietary software.
Out of curiosity, what laptop are you using? Ubuntu 8.10 is usually better than that.
I have come to like Linux Mint over Ubuntu as a general-purpose home distribution. Granted, everyone likes different distros, but I think Mint has a more complete out-of-the-box feel and has slightly less fear of proprietary software.
Out of curiosity, what laptop are you using? Ubuntu 8.10 is usually better than that.
Return Home
Back to Forum: Linux & Other OS's
- Ubuntu 8.10 Configuration Questions
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Ubuntu 8.10 Configuration Questions
Currently, there are 227 Active Users
(0 Members and 227 Guests)
Recent Discussions
- › Acer Aspire 5830G manual fan control 1 hour, 2 minutes ago
- › Dell XPS m1730 Screen Repeatedly Flashing Red, Green, Blue, White,... 1 hour, 40 minutes ago
- › Where minds meet 2 hours, 3 minutes ago
- › BloodMasque 11 hours, 1 minute ago
- › (personal) Worthy Free Updates of the Day. 11 hours, 13 minutes ago
- › Firefox Browser 11 hours, 17 minutes ago
- › MY ALIENWARE m18X r2 11 hours, 49 minutes ago
- › How much is my M18x valued at? 11 hours, 50 minutes ago
- › Zoner Photo Studio 15 HOME 11 hours, 54 minutes ago
- › For freewares hunters 11 hours, 55 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Lenovo Yoga 13 IdeaPad Convertbale Ultrabook (tablet) 13.3"... by The Bard sRc
- › Alienware M18X by MrFox
- › Kensington Black Contour Pro 17" Notebook Carrying Case Model... by great white
- › Lenovo W530-24382LU i7-3720QM 2.60GHz 4GB 500GB 7200rpm NVIDIA... by Djembe
- › Kingston 8GB (2 x 4GB) 204-Pin DDR3 SO-DIMM DDR3 1333 Laptop Memory by Nicadraus
- › Synology DiskStation 1-Bay (Diskless) Network Attached Storage... by Mr T
- › Barnes & Noble Nook Color by sewshoplady
- › Cooler Master CM Storm Spawn 3500 DPI Optical Sensor Gaming Mouse... by Rotterdamblues
- › Samsung MV-3T4G4 4GB DDR3 Laptop SDRAM (1333MHz PC3-10600) by Rotterdamblues
- › Alienware Aurora m9700 by amythompson172
View: More Reviews
New Articles
- › Intel Summer 2012 SSD Scavenger Hunt - Full... by ranjanis
- › Intel's Maple Crest 330 Series Promotion... by ranjanis
- › Intel Cherryville SSD Spring 2012 Giveaway by ranjanis
- › Intel Cherryville SSD Giveaway 2012 - Terms... by ranjanis
- › Advertise by jdz2287
- › Search And Advanced Search Tutorial by NotebookForums
- › Tagging Tutorial by NotebookForums
- › Add A New Item Tutorial by NotebookForums
- › Image And Video Tutorial by NotebookForums
- › Subscription Tutorial by NotebookForums
View: New Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About NotebookForums.com | Join the Community | Advertise
© 2013 NotebookForums.com is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map




