Home > tags> Ubuntu
Ubuntu
Lubuntu 11.04 to install the Dynabook C7
- May 2, 2011 12:00 AM
- Built environment | recording
Install the Ubuntu Netbook Edition 10.10 last time but was, had come out changed because usability is a problem with the heavier work.
Lubuntu is something you change from Gnome desktop of Ubuntu based LXDE.
To use PC to a decade of proven lightweight LXDE hunger, and then transformed into a stylish PC a little bit different of older PC Yet it also contains Launcher serve netbook.
To provide a file as described below, because you did not restart the auto-boot Lxlauncher.
/ Home / <username> / .config / autostart / lxlauncher.desktop
[Desktop Entry] Encoding=UTF-8 Name=Lxlauncher Comment=LXDE launcher Exec=/usr/bin/lxlauncher Terminal=false Type=Application Icon= Categories=Application;System; To install the Ubuntu Netbook Edition 10.10 Dynabook C7
- March 21, 2011 12:00 AM
- Built environment | recording
Install the Ubuntu Netbook Edition 10.04 last note because there was need to look to install the Ubuntu Netbook Edition 10.10 again so had to return to the WindowsXP but after that was done manually, the screen settings.
It was the subject of xorg.conf is created <br /> CyberALADDiN-T chipset manufactured by Trident
- To start gedit from the terminal
$ gedit ~/xorg.conf - Copy and paste the contents of the following
Section "Monitor" Identifier "Generic Monitor" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Monitor "Generic Monitor" SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection - Copied to the / etc/X11 xorg.conf to save the
sudo cp ~/xorg.conf /etc/X11/
Rebuilding kernel in Ubuntu 10.04
- July 12, 2010 12:00 AM
- Built environment | recording
When you compile the kernel of Inferno on Ubuntu,
- / Bin / sh: Argument list too long
Mk with an error that was not completed.
I hope if you can split with xargs, do not know how to use Imaichi.
'm Using the mkfile in the mk command, because the split in the script very much by its contents, are written to another file to read in a separate file, but I like you are passing in an argument to it, this I hope I can use the xargs how if?
Decided to increase the value of itself can not be helped because ARG_MAX.
Installation of the package necessary to rebuild the kernel
- $ Sudo apt-get install build-essential
- $ Sudo apt-get install kernel-package libncurses5-dev libqt3-mt-dev
Expand it to install the kernel source
- $ Sudo apt-get install linux-source-2.6.32
- $ Cd / usr / src
- $ Sudo tar xvjf linux-source-2.6.32.tar.bz2
Changes in the source
- Open / usr/src/linux-source-2.6.32/include/linux/limits.h, increase the ARG_MAX
. Create a config file
- $ Cd linux-source-2.6.32
- $ Sudo cp / boot/config-2.6.32-23-generic. Config
- $ Sudo make oldconfig
Parameter changes
- $ Sudo make menuconfig
Processor type and features ---> Processor familly ---> *Coer 2/newer Xeon Timer frequency ---> *300 HZ Device Drivers ---> ATA/ATAPI/MFM/RLL support ---> *generic ATA/ATAPI disk support Device Drivers ---> ATA/ATAPI/MFM/RLL support ---> *ATA disk support Save the changes in the Save Configuration to an Alternate File, such as to change the.
Open the inside. Config file was completed,
Verify that you are made to "y" instead of "M" is as follows.
- CONFIG_IDE
- CONFIG_SCSI
- CONFIG_EXT3
(To set that up to five, so four CPU) parallel compilation setting
- $ Sudo export CONCURRENCY_LEVEL = 5
Rebuild the kernel
- $ Sudo make-kpkg clean
- $ Sudo make-kpkg-initrd-revision = 20100710 kernel_image kernel_headers
. Install deb dpkg can be so
- $ Cd .. /
- $ Sudo dpkg-i linux-image-2.6.32. ***** 20100710_i386.deb
- $ Sudo dpkg-i linux-headers-2.6.32. ***** 20100710_i386.deb
Restart
- $ Sudo shutdown-r now
Does not start · · ·
Kernel Panic:VFS:*** An error that, for now, contains a menu of GRUB2 and then hold down the Shift key after a restart,
Not have a problem like section of the initrd and set up and start the version you compare everything was working fine.
creating initrd
- $ Cd / boot /
- $ Sudo mkinitramfs-o initrd.img-2.6.32. ***** 2.6.32
Contains menu of GRUB2 again hold the Shift key after the restart,
At the end to go into edit mode by pressing the "e" in the kernel section of the reconstructed
initrd /boot/initrd.img-2.6.32.***** Like to add, you can start something with Ctrl + x.
I somehow doubt that change of GRUB2 is useless unless this is done manually · · ·.
Then, check the value of the desired ARG_MAX
$ Getconf ARG_MAX
I checked in does not change · · ·.
Did you mean so heavy and the new kernel
$ Sudo ulimit-Ss
I executed the, has increased.
After all, like I'm glad I did not compile the kernel,
Made this time to remove the kernel, use the kernel had been using until now.
Increasing the kernel compile error will occur inferno.
Try to find another way because it's for is already in the wrong direction you are working very much.
inferno in VirtualBox on WindowsXP
- June 29, 2010 12:00 AM
- Built environment | recording
Note when compiling VirtualBox in Ubuntu to run on the inferno
- The source code is available
- $ Apt-get install mercurial
- $ Cd / usr
- $ Sudo hg clone https://inferno-os.googlecode.com/hg/ inferno
- $ Sudo chmod-R 777 / usr / inferno
Apparently, the compilation does not pass Vita Nuova to use the version of the.
- inferno Fourth Edition (inferno-20100120.tgz) Download
- Unzip the inferno-20100120.tgz, to overwrite / usr / inferno / the contents
- Installation of the library for compilation
- $ Sudo apt-get install libxpm-dev
- $ Sudo apt-get install libxext-dev
- $ Sudo apt-get install x11proto-xext-dev
- compilation of inferno
- $ Sudo vi inferno / mkconfig
@@ -17,0 +18,0 @@ - SYSHOST=Plan9 +# SYSHOST=Plan9 + SYSHOST=Linux @@ -25,0 +27,0 @@ -# OBJTYPE=368 - OBJTYPE=$objtype + OBJTYPE=368 +# OBJTYPE=$objtype - $ Sh makemk.sh
- $ Export PATH = $ PATH :/ usr/inferno/Linux/368/bin /
- $ Mk nuke
- $ Mk install
- $ Sudo vi inferno / mkconfig
- PBS 9load compile (kernel loader) and (PC partition boot program selector)
- $ Mkdir / usr/inferno/Inferno/386/lib /
- $ Sudo chmod-R 777 / usr/inferno/Inferno/386/lib /
- $ Cd / usr / inferno / os / boot / pc /
- $ Mk pbs.install 9load.install
- Compiling the kernel
- $ Cd / usr / inferno / os / pc
- $ Vi ether79x970.c
@@ -540,6 +540,7 @@ switch(x&0xFFFFFFF){ case 0x2420003: /* PCnet/PCI 79C970 */ case 0x2621003: /* PCnet/PCI II 79C970A */ + case 0x2625003: /* PCnet/FAST III 79C973 */ break; default: print("#l%d: unknown PCnet card version %.7ux\n", - $ Vi pc
@@ -48,10 +48,11 @@ kern link - ether2114x pci + ether79c970 pci +# ether2114x pci # ether82557 pci - ether83815 pci - etherelnk3 pci +# ether83815 pci +# etherelnk3 pci ps2mouse ethermedium # pppmedium ppp compress @@ -70,7 +71,7 @@ math init - wminit + shell code int kernel_pool_pcnt = 10; @@ -79,7 +80,7 @@ int image_pool_pcnt = 40; int cflag=0; int swcursor=0; - int consoleprint=0; + int consoleprint=1; port alarm @@ -137,3 +138,5 @@ /dis/lib/daytime.dis /dis/lib/auth.dis /dis/lib/ssl.dis + /dis/lib/arg.dis + /dis/lib/filepat.dis - $ Mk
- Creating the kernel configuration file load
- $ Vi / usr/inferno/os/pc/plan9.ini
bootfile=fd0!ipc.gz
- $ Vi / usr/inferno/os/pc/plan9.ini
- Creating a floppy image
- $ Emu
- ; Cd os / pc
- ; Gzip ipc
- ; Disk / format-b / Inferno/386/pbs-df inferno.img / Inferno/386/9load plan9.ini ipc.gz
Boot to VirtualBox to mount the finished inferno.img
Although you can certainly start, sometimes causing a Panic.
Maybe because bad system in VirtualBox also Plan9 inferno.
Besides, I was able to compile the Native inferno, I'm a boot FD.
What can be found at the start I was in the boot loader of this Plan9,
To use the · · · Native inferno want to boot from the HDD might have to study Plan9.
Let's try the next inferno in QEMU on WindowsXP. - Reference
Shared Folders in VirtualBox in Ubuntu
- June 28, 2010 12:00 AM
- Built environment | recording
- Installation of the extension
- Mount the installation CD in the "Install Guest Additions" "device" → the menu of the virtual machine window
- $ Cd / media/VBOXADDITIONS_3.2.4_62467 /
- $ Sudo sh VBoxLinuxAdditions-x86.run
- Setting up shared folders
- Set a shared folder in the "Folder ..." shared "device" → the menu of the virtual machine window
- $ Sudu mkdir / mnt / share
(Created on which to mount) - $ Sudo mount.vboxsf Share / mnt / share /
(Mount the shared folder)
To install the Ubuntu Netbook Edition 10.04 Dynabook C7
- March 27, 2010 12:00 AM
- Built environment | recording
Perhaps because of old aircraft, premature exit with an error reading when you use install CD Boot.
Therefore, attempting to install from USB flash memory.
USB memory created for the installation
- Download the CD image
- Download UNetbootin
- Create a memory BootUSB
Run the unetbootin-windows-xxx.exe.
In the dialog that appears,- Select the "DiskImage"
- Select the "ISO"
- ISO image of Ubuntu refer to the selection
- Select the "USB Drive" in: TYPE
- Select the Drive Letter of USB flash memory in: Drive
- Select the OK
Wait until the end of the writing.
And, since I think this aircraft is not compatible to USB Boot, using the CD Boot Linux called PLoP Boot Manager.
Create a Boot CD
- Download image
- Write "plpbt.iso" Unzip the folder
This completes the preparation.
Installation
- Ubuntu USB flash memory connected to the airframe
- PLoP Boot Manager CD set to the airframe
- Select the CD Boot in, "F12" key, then turn on the C7
- Select "USB" in the Main Menu of PLoP Boot Manager
- This invokes a normal installation of Ubuntu GUI Installer
Is, the installation is completed without problems.
However, because it did not specify the DHCP connected to the net.
Network
auto eth0
iface eth0 inet dhcp
Anyway, I finished the installation without problems but the entire state is not being used is 800x600.
Do not be available for this UI is 1024x768 · · ·
Home > tags> Ubuntu
- Search
- Feed
- Translation












