Ubuntu :: Menuconfig Unusable From Windows Terminal

Jul 1, 2010

I'm using SecureCRT on a Windows host to connect to Ubuntu 10.04 using the default VT100 setting, and having a problem working with Ncurses (ie. output from "make menuconfig":[URL]...

- The screen is difficult to read/navigate
- Neither ESC nor F12 work so I can exit menuconfig

how to solve this issue?

View 1 Replies


ADVERTISEMENT

Ubuntu :: All Windows Minimise When Started - UNR Unusable

May 2, 2010

I've been using UNR since the 9.04 release on my Eee 1000HE and have been generally happy with it as a solution since then. Tonight I've upgraded to 10.04 using the package manager and everything starts correctly but when I start any application it minimises itself straight away making the system unusable. If I click on the application to bring it to focus, I get about 1/2 a second of typing before it minimises itself again. Using that method I've been able to get around the problem with a sudo apt-get remove netbook-launcher - but I like the netbook launcher and I'd like to keep using it.

View 2 Replies View Related

Ubuntu :: Unusable White Windows After Upgrade To Natty

May 2, 2011

I have never been more diappointed in the new user experience after an os upgrade. No, not even Vista was this diappointing. Unity just isn't for me. That's ok, I can just stick to Ubuntu Classic. As for the problem: I cannot use many of my applications. When I launch something, Firefox for example, all I see is a window filled with white. There is a title bar and nothing else. Sometimes, if I am really lucky, switching to something else then coming back fixes it. Usually it does not fix it, and can even cause other apps to go all white. This has happened in every app I have tried (I have tried a lot of them). It also happened under both Unity and Gnome.

My normal web browsers have not worked once since I upgraded. In general, the applications that seem to work most often are simpler ones. I am writing this post using w3m since it was the only way I could get this box online now... Does anyone have any advice for fixing this problem? This is not the first time I have been burned by a X.04 release. I might have to reinstall maverick...

View 2 Replies View Related

Ubuntu :: Gnome-panel Is At 100% And Completely Unusable Rendering Gnome Unusable

Nov 19, 2010

I recently bought a second monitor and I had this set up perfectly fine with two panels on my primary display and one on my secondary. I've now gone away for the weekend (leaving the monitor) and I went to turn on my laptop and it didn't work.

When I login to a gnome session (or indeed a failsafe gnome session) I just got two horizontal white bars (where the panels would be). I switch to a terminal, login and run top and see that gnome-panel is on 100%. Running 'killall gnome-panel' does nothing (tried a few times).

I've had to install xfce4 just to type this message. Is there any way I can 'reset' gnome-panel or any other fix? Or even a workaround would be nice. I'm on 9.10 by the way. I am going to upgrade at some point but its not really an option yet.

View 3 Replies View Related

Fedora Networking :: Wifi Unusable But Working In Windows - Intel 2915ABG

Sep 7, 2009

When I log in to linx and connect to my University's public wifi, it disconnects or if it stays connected, I cannot ping anything or load any webpages. But when loggod in to windows I can write this message now. Signal strength is 28% Can anything be done to still use wifi in linux and not have to log in to windows?

View 3 Replies View Related

General :: Windows - NTFS Partition Keeps Becoming "unusable" On Ubuntu?

Jun 16, 2010

I just purchased a new 2TB Drive External Seagate, My main system uses both Windows and Ubuntu So I am pretty much stuck with keeping my drive as NTFS. I have done this without any problems before but since I got this new drive I have been having issues. When I first load up Ubuntu the drive mounts and runs fine, after an unspecified amount of time i start getting Input/Output errors when accessing the drive. When I goto the Disk Utility I get a message stating the drive is "Unknown or Unused", If I disconnect and reconnect the drive or reboot everything is fine again. There's no errors coming up with S.M.A.R.T and it seems to work fine while under windows.

View 1 Replies View Related

General :: Menuconfig Can Be Configured

Dec 9, 2010

there was something like <board name> and deconfig or something so that make menuconfig can be configured.

View 1 Replies View Related

Fedora :: F12 2.6.33 Kernel .config For Menuconfig

Mar 14, 2010

I'm experimenting with 2.6.33-ck1 mainly because I want to try the BFS. I successfully configured and installed the patched kernel, but I'm experiencing various problems on the desktop. The biggest is Chromium not working at all, but there are several others, including graphical glitches in firefox. I'm sure I left some important module off or made a mistake for some settings My question is that is there a 2.6.33-fc12 kernel yet, and does it have a .config available? I'd like to load those settings in menuconfig and use them as a starting point to properly configure and complie a -ck patched kernel.

View 1 Replies View Related

Ubuntu :: Make Menuconfig Returns An Error In Kernel Compilation

Jul 12, 2010

I'm simply trying to compile a vanilla kernel from Kernel.org, I've done it before, however "make menuconfig" returns an error after I've made my changes to the config file.

Code:

Why is make returning that error? I am using a 64-bit kernel.

View 2 Replies View Related

General :: Record Kernel Menuconfig Screens?

Nov 22, 2010

Is there any way to record kernel menuconfig screens? I would like to have a record of the configuration as it looks to the menuconfig screen user, with each successive sub-menu indented. Copy and paste gets the data but the frame/box drawing characters are messy. Here's the first menu:

[code]...

View 7 Replies View Related

General :: Make Menuconfig Giving Error

Aug 4, 2011

[code]...

why is this? make menuconfig giving error

View 1 Replies View Related

General :: Differences Between LTIB And Menuconfig Tools?

Feb 21, 2010

I am interested in kernel configuration and compilation, so I have executed ltib and menuconfig, but I am not sure to understand what is the difference between Linux Target Image Builder and the Menuconfig tool? Is menuconfig used by or included in ltib? I understand that both tools generate a kernel, But I guess ltib can process "something more"? (packages/target selection? )

View 2 Replies View Related

Programming :: Insert Kernel Module Into Menuconfig

Jan 14, 2011

I am looking for information to insert kernel module into kernel. I am not looking at dynamically insert of kernel module using insmod, modprobe etc. I am looking for statically insertion of kernel module procedure, such as what to change on makefile, what to change on menuconfig, what to change on .config file, etc.

View 2 Replies View Related

Debian Configuration :: Make MenuConfig Cannot Find Makefile

May 23, 2011

Trying to build a driver for a TV tuner card. When I enter 'make menuconfig', I get this error:

make[2]: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64'
/lib/modules/2.6.32-5-amd64/source/scripts/Makefile.build:44: /lib/modules/2.6.32-5-amd64/source/scripts/basic/Makefile: No such file or directory
make[3]: *** No rule to make target `/lib/modules/2.6.32-5-amd64/source/scripts/basic/Makefile'.  Stop.
make[2]: *** [scripts_basic] Error 2

Suspect I need another package in addition to linux-headers.
Running Squeeze, amd64, KDE.

View 7 Replies View Related

Fedora :: Make Menuconfig Doesn't Find Ncurses Headers?

Jan 18, 2011

Make menuconfig doesn't find ncurses headers on my system, howerver ncurses-devel package is installed. I get the following error message:

Code:
make menuconfig
*** Unable to find the ncurses libraries or the

[code]...

View 3 Replies View Related

Networking :: Unable To Change Bnx2 From Built In To Module In Menuconfig

Jun 25, 2010

I am having trouble upgrading my broadcom drivers ( bnx2 ) for some reason i can't switch Broadcom NetxtremeII support from "built in " to module in menuconfig. can someone show me why this is the case?

[code]...

also i do have loadable module support enabled[*] Enable loadable module support

View 1 Replies View Related

Fedora Installation :: Make Menuconfig Options For LIRC Not In .config File Anywhere

Aug 25, 2009

When configuring a custom kernel using fedoraproject.org instructions, the make menuconfig options for LIRC are not in the .config file anywhere. I checked the kernel tree and all the files are there in the .../drivers/input/lirc subdirectory (I need the lirc_dev and lirc_i2c drivers). I reset the .config to its original settings to make sure I didn't mess up. I also grep'ed the .config file for any LIRC related settings, none found. Also I'm not getting any sound from the radio-aztech driver.

View 1 Replies View Related

Ubuntu :: Compiz Is Unusable In 10.04?

May 4, 2010

Like my title states, Compiz or any desktop effects aren't usable for me in 10.04. Never had any problem with any previous release. I'm using the open drivers with my ATI 1950 GT. At first I thought it was due to the fact that I have dual monitors now, but after disabling one and trying again it still acts up.

All I can explain it is it's as if my desktop were "lagging". My mouse cursor will jump and stay in a certain area and I can only move windows a short distance before my mouse pops off and the window jumps back. Minimizing windows also seems like it's a burden on my computer and will take a few seconds to do so.

This is the same setup I've had over various distributions and this is the first time I've experienced it. Anyone have any idea if it's fixable or if my computer is just finally getting too old? I can post the rest of my specs if they're needed.

View 4 Replies View Related

Ubuntu :: Classic Unusable In 11.04?

May 1, 2011

So if we don't like Unity or the way it crashes with alarming regularity, the fact that it requires multiple mouse clicks to do things we used to do with a couple and the fact that the launcher is not configurable in any meaningful way, we can always go back to Ubuntu Classic, right? Wrong!

Trying to enable desktop effects in Classic under amd64 and NVidia proves something of a nightmare.

1. There is no 'Desktop Effects' tab anymore. We are told that this is no longer necessary as Compiz is running by default.

2. Jockey reports that the NVidia driver is installed and that the driver is activated but 'not currently in use'. This is a bug and has been reported. However, this could tempt people to uninstall and re-install the driver (I am one of these) with disastrous results.

3. Trying to enable things like the Cube and Cube rotation break Compiz and remove *all* the settings in CCSM. Window menus and borders disappear and have to be restored by resetting the Window Manager to Metacity.

4. Getting applications like Radio Tray or Shutter to show in the System Tray involves circuitous circumventing of a 'Whitelist' (which is there for our protection because we shouldn't really want to use applications which put icons in the tray!) is really going to put off people installing applications which then apparently don't work. (They do work, they just become unusable because you cant see them or do anything with them!)

5. Skype will sometimes load and sometimes won't. Sometimes the sound is corrupted and sometimes not. Despite the fact that Skype is proprietary software, many people need to use it. If it becomes unreliable many people will look elsewhere or go back to Wingedows.

6. In both Unity and Classic the task bar will randomly freeze and become unresponsive, requiring a reboot.

Natty Narwhal? More like Natty Dread at the moment. I dread turning it on and it is dreadful. I'll try Gnome 3 or go back to 10.10. I can no longer recommend Ubuntu as a viable alternative to Windows to my customers.

View 9 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

Programming :: Package That Has To Configure With "make Menuconfig"?

Jan 19, 2011

I have a package that has to configure with "make menuconfig". I want to make this automatically. Usually I save the .config-File and replace the config with a skript, but the package I have to install has no .config. The manuall told me that I have to make the following steps:./configure --with-linux...makemake installIs it possible to use the saved .config-file?

View 1 Replies View Related

Ubuntu :: Firefox Becomes So Sluggish As To Be Unusable

Jul 23, 2010

I've been using Ubuntu 10.4 for nearly a month now and am very happy with it, especially the ability to add and upgrade programmes which up till now was a nightmare with worries about dependencies etc. I do have one major gripe, and that is Firefox 3.6.3. I gather others have had the same problem. At start-up Firefox works fine, but after about 12 hours, it becomes so sluggish as to be unusable. Web pages that would take seconds to download now take minutes and the hard drive starts churning and grinding away. The whole system becomes slow and sluggish, and when I do a "top", Firefox is right at the top. Very often the only way to get out of this is to physically turn the machine off and then back on again, which I know is a bad thing.

Its not as if I am overloading Ubuntu. The last time I had to switch the PC off, all I had running were 2 terminals, a calculator and gedit. Firefox was running about 10 tabs. Even when I do a kill -9 pid on firefox and then restart it, within minutes, the system is grinding away and slowing down. The only way to remedy this is to switch the PC off. Someone else who had this problem says its as is Firefox is getting tired and needs to refresh itself completely. Is there any solution to this problem as I gather others have been experiencing it.

View 1 Replies View Related

Ubuntu :: 10.04 Almost Unusable On Recent Pc Build?

Apr 5, 2011

I recently built a pc to run 10.04 and EMC2 from linuxcnc.org I havent even gotten to the point of trying out EMC2 on this machine because Ubuntu runs so slow. The build spec's are as follows:

http://www.geeks.com/details.asp?inv...714-CEL24-PB-R MS-6714 mobo
Intel 2.4ghz celeron processor
2x512 PC-3200 patriot ram
using integrated graphics
40gb Maxtor IDE hd

I installed using the live CD downloaded from linuxcnc.org and Ive used that same cd multiple times so I know that's not my issue. Now to my problems. The computer runs, just very very slow. Opening 2 web pages at the same time takes 2-3 minutes, and if there is a lot of pictures or content there's no point in trying. Running EMC2 works ok, but if I open a complex program in the viewer all bets are off.

View 6 Replies View Related

Ubuntu :: Aptitude Is Completely Unusable In 11.04

Jul 7, 2011

Since 11.04 was released, I've used it in Gnome and now also KDE, and this problem is in both. Aptitude is completely unusable. The main issue is that when downloading packages, it disconnects every minute if not every half a minute, making package installing a very hard process and making the configuration of a new OS take days (just to install 1GB of packages). Ontop of the disconnections, aptitude doesn't even want to go full speed when it IS connected.

The other issues involve repositories. Whether it's the official Ubuntu package servers, ANY of its many mirrors, or even my own custom PPAs, connecting to ANY repository when I reload my packages is a hit-or-miss, and it's completely impossible to get them all in one refresh (in fact, I don't think I've been able to access the main server since upgrading. Ever. I've been on the US server). This makes installing all of my packages take even LONGER. Also, to add insult to injury, the list files in /var/lib/apt/lists constantly corrupt themselves and make themselves unusable, ESPECIALLY the PPA lists (anything that uses launchpad has to be disabled at all times unless I have to update its program, or else I have to delete those list files every day).

Googling any of these issues separately gets me nowhere, so I'm making a topic, and it better not be the millionth topic I've made here that never got solved. The problem can't be my router or modem because my brother runs aptitude just fine on his 11.04 laptop. This issue is within my computer.

I meant apt-get. You mean they aren't the same program with two ways to run them? Yes, apt-get is the problemed one. I never actually type "aptitude" into the Terminal. As a consequence, Synaptic and KPackageKit and any other apt-get-using program is messed up as well.

View 8 Replies View Related

Ubuntu :: Reinstalling 11.04 Leaves Me With Unusable X?

Aug 1, 2011

this time last week I was happily running 10.10. I decided to upgrade to 11.04 via Update Manager (not a fresh install), and of course I didn't like Unity so gave Gnome3 a shot.

Well.. at this point the system would stall whilst booting.. so I downloaded the 11.04 disc and reinstalled it (I desperately need to keep my data and don't have any backup options at the moment).

But, now when I boot into Ubuntu (using an Acer Aspire 5741), the resolution is about 800x600, and the mouse doesn't work. Has anyone got any ideas how I can force Ubuntu to reconfigure the system as if it was a completely new install?

View 1 Replies View Related

Ubuntu :: Add Terminal Windows Name In Script

May 21, 2010

very simple but i cannot find the working command anywhere.i want to give terminal windows name when i start an app from a script when i type in echo --help just send my back.

View 5 Replies View Related

Ubuntu :: Switch Between Windows From Terminal?

Oct 23, 2010

I am using Wine to play Sim City 2k, and the game doesn't show up in the taskbar. How can I use the Terminal to switch to it?

View 6 Replies View Related

Ubuntu :: Switch Between Windows From The Terminal?

Oct 23, 2010

I am using Wine to play Sim City 2k, and the game doesn't show up in the taskbar. Conky shows that SimCity.exe and winserver are both running, but I can't get to them. How can I use the Terminal to swap windows?

EDIT: Oh, great. I think a fire just broke out. I can hear the sirens, but I can't stop them! Crap!

EDIT2: You know, listening to these sirens really sucks. I had my city up to 130,000 people. I was just saving up enough money to buy an arcology when I tried to move SimCity to Desktop #2. Wine was not happy with this decision. My city is probably burned to the ground by now.

EDIT3: Ok, I just realised that I can stop the process from the System Monitor. Too little, too late I imagine. Oh well, I can probably rebuild it if I could just get to the window...

View 3 Replies View Related

Ubuntu :: Terminal And Other Windows Grayed Out

Jan 19, 2011

I accidentally made my laptop go into "personal terminal" mode and it shut down and now when I boot into Ubuntu it checks my disks for errors and says the /TMP file is not ready or something..and when I open my terminal its just gray and when i hit the shutdown button it brings up a window where the inside is gray..

View 1 Replies View Related

Ubuntu :: Fresh Install Of 9.1 Really Slow And Unusable

Mar 20, 2010

I have an old Dell desktop that normally runs XP. It has 512mb of ram and I think its a Pentium processor. From what I understood Linux is a simpler, and more stable and efficient OS so I figured I'd give it a shot. First I tried the Wubi installer and got nothing but error messages after the install and it kept freezing and eventually just wouldn't boot at all. So then I tried the full install from disc. Better at first. I soon discovered all the customizable themes and went a little nuts trying to make one user exactly like W7 and the other exactly like OSX leapord just for fun.

I noticed significant slow downs and after some research I came to find that it was taxing my old graphics card. So I setup a user with no changes, still really slow. Then I deleted and reinstalled and I'm now using the bare bones UI. Its still really, really slow. I get lots of mouse drag and just now it took about 7 seconds for the applications window to drop down and 35 seconds to open the home folder. Also about 10 seconds for right click window to drop down.

I'm trying and I really want to like Ubuntu but as of now I'm finding it unusable for even the most basic of computing. I realize my computer is old but xp still runs like gangbusters. So maybe Ubuntu is designed for more modern hardware and more ram, am I screwed? I was looking forward to playing around really customizing my GUI but more importantly I was planning on putting on my girlfriends laptop with similar specs. Her computer needs a reformat but she doesn't have the XP disc. As it stands her XP is still much more usable even with all the viruses then Linux is as a fresh install on my desktop. I don't want to delete xp and end up with a slower linux.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved