Show Posts
|
|
Pages: [1] 2 3 ... 9
|
|
3
|
Assistance / Installing Pardus / Re: Installer hangs - HP Mini 110 with SSD
|
on: October 22, 2009, 19:06:14 PM
|
I have a new HP Mini 110 with a 16GB SSD in lieu of a hard drive. The installer hangs at:
*Populating /dev
I've done some digging and the problem does seem to be how Pardus tries to recognize/access the SSD. (The HP Mini 110 with a standard hard drive works for other people.) Ubuntu 8.04 with the HP Mi desktop is the preloaded OS and the SSD partitions are recognized as /dev/sda1, /dev/sda2 (swap), /dev/sda3 (recovery).
I've had other distros not work (Zenwalk, Parted Magic) but Debris Linux (based on Ubuntu) had no problem. I was able to use gparted to create an additional partition (/dev/sda5) for Pardus.
Hi, I've a HP mini 110 netbook. Here's how I started the installer: just type ssb.blacklist=1 and press enter in boot screen. I had written a Turkish tutorial here: http://tr.pardus-wiki.org/Donanım:HP_Compaq_Mini_110
|
|
|
|
|
4
|
General / General topics / Re: Can anybody help me building a pisi package ?
|
on: September 29, 2008, 15:26:17 PM
|
<class 'pisi.pxml.autoxml.Error'>: Mandatory token InstalledSize not available
I think you're missing something like <InstalledSize>2 megabytes</InstalledSize> from pspec.xml
This happens when pisi can't collect any files under INSTALLDIR (/var/pisi/package_name/install/). Possible causes are: - You didn't write paths correctly in pspec.xml
- Your install instructions in actions.py doesn't install any files to INSTALLDIR.
|
|
|
|
|
5
|
Assistance / Configuring Pardus / Re: frequency scaling & kpowersave
|
on: September 28, 2008, 07:06:27 AM
|
|
Hi,
If you want to use conservative instead of ondemand, add cpufreq_ondemand and cpufreq_userspace lines in any file in /etc/hotplug/blacklist.d/
Then, add cpufreq_conservative in /etc/modules.autoload.d/kernel-2.6
Speedstep is different from frequency scaling. It's bad in my opinion because it doesn't scale frequency, instead it scales CPU usage and that doesn't make such a good power saving. Btw, kpowersave doesn't handle speedstep AFAIK.
|
|
|
|
|
7
|
Assistance / Configuring Pardus / Re: ipw3945 problem
|
on: July 24, 2008, 17:30:43 PM
|
I'm also using an Intel 3945abg wireless chipset. The wireless is working but everytime the system boots and arrives into the desktop the network manager can't connect automatically. I have to uncheck the connection and check it again and then all works just fine. Which version of Pardus are you using? And what kind of wireless connection do you use? I had this bug in 2008 alpha and betas, but it was fixed in stable 2008 release. Btw, I know that it can't connect automaticly if SSID is hidden.
|
|
|
|
|
11
|
Assistance / Bugs / Re: /usr/sbin excluded from root path
|
on: July 04, 2008, 16:44:44 PM
|
You should use su - to switch to root user with its environment variables. (not su only) See: jnmbk@pardus ~ $ su Password: pardus jnmbk # echo $PATH /bin:/usr/bin pardus jnmbk # exit exit jnmbk@pardus ~ $ su - Password: pardus ~ # echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: /opt/bin:/opt/sun-jre/bin:/opt/sun-jdk/bin:/usr/qt/3/bin: /usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/kde/4/sbin:/usr/kde/4/bin
|
|
|
|
|
12
|
Assistance / Software / Re: Firefox 3.0
|
on: June 29, 2008, 00:55:06 AM
|
Firefox creates a .mozilla/plugins directory in your home directory. If you place the plugins there, it will work. This command will do the flash plugin, I forgot where the mplayer plugin was in Pardus 2007 (type pisi info -F mplayer-plugin to find out): ln -s /opt/netscape/plugins/libflashplayer.so ~/.mozilla/plugins Btw, installed Firefox plugins are listed in about:plugins page.
|
|
|
|
|
15
|
Assistance / Bugs / Re: ndiswrapper disappears and other commands
|
on: June 14, 2008, 15:48:45 PM
|
Ok, here's an example of working in my console: jnmbk@pardus ~ $ lspci bash: lspci: command not found jnmbk@pardus ~ $ sudo lspci Parola: sudo: lspci: command not found jnmbk@pardus ~ $ su Parola: pardus jnmbk # lspci bash: lspci: command not found pardus jnmbk # exit exit jnmbk@pardus ~ $ su - Parola: pardus ~ # lspci 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03) 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03) 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3) 03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08) 03:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17) 03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) See? su - works...
|
|
|
|
|
|