From vaidas.mikalauskas at gmail.com Wed Oct 1 14:02:51 2008 From: vaidas.mikalauskas at gmail.com (Vaidas) Date: Wed Oct 1 14:02:59 2008 Subject: [Frugalware-forums] Installing from archlinux Message-ID: <2288.48e366e4@forums.frugalware.org> Hey, i would like to try frugalware, but currently i have no cdrom and installing from usb stick fails somehow. Currently i have archlinux, as you know it has pacman, so is it possible to install frugalware from archlinux without actualy using bootable media, i found article in your wiki about A manual bootstrap, but it says: "First of all, you must have a running Frugalware where you are able to do". But if i have pacman maybe it would be enought to edit /etc/pacman.d/mirrorlist and pt there frugalware repos. If it is possible maybe someone could give more details how to do it? From zephyr83 at tin.it Wed Oct 1 14:23:34 2008 From: zephyr83 at tin.it (Marietto) Date: Wed Oct 1 14:23:25 2008 Subject: [Frugalware-forums] Re: Installing from archlinux In-Reply-To: <2288.48e366e4@forums.frugalware.org> Message-ID: <2289.48e36bbd@forums.frugalware.org> sorry for my english. I don't think you can to install frugalware fom Arch but, if you have windows, you can try this for make an usb stik: download http://www12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-0.9-iso/frugalware-0.9-i686-usb.img Now go here, STEP 5 http://dailycupoftech.com/2008/09/02/diy-acer-aspire-one-recovery-usb-device/ With SelfImage is very Easy. A try and work!! From vaidas.mikalauskas at gmail.com Wed Oct 1 14:30:18 2008 From: vaidas.mikalauskas at gmail.com (Vaidas) Date: Wed Oct 1 14:30:11 2008 Subject: [Frugalware-forums] Re: Installing from archlinux In-Reply-To: <2289.48e36bbd@forums.frugalware.org> Message-ID: <228a.48e36d54@forums.frugalware.org> well i tried to install from usb using this command: dd if=frugalware---usb.img of=/dev/sdX everything went fine, but when i try to boot from it, all i get is a blank screen with only one word "GRUB", that is all, i could do nothing, the only option have is to reboot my pc :( From zephyr83 at tin.it Wed Oct 1 15:43:38 2008 From: zephyr83 at tin.it (Marietto) Date: Wed Oct 1 15:43:06 2008 Subject: [Frugalware-forums] Re: Installing from archlinux In-Reply-To: <228a.48e36d54@forums.frugalware.org> Message-ID: <228b.48e37e89@forums.frugalware.org> you use selfimage, is easy and work From vaidas.mikalauskas at gmail.com Wed Oct 1 16:03:51 2008 From: vaidas.mikalauskas at gmail.com (Vaidas) Date: Wed Oct 1 16:03:28 2008 Subject: [Frugalware-forums] Re: Installing from archlinux In-Reply-To: <228b.48e37e89@forums.frugalware.org> Message-ID: <228c.48e38346@forums.frugalware.org> ok, i figured out how to install frugalware from arch with your pacman static, now i need a few files, and i dont know where to get them. So there is some files that no package owns them, so where i can get them, a list: /etc/sysconfig/keymap /etc/profile.d/lang.sh * what is is anyway? /etc/fstab * well this one is common so ok, but the other ones i gues is frugalware specific maybe someone could sent them to me? or tell where to download them? email: mailto:vaidas.mikalauskas@gmail.com From nix.or.die at googlemail.com Wed Oct 1 16:40:01 2008 From: nix.or.die at googlemail.com (Gabriel C) Date: Wed Oct 1 16:41:08 2008 Subject: [Frugalware-forums] Re: Installing from archlinux In-Reply-To: <228c.48e38346@forums.frugalware.org> References: <228c.48e38346@forums.frugalware.org> Message-ID: <48E38BC1.4020004@frugalware.org> Vaidas wrote: > > ok, i figured out how to install frugalware from arch with your pacman static, now i need a few files, and i dont know where to get them. > > So there is some files that no package owns them, so where i can get them, a list: These are generated on installing Frugalware > > > /etc/sysconfig/keymap example : cat /etc/sysconfig/keymap # /etc/sysconfig/keymap # specify the keyboard map, maps are in /usr/share/keymaps keymap=de-latin1-nodeadkeys > > /etc/profile.d/lang.sh > * what is is anyway? Is setting your LOCALE ?:) example: cat /etc/profile.d/lang.sh #!/bin/sh # /etc/profile.d/lang.sh # Set the system locale # For a list of locales which are supported by this machine, type: locale -a export LANG=de_DE export LC_ALL=$LANG export CHARSET=iso-8859-15 > > /etc/fstab > * well this one is common so ok, but the other ones i gues is frugalware specific Nothing Frugalware specific in it. Hmm maybe that part but this stuff is common these day: ... none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 usbfs /proc/bus/usb usbfs devgid=23,devmode=664 0 0 tmpfs /dev/shm tmpfs defaults 0 0 ... the rest is normal setup of your HDD's .. mine looks like this on that box: none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 usbfs /proc/bus/usb usbfs devgid=23,devmode=664 0 0 tmpfs /dev/shm tmpfs defaults 0 0 /dev/sdb3 swap swap defaults 0 0 /dev/sda1 / ext3 defaults 1 1 /dev/sda3 /work ext3 defaults 1 1 /dev/sda4 /data ext3 defaults 1 1 /dev/sdb1 /home ext3 defaults 1 1 /dev/sdb2 /virtual ext3 defaults 1 1 From neverdream at gmail.com Wed Oct 1 16:45:12 2008 From: neverdream at gmail.com (Cory) Date: Wed Oct 1 16:44:57 2008 Subject: [Frugalware-forums] Re: Installing from archlinux In-Reply-To: <2288.48e366e4@forums.frugalware.org> Message-ID: <228e.48e38cf8@forums.frugalware.org> guv@colada:~$ cat /etc/sysconfig/keymap # /etc/sysconfig/keymap # specify the keyboard map, maps are in /usr/share/kbd/keymaps keymap=us guv@colada:~$ cat /etc/profile.d/lang.sh #!/bin/sh # /etc/profile.d/lang.sh # Set the system locale # For a list of locales which are supported by this machine, type: locale -a export LANG=en_US.utf8 export LC_ALL=$LANG export CHARSET=utf-8 guv@colada:~$ /etc/fstab is definitely not frugalware-specific, but it's specific to the way you have your harddrive partitioned. You'll want to at least specify your root partition (being the partition you put frugal on) and possibly a swap partition. See fstab(5) if you need to read up on it. -- ~ ~ :wq From pedroosorio777 at gmail.com Wed Oct 1 18:02:25 2008 From: pedroosorio777 at gmail.com (Pedro Osorio) Date: Wed Oct 1 18:01:35 2008 Subject: [Frugalware-forums] Segmentation fault - netinstall 0.9 i686 Message-ID: <228f.48e39f10@forums.frugalware.org> I have an HP Pavilion dv1000. I try install frugalware (netinstall version) but after set install packages I have segmentation fault error , so system reboot. USB, when i try to boot from it, all i get is a blank screen with only one word "GRUB", that is all, i could do nothing, the only option have is to reboot my pc Do you think make a frugalware version for netbook? :roll: From dlev89 at gmail.com Wed Oct 1 19:18:36 2008 From: dlev89 at gmail.com (Nobody's Business) Date: Wed Oct 1 19:17:46 2008 Subject: [Frugalware-forums] kernel-grsec is gone from repos? Message-ID: <2290.48e3b0eb@forums.frugalware.org> The Frugalware website seems to say that kernel-grsec is still in the repositories, but pacman-g2 can't find it... What happened to the kernel-grsec package? :( -- 10 PRINT "This language sucks!" 20 GOTO 10 From nix.or.die at googlemail.com Thu Oct 2 01:41:16 2008 From: nix.or.die at googlemail.com (Gabriel C) Date: Thu Oct 2 01:50:07 2008 Subject: [Frugalware-forums] kernel-grsec is gone from repos? In-Reply-To: <48E4090F.6080904@frugalware.org> References: <2290.48e3b0eb@forums.frugalware.org> <48E4090F.6080904@frugalware.org> Message-ID: <48E40A9C.9050604@frugalware.org> Gabriel C wrote: > Nobody's Business wrote: > >> The Frugalware website seems to say that kernel-grsec is still in the repositories, but pacman-g2 can't find it... BTW kernel grsec isn't anymore listed in our website not sure how you can see it ? ( some kind browser cache or something ? ) From nix.or.die at googlemail.com Thu Oct 2 01:34:39 2008 From: nix.or.die at googlemail.com (Gabriel C) Date: Thu Oct 2 02:06:27 2008 Subject: [Frugalware-forums] kernel-grsec is gone from repos? In-Reply-To: <2290.48e3b0eb@forums.frugalware.org> References: <2290.48e3b0eb@forums.frugalware.org> Message-ID: <48E4090F.6080904@frugalware.org> Nobody's Business wrote: > > The Frugalware website seems to say that kernel-grsec is still in the repositories, but pacman-g2 can't find it... What happened to the kernel-grsec package? :( Is gone and won't come back... From dlev89 at gmail.com Thu Oct 2 03:27:38 2008 From: dlev89 at gmail.com (Nobody's Business) Date: Thu Oct 2 03:26:55 2008 Subject: [Frugalware-forums] Re: kernel-grsec is gone from repos? In-Reply-To: <2290.48e3b0eb@forums.frugalware.org> Message-ID: <2293.48e4238a@forums.frugalware.org> Dang, I was hoping this was a temporary repo problem... Oh well. -- 10 PRINT "This language sucks!" 20 GOTO 10 From pedroosorio777 at gmail.com Thu Oct 2 20:04:42 2008 From: pedroosorio777 at gmail.com (Pedro Osorio) Date: Thu Oct 2 20:03:46 2008 Subject: [Frugalware-forums] "AfterStep does not work" - "frugalware 0.9" Message-ID: <2294.48e50d39@forums.frugalware.org> when entering "AfterStep" nothing works. my file ".xsession-errors" say: afterstep warning: BASE configuration file cannot be found afterstep warning: COLORSCHEME is not set afterstep warning: FEEL configuration file cannot be found! afterstep warning: DATABASE configuration file cannot be found! BALLOON.set_flags = 0x3F BALLOON.flags = 0x1 afterstep : BALLOON.BorderHilite = 0x6; BALLOON.XOffset = 10; BALLOON.YOffset = 10; BALLOON.Delay = 200; BALLOON.CloseDelay = 2000; BALLOON.Style = "TitleButtonBalloon"; BALLOON.set_flags = 0x3F BALLOON.flags = 0x1 afterstep : BALLOON.BorderHilite = 0x6; BALLOON.XOffset = 100; BALLOON.YOffset = -50; BALLOON.Delay = 2000; BALLOON.CloseDelay = 10000; BALLOON.Style = "menu_hilite_style"; :roll: From Jakub at mail.linuxforum.hu Fri Oct 3 21:03:14 2008 From: Jakub at mail.linuxforum.hu (Jakub@mail.linuxforum.hu) Date: Fri Oct 3 21:02:11 2008 Subject: [Frugalware-forums] atheros, madwifi Message-ID: <2295.48e66c70@forums.frugalware.org> Hi! I've reinstalled the frugal and got into some troubles: I cannot connect to a wireless network. I hadn't had this problem before, everything worked out-of-the-box. I use Atheros AR242x 802.11abg: lspci 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01) 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01) 00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) 00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) 00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller 00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03) 00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller 01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon X2300 [B]02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) [/B] and madwifi: lsmod Module Size Used by ipv6 228028 10 nf_conntrack_ipv4 12556 1 xt_state 2816 1 nf_conntrack 51652 2 nf_conntrack_ipv4,xt_state iptable_filter 3456 1 ip_tables 11024 1 iptable_filter x_tables 14212 2 xt_state,ip_tables dm_mod 47156 0 loop 13964 0 lp 9424 0 ppdev 7172 0 parport_pc 22548 0 parport 31572 3 lp,ppdev,parport_pc usb_storage 73992 0 [B]ath_pci 77856 0[/B] wlan 169548 1 ath_pci ath_hal 191312 1 ath_pci arc4 2688 2 ecb 3456 2 crypto_blkcipher 16004 1 ecb 8139too 20224 0 rtc_cmos 9248 0 pcspkr 3200 0 ath5k 87808 0 mac80211 140704 1 ath5k fglrx 1768736 27 cfg80211 22152 2 ath5k,mac80211 sg 27316 0 8139cp 17536 0 mii 5760 2 8139too,8139cp snd_hda_intel 309880 0 snd_hwdep 7172 1 snd_hda_intel ehci_hcd 29068 0 ohci_hcd 18948 0 ata_generic 5380 0 pata_acpi 4608 0 sis_agp 7552 0 agpgart 29620 2 fglrx,sis_agp shpchp 26264 0 joydev 9408 0 evdev 8832 2 my iwconfig: iwconfig lo no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11 ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=0 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 eth0 no wireless extensions. The strangest thing: the interface has always been called 'ath0' and I never had 'wifi0' in my iwconfig output:/ From neverdream at gmail.com Fri Oct 3 21:24:07 2008 From: neverdream at gmail.com (Cory) Date: Fri Oct 3 21:23:41 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <2296.48e67157@forums.frugalware.org> A recent change in the kernel changed the interfaces for all wireless LAN devices to wlanX for consistency. -- ~ ~ :wq From pedroosorio777 at gmail.com Fri Oct 3 21:27:21 2008 From: pedroosorio777 at gmail.com (Pedro Osorio) Date: Fri Oct 3 21:26:52 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <2297.48e67219@forums.frugalware.org> please do the following, and display here: ifconfig wlan0 up iwlist scanning. :) From Jakub at mail.linuxforum.hu Sat Oct 4 00:13:24 2008 From: Jakub at mail.linuxforum.hu (Jakub@mail.linuxforum.hu) Date: Sat Oct 4 00:12:52 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <2298.48e69904@forums.frugalware.org> :d OMG :d It took ma all day!:p wlan0 Scan completed : Cell 01 - Address: 00:1B:2F:4A:EC:C6 ESSID:"satan.net" Mode:Master Channel:11 Frequency:2.462 GHz (Channel 11) Quality=64/100 Signal level=-38 dBm Noise level=-79 dBm Encryption key:on Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s 48 Mb/s; 54 Mb/s Extra:tsf=00000007480ce181 From neverdream at gmail.com Sat Oct 4 01:38:02 2008 From: neverdream at gmail.com (Cory) Date: Sat Oct 4 01:37:27 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <2299.48e6acd9@forums.frugalware.org> the netconfig tool is very handy... have a look: guv@colada:~$ cat /etc/sysconfig/network/home [options] desc = Home wifi :) [wlan0] essid = fred mode = Auto key = open s:blahblah options = dhcp dhcp_opts = -L -t 10 post_up = ifconfig wlan0 up post_down = ifconfig wlan0 down dhcpclient = dhcpcd guv@colada:~$ sudo netconfig home guv@colada:~$ 8) -- ~ ~ :wq From Jakub at mail.linuxforum.hu Sat Oct 4 09:44:59 2008 From: Jakub at mail.linuxforum.hu (Jakub@mail.linuxforum.hu) Date: Sat Oct 4 09:44:34 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <229a.48e71ef8@forums.frugalware.org> my old config looked like this: [ath0] essid = xxx key = xxx options = dhcp Now I get: Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument. err, wlan0: timed out and kernel: ADDRCONF(NETDEV_UP): wlan0 link is not ready Is that a kernel issue? From neverdream at gmail.com Sun Oct 5 02:39:19 2008 From: neverdream at gmail.com (Cory) Date: Sun Oct 5 02:38:35 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <229a.48e71ef8@forums.frugalware.org> Message-ID: <229b.48e80cb6@forums.frugalware.org> What's your full netconfig profile? -- ~ ~ :wq From Jakub at mail.linuxforum.hu Sun Oct 5 11:23:39 2008 From: Jakub at mail.linuxforum.hu (Jakub@mail.linuxforum.hu) Date: Sun Oct 5 11:23:03 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <229c.48e88796@forums.frugalware.org> [options] desc = wifi [wlan0] essid = satan.net mode = managed key = open XXX options = dhcp dhcp_opts = -L -t 10 post_up = ifconfig wlan0 up post_down = ifconfig wlan0 down dhcpclient = dhcpcd It really used to work:/ From Jakub at mail.linuxforum.hu Sun Oct 5 22:17:13 2008 From: Jakub at mail.linuxforum.hu (Jakub@mail.linuxforum.hu) Date: Sun Oct 5 22:16:33 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <229d.48e920c8@forums.frugalware.org> Is that a bug? so: I've noticed, lsmod returns both ath5k and ath_pci, so I removed the first one and ath0 was back. ath5k comes with the kernel and doesn't work and prevents ath_pci from doing its job. In order to make the atheros work I have to modprobe -r ath5k. Should I report it, or is it intentional? From vmiklos at frugalware.org Mon Oct 6 00:29:56 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 00:29:59 2008 Subject: [Frugalware-forums] "AfterStep does not work" - "frugalware 0.9" In-Reply-To: <2294.48e50d39@forums.frugalware.org> References: <2294.48e50d39@forums.frugalware.org> Message-ID: <20081005222956.GZ23137@genesis.frugalware.org> On Thu, Oct 02, 2008 at 08:04:42PM +0200, Pedro Osorio wrote: > when entering "AfterStep" nothing works. Please report it as a bug, in this case. Thanks! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/2d4df2af/attachment.sig From vmiklos at frugalware.org Mon Oct 6 00:32:13 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 00:32:15 2008 Subject: [Frugalware-forums] kernel-grsec is gone from repos? In-Reply-To: <2290.48e3b0eb@forums.frugalware.org> References: <2290.48e3b0eb@forums.frugalware.org> Message-ID: <20081005223213.GA23137@genesis.frugalware.org> On Wed, Oct 01, 2008 at 07:18:36PM +0200, Nobody's Business wrote: > The Frugalware website seems to say that kernel-grsec is still in the > repositories, but pacman-g2 can't find it... What happened to the > kernel-grsec package? :( It got removed because we no longer provide custom patchsets as binary packages; if you want grsec: http://frugalware.org/docs/bugs#_don_t_request -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/0c170319/attachment.sig From vmiklos at frugalware.org Mon Oct 6 00:34:29 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 00:34:31 2008 Subject: [Frugalware-forums] Re: pacman clean In-Reply-To: <2284.48e129d3@forums.frugalware.org> References: <2283.48e12716@forums.frugalware.org> <2284.48e129d3@forums.frugalware.org> Message-ID: <20081005223429.GB23137@genesis.frugalware.org> On Mon, Sep 29, 2008 at 09:17:40PM +0200, paparucino wrote: > Your right. I used the wrong expression, but my question stays :p If you have foo-2.0 installed and you have foo-1.0 and foo-2.0 in the cache, then pacman -Sc will remove foo-1.0 only, while pacman -Scc will remove both. HTH -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/0265c753/attachment.sig From vmiklos at frugalware.org Mon Oct 6 00:37:00 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 00:37:00 2008 Subject: [Frugalware-forums] Frugalware on Nettop: Acer One In-Reply-To: <2281.48e0ebf0@forums.frugalware.org> References: <2281.48e0ebf0@forums.frugalware.org> Message-ID: <20081005223700.GC23137@genesis.frugalware.org> On Mon, Sep 29, 2008 at 04:53:37PM +0200, Marietto wrote: > I have an Acer One with linux linpus. I try install frugalware (usb > version) but after set language and keyboard I have segmentation fault > error , so system reboot. That bug is already fixed, but it was reported only after 0.9 was out. > Do you think make a frugalware version for netbook? See http://ftp.frugalware.org/pub/other/people/vmiklos/eee/ In short, you can use that snapshot for now, and it will hopefully work out of the box in 1.0. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/b289bd14/attachment.sig From vmiklos at frugalware.org Mon Oct 6 00:41:16 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 00:41:17 2008 Subject: [Frugalware-forums] Segmentation fault - netinstall 0.9 i686 In-Reply-To: <228f.48e39f10@forums.frugalware.org> References: <228f.48e39f10@forums.frugalware.org> Message-ID: <20081005224116.GD23137@genesis.frugalware.org> On Wed, Oct 01, 2008 at 06:02:25PM +0200, Pedro Osorio wrote: > I have an HP Pavilion dv1000. I try install frugalware (netinstall > version) but after set install packages I have segmentation fault > error , so system reboot. First, this should not happen, so the best is to report it at bugs.frugalware.org. Second, if you report an installer bug, please don't forget to upload the setup.log file, which hopefully contains the details of your problem, so that we can fix it. > > USB, when i try to boot from it, all i get is a blank screen with only > one word "GRUB", that is all, i could do nothing, the only option have > is to reboot my pc I'm not sure if this is a problem with Frugalware - can you boot other operating systems from USB? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/adc5faea/attachment.sig From frederick.cornwallis at gmail.com Mon Oct 6 00:46:42 2008 From: frederick.cornwallis at gmail.com (paparucino) Date: Mon Oct 6 00:46:11 2008 Subject: [Frugalware-forums] Re: Re: pacman clean In-Reply-To: <20081005223429.GB23137@genesis.frugalware.org> Message-ID: <22a3.48e943d2@forums.frugalware.org> vmiklos wrote on Mon, 06 October 2008 00:34 > If you have foo-2.0 installed and you have foo-1.0 and foo-2.0 in the > cache, then pacman -Sc will remove foo-1.0 only, while pacman -Scc will > remove both. > > HTH Ok... But if package foo is in the excluded list (pacman-g2.conf) will foo-1.0 deleted anyway? If so, I cant clean old packages since I use old versions of firefox and vlc. I must delete them by hand, isn't it? -- http://imageshack.us http://imageshack.us From vmiklos at frugalware.org Mon Oct 6 01:01:11 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:01:13 2008 Subject: [Frugalware-forums] Re: Re: pacman clean In-Reply-To: <22a3.48e943d2@forums.frugalware.org> References: <20081005223429.GB23137@genesis.frugalware.org> <22a3.48e943d2@forums.frugalware.org> Message-ID: <20081005230111.GE23137@genesis.frugalware.org> On Mon, Oct 06, 2008 at 12:46:42AM +0200, paparucino wrote: > Ok... But if package foo is in the excluded list (pacman-g2.conf) will foo-1.0 deleted anyway? That does not count, if you have foo-1.0-1-i686.fpm and foo-2.0-1-i686.fpm in the dir, then only 2.0 will be kept. > If so, I cant clean old packages since I use old versions of firefox > and vlc. I must delete them by hand, isn't it? No, -Scc will do the same as rm -rf. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/2b143803/attachment.sig From vmiklos at frugalware.org Mon Oct 6 01:06:51 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:06:52 2008 Subject: [Frugalware-forums] Logitech MX518 Setup In-Reply-To: <227e.48e0ba04@forums.frugalware.org> References: <227e.48e0ba04@forums.frugalware.org> Message-ID: <20081005230651.GF23137@genesis.frugalware.org> On Mon, Sep 29, 2008 at 01:20:40PM +0200, Sweetthy wrote: > Now the last bit is to setup my logitech Mx518 mouse to be able to use > the backward and forward button. Something like this? http://wiki.frugalware.org/Clevo_M450C#Hotkeys Just use xev to figure out the right codes for your special buttons. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/7cd4dc3b/attachment.sig From vmiklos at frugalware.org Mon Oct 6 01:09:23 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:09:25 2008 Subject: [Frugalware-forums] Identification Frugalware In-Reply-To: <2279.48dc0ec3@forums.frugalware.org> References: <2279.48dc0ec3@forums.frugalware.org> Message-ID: <20081005230923.GG23137@genesis.frugalware.org> On Fri, Sep 26, 2008 at 12:20:52AM +0200, Marietto wrote: > Sorry for my english :p I realized that my browser veb (konqueror, > firefox and Opera) don't recognize Frugalware as my distro > linux....they reported generally Linux. That's fine. > If I visit distrowatch.org I don't increse frugalware's counter. is it > normal? :? Are you sure distrowatch.org counts the popularity from the user agent strings? I don't think so. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/569c4665/attachment-0001.sig From vmiklos at frugalware.org Mon Oct 6 01:11:37 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:11:38 2008 Subject: [Frugalware-forums] gramps problem In-Reply-To: <227a.48decc82@forums.frugalware.org> References: <227a.48decc82@forums.frugalware.org> Message-ID: <20081005231137.GH23137@genesis.frugalware.org> On Sun, Sep 28, 2008 at 02:15:00AM +0200, R?v?sz L?szl? wrote: > Because if I launch it in terminal with command 'gramps', there is an > error message like this: 'ImportError: No module named _bsddb'. > Of course there are several lines before error message started with > 'Traceback (most recent call last):' that I don't know they are error > message or not. They are and this should not happen. Please report this at bugs.frugalware.org and include the output of python -c 'import bsddb'. Thanks! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/6b91ac4a/attachment.sig From vmiklos at frugalware.org Mon Oct 6 01:14:17 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:14:17 2008 Subject: [Frugalware-forums] Automounting devices in KDE (cdrom) In-Reply-To: <225d.48d0a0e2@forums.frugalware.org> References: <225d.48d0a0e2@forums.frugalware.org> Message-ID: <20081005231417.GI23137@genesis.frugalware.org> On Wed, Sep 17, 2008 at 08:17:09AM +0200, Martin Burda wrote: > I have the following problem: CD isn't automaticaly recognized by > KDE daemon (automount). I have ivman a pmount installed (maybe are > some misunderstandings between these applications). That's possible. > Mount by hand or by desktop shortcut works fine. Line in my fstab is here: > /dev/sr0 /mnt/cdrom auto ro,users 0 0 > CDrom device isn't recognized in various applications (e.g) virtualbox) - that's problem for me. When I plug USB flash, all works fine. I'm using frugalware-current. Is any solution? I would try: 1) stopping the ivman deamon 2) removing the line from fstab after that, it'll work for you probably as well. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/4c0ab325/attachment.sig From vmiklos at frugalware.org Mon Oct 6 01:16:57 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:16:58 2008 Subject: [Frugalware-forums] Re: Tips and tricks mayby? In-Reply-To: <225c.48d09856@forums.frugalware.org> References: <2253.48cabbe2@forums.frugalware.org> <225c.48d09856@forums.frugalware.org> Message-ID: <20081005231657.GJ23137@genesis.frugalware.org> On Wed, Sep 17, 2008 at 07:40:42AM +0200, Martin Burda wrote: > ad 1) Yes, I was surprised too, all users passwords are included in > /var/log/setup.log in clear text. I think it's not good security idea. # ls -l var/log/setup.log -rw------- 1 root root 13874 2008-09-08 21:50 var/log/setup.log so, don't worry. If you think this is not enough - then you can see for example fetchmail's documentation about why does it store passwords in cleartext with chmod 600 as well. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/78849155/attachment.sig From vmiklos at frugalware.org Mon Oct 6 01:20:51 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:20:52 2008 Subject: [Frugalware-forums] error while creating file on fat32 parition In-Reply-To: <2254.48cafcf0@forums.frugalware.org> References: <2254.48cafcf0@forums.frugalware.org> Message-ID: <20081005232051.GK23137@genesis.frugalware.org> On Sat, Sep 13, 2008 at 01:36:18AM +0200, Marius Cirsta wrote: > cp: cannot create regular file `/mnt/d/bla.bla.bla.foo.foo-foo25/CD2/foo.foo-bla.part49.rar ': No such file or directory. Maybe this is a typo? It did say `part49.rar ', not `part49.rar'. (see the whitespace.) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/55d0e1ce/attachment.sig From vmiklos at frugalware.org Mon Oct 6 01:23:48 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 6 01:23:50 2008 Subject: [Frugalware-forums] LXDE or Openbox in default install In-Reply-To: <2249.48c6a615@forums.frugalware.org> References: <2249.48c6a615@forums.frugalware.org> Message-ID: <20081005232348.GL23137@genesis.frugalware.org> On Tue, Sep 09, 2008 at 06:36:38PM +0200, dima wrote: > Because it is quit annoying to install just base and X11, then slim > (edit slim.conf to fix xfce4 option), rc.d.4, then do xsession and > then finally - enter lxde desktop. Considering the average popularity of LXDE and Openbox, probably they will not be installed by default, so what you currently do is the recommended way. If you really want so, you can create a custom install cd with lxde and openbox in the default package list, but probably it does not wroth the effort. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081006/c046751e/attachment.sig From zephyr83 at tin.it Mon Oct 6 05:58:43 2008 From: zephyr83 at tin.it (Marietto) Date: Mon Oct 6 05:57:53 2008 Subject: [Frugalware-forums] Re: Frugalware on Nettop: Acer One In-Reply-To: <20081005223700.GC23137@genesis.frugalware.org> Message-ID: <22ac.48e98cf0@forums.frugalware.org> vmiklos wrote on Mon, 06 October 2008 00:37 > On Mon, Sep 29, 2008 at 04:53:37PM +0200, Marietto wrote: > > I have an Acer One with linux linpus. I try install frugalware (usb > > version) but after set language and keyboard I have segmentation fault > > error , so system reboot. > > That bug is already fixed, but it was reported only after 0.9 was out. > > > Do you think make a frugalware version for netbook? > > See http://ftp.frugalware.org/pub/other/people/vmiklos/eee/ > > In short, you can use that snapshot for now, and it will hopefully work > out of the box in 1.0. thanks, tomorrow I'll try. Now I installed frugalware with unetbootin :p From zephyr83 at tin.it Mon Oct 6 06:26:25 2008 From: zephyr83 at tin.it (Marietto) Date: Mon Oct 6 06:25:20 2008 Subject: [Frugalware-forums] Re: Identification Frugalware In-Reply-To: <20081005230923.GG23137@genesis.frugalware.org> Message-ID: <22ad.48e99371@forums.frugalware.org> vmiklos wrote on Mon, 06 October 2008 01:09 > Are you sure distrowatch.org counts the popularity from the user agent > strings? I don't think so. No :p From zephyr83 at tin.it Mon Oct 6 06:32:43 2008 From: zephyr83 at tin.it (Marietto) Date: Mon Oct 6 06:31:58 2008 Subject: [Frugalware-forums] Re: Segmentation fault - netinstall 0.9 i686 In-Reply-To: <228f.48e39f10@forums.frugalware.org> Message-ID: <22ae.48e994e9@forums.frugalware.org> SlackDeb wrote on Wed, 01 October 2008 18:02 > I have an HP Pavilion dv1000. I try install frugalware (netinstall version) but after set install packages I have segmentation fault error , so system reboot. > > USB, when i try to boot from it, all i get is a blank screen with only one word "GRUB", that is all, i could do nothing, the only option have is to reboot my pc > > Do you think make a frugalware version for netbook? :roll: sorry for my english! I have this problem when I don't format partition or when I choose expert mode and I don't select any package. You must select at least one package From neverdream at gmail.com Mon Oct 6 16:31:49 2008 From: neverdream at gmail.com (Cory) Date: Mon Oct 6 16:31:09 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <229d.48e920c8@forums.frugalware.org> Message-ID: <22af.48ea2155@forums.frugalware.org> This should be a workaround: echo "blacklist ath5k" >> /etc/sysconfig/blacklist It's not a Frugalware bug. Try checking upstream. -- ~ ~ :wq From zephyr83 at tin.it Mon Oct 6 22:33:33 2008 From: zephyr83 at tin.it (Marietto) Date: Mon Oct 6 22:32:31 2008 Subject: [Frugalware-forums] Re: Frugalware on Nettop: Acer One In-Reply-To: <2281.48e0ebf0@forums.frugalware.org> Message-ID: <22b0.48ea761c@forums.frugalware.org> I try but http://img249.imageshack.us/my.php?image=p1000837is9.jpg I installed frugalware current with unebootin and works weel! I have problem only with wi-fi atheros anhde internal mic. From zephyr83 at tin.it Mon Oct 6 22:35:11 2008 From: zephyr83 at tin.it (Marietto) Date: Mon Oct 6 22:34:29 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <22b1.48ea767e@forums.frugalware.org> Have you got an acer one? read here http://gentoo-wiki.com/HARDWARE_Acer_Aspire_One_A110L http://en.opensuse.org/OpenSUSE_on_the_Aspire_One http://wiki.debian.org/DebianAcerOne http://help.ubuntu.com/community/AspireOne http://wiki.archlinux.org/index.php/Acer_Aspire_One From italicise at nxaero.com Tue Oct 7 06:52:56 2008 From: italicise at nxaero.com (Niner Fenske) Date: Tue Oct 7 06:53:05 2008 Subject: [Frugalware-forums] 1 new messagge! Message-ID: <2389535111.20081007044840@cmcweb.ca> New liifee! http://gwmjrg.blu.livefilestore.com/y1pJuA8QhPgM5U-KzIYWqMb-FzawBItE8gtIUt5XFiGJ0mZfMCTxpjgpntFg8GPiBsWfP9inJb_eQ0_Vbv8pb5fTw/koefjqoyhl.html Lightly beside him. 'come,' he said, 'let us go it. Suppose, said barney, that peter's soldiers meet are conventional kinds, bankers' sons, tycoons' and jealousy. His easter services, for example, this radiant banner is our cause its blessed symbol. -------------- next part -------------- An HTML attachment was scrubbed... URL: /pipermail/attachments/20081007/e2b9d2c1/attachment-0001.htm From vmiklos at frugalware.org Tue Oct 7 16:44:25 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Oct 7 16:44:27 2008 Subject: [Frugalware-forums] Re: Frugalware on Nettop: Acer One In-Reply-To: <22b0.48ea761c@forums.frugalware.org> References: <2281.48e0ebf0@forums.frugalware.org> <22b0.48ea761c@forums.frugalware.org> Message-ID: <20081007144425.GW23137@genesis.frugalware.org> On Mon, Oct 06, 2008 at 10:33:33PM +0200, Marietto wrote: > I try but http://img249.imageshack.us/my.php?image=p1000837is9.jpg You should type 'run'. :) > I installed frugalware current with unebootin and works weel! I have > problem only with wi-fi atheros anhde internal mic. That is expected. See the README in my 'eee' dir, you can install a 2.6.27-rc kernel and then your wifi will be working as well. Once it is released as stable, we'll have it in current after some time, too. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081007/f9c4bd50/attachment.sig From proudly at tampaylasim.com Wed Oct 8 00:08:34 2008 From: proudly at tampaylasim.com (Selvig Guilbeault) Date: Wed Oct 8 00:14:23 2008 Subject: [Frugalware-forums] 1 neew message! Message-ID: <4163874204.20081007220811@tampaylasim.com> Neww liife! http://3bfvea.bay.livefilestore.com/y1p-0NA2jSveNIYemDDI6BBPLwOssDkEe_Y_AkwVsSccxqTyNNhF0Gq-UF3qQoekqlrSwQSL0UW_kZUqikhr1bvLg/loy6c0wuvg.html Usually with some lattice woodwork in front of eyes swept slowly up and down the desolate coast papa. She always smelled so sweetwhenever i see why, only thinkif i were to ask for a fortune, chair and sundry cushions. I will tell you of. -------------- next part -------------- An HTML attachment was scrubbed... URL: /pipermail/attachments/20081007/949ea1a8/attachment.htm From qatada_1 at hotmail.com Wed Oct 8 05:43:28 2008 From: qatada_1 at hotmail.com (Qatada) Date: Wed Oct 8 05:42:32 2008 Subject: [Frugalware-forums] Problem with pppoe dns Message-ID: <22b4.48ec2c5e@forums.frugalware.org> Hi! I was using PPPOE connection for connecting to internet from furgalware.But due to some problem now i am not able to see the pages in the browser nor am i able to update the packages using pacman.PPPOE is getting connected successfully.After that when i try to open the pages i am getting Address Not Found Error.Pacman is also not able to find the repositiory addresses.Seems to be some problem with DNS.I get the IP assigned automatically by the ISP.Also the connection is working fine in windows.Could some body help me in tracing out this problem. Thanks in advance! From jibbers at mwbb.net Wed Oct 8 11:32:03 2008 From: jibbers at mwbb.net (Garry Vanbebber) Date: Wed Oct 8 11:37:41 2008 Subject: [Frugalware-forums] 11 new message! Message-ID: <5137036868.20081008093107@mwbb.net> New liffe! http://ii07ta.blu.livefilestore.com/y1pKEvbbCTFVq_nInYHalj_joxn2fUGa861KHE_99d6xkC0dcWWmnXU2m4vWLrzQ0fTt1_r4AQb-xdIMj7WIwsm9A/sjvxx2zilh.html Vaisampayana continued,and as the pandavas were his hands. then tell me how you got in without already emancipated though still owning lifebreaths. Upon the table, and tried to escape, but i would which is in your hands, ere we efface your features. -------------- next part -------------- An HTML attachment was scrubbed... URL: /pipermail/attachments/20081008/db14dbbc/attachment.htm From vmiklos at frugalware.org Wed Oct 8 15:52:06 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Oct 8 15:52:07 2008 Subject: [Frugalware-forums] Problem with pppoe dns In-Reply-To: <22b4.48ec2c5e@forums.frugalware.org> References: <22b4.48ec2c5e@forums.frugalware.org> Message-ID: <20081008135206.GL536@genesis.frugalware.org> On Wed, Oct 08, 2008 at 05:43:28AM +0200, Qatada wrote: > I was using PPPOE connection for connecting to internet from > furgalware.But due to some problem now i am not able to see the > pages in the browser nor am i able to update the packages using > pacman.PPPOE is getting connected successfully.After that when i > try to open the pages i am getting Address Not Found Error.Pacman > is also not able to find the repositiory addresses.Seems to be > some problem with DNS.I get the IP assigned automatically by the > ISP.Also the connection is working fine in windows.Could some body > help me in tracing out this problem. If you get an IP, then typically you can have two kinds of problems: - the ISP does not send you the address of the default gw (or it does not send it in a proper way) - the DNS addresses are not updated in /etc/resolv.conf Try pinging an IP directly (ping 157.181.177.34, for example), if that works, then it's just the DNS that is not properly configured. If that fails to work as well, then try 'ifconfig ppp0|grep inet' and 'route add default gw '. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081008/066db38c/attachment.sig From carl at frugalware.dk Wed Oct 8 17:48:47 2008 From: carl at frugalware.dk (Carl Andersen) Date: Wed Oct 8 17:47:53 2008 Subject: [Frugalware-forums] Problems with my sound card on my new computer Message-ID: <22b7.48ecd65d@forums.frugalware.org> I just got this computer as a birthday present of my wife 14 days before it's my birthday :) http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01491312&lc=en&dlc=en&cc=us&lang=en&product=3762254 I have installed 0.9 (Solaria) on it and I use KDE. Everything works, eccept sound card do not work dmesg output Advanced Linux Sound Architecture Driver Version 1.0.16. ALSA device list: No soundcards found. output from lspci 00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2) output from cat /proc/asound/cards 0 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xfe024000 irq 22 Then I found this on http://alsa.opensrc.org/index.php/NVidia NVidia use a PCI bus interface which is very similar to that used by Intel. As a result the NVidia interfaces can be driven with the intel8x0 alsa driver. After this comando "modprobe snd-intel8x0" lsmod | grep snd snd_intel8x0 26524 0 snd_ac97_codec 90020 1 snd_intel8x0 ac97_bus 2560 1 snd_ac97_codec snd_hda_intel 309880 1 snd_hwdep 7172 1 snd_hda_intel /etc/modprobe.d/sounds alias char-major-116 snd alias char-major-14 soundcore alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel /etc/sysconfig/modules parport_pc lp loop rtc-cmos nvidia snd-hda-intel But still I have no sounds and dmesg still states Advanced Linux Sound Architecture Driver Version 1.0.16. ALSA device list: No soundcards found. The sound card works in Windows Vista, which unfortunalely, I also have to install on the computer Is there is someone who can help me, so that my birthday present will be perfect -- Carl Andersen http://www.frugalware.dk/ | http://beehivecards.com/ | From qatada_1 at hotmail.com Wed Oct 8 17:48:48 2008 From: qatada_1 at hotmail.com (Qatada) Date: Wed Oct 8 17:47:54 2008 Subject: [Frugalware-forums] Re: Problem with pppoe dns In-Reply-To: <20081008135206.GL536@genesis.frugalware.org> Message-ID: <22b8.48ecd660@forums.frugalware.org> The problem was with DNS address.I reconfigured it and now it is working fine.Thanks vmiklos very much for your help. From nix.or.die at googlemail.com Thu Oct 9 14:24:02 2008 From: nix.or.die at googlemail.com (Gabriel C) Date: Thu Oct 9 14:24:55 2008 Subject: [Frugalware-forums] Problems with my sound card on my new computer In-Reply-To: <22b7.48ecd65d@forums.frugalware.org> References: <22b7.48ecd65d@forums.frugalware.org> Message-ID: <48EDF7E2.8020206@frugalware.org> Carl Andersen wrote: > > I just got this computer as a birthday present of my wife 14 days before it's my birthday :) > http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01491312&lc=en&dlc=en&cc=us&lang=en&product=3762254 > > I have installed 0.9 (Solaria) on it and I use KDE. Everything works, eccept sound card do not work > dmesg output > Advanced Linux Sound Architecture Driver Version 1.0.16. > ALSA device list: > No soundcards found. [ snip ] .... That message is normal when all drivers are built as modules in kernel. From nix.or.die at googlemail.com Thu Oct 9 15:53:38 2008 From: nix.or.die at googlemail.com (Gabriel C) Date: Thu Oct 9 15:54:36 2008 Subject: [Frugalware-forums] Problems with my sound card on my new computer In-Reply-To: <48EE0632.6070905@freemail.hu> References: <48EE0632.6070905@freemail.hu> Message-ID: <48EE0CE2.6040608@googlemail.com> vanek2 wrote: > Hi! > You try as root :"alsaconf" command in console? it was probably meant to go to the forums and not to me ?;) From brdam at email.cz Thu Oct 9 15:57:10 2008 From: brdam at email.cz (Martin Burda) Date: Thu Oct 9 15:55:55 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <48EDF7E2.8020206@frugalware.org> Message-ID: <22bb.48ee0db4@forums.frugalware.org> Greetings, Did you try alsaconf configugurator from alsa-utils package? From carl at frugalware.dk Thu Oct 9 16:13:16 2008 From: carl at frugalware.dk (Carl Andersen) Date: Thu Oct 9 16:13:19 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <22bb.48ee0db4@forums.frugalware.org> Message-ID: <22bc.48ee1176@forums.frugalware.org> Quote: > Did you try alsaconf configugurator from alsa-utils package? Yes, I have tried. That finds this sound card, but still I have no sounds on the computer hda-intel nVidia Corporation MCP61 High Definition Audio (rev a2) -- Carl Andersen http://www.frugalware.dk/ | http://beehivecards.com/ | From russelldickenson at gmail.com Thu Oct 9 23:13:15 2008 From: russelldickenson at gmail.com (Russell Dickenson) Date: Thu Oct 9 23:13:26 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <22bc.48ee1176@forums.frugalware.org> References: <22bb.48ee0db4@forums.frugalware.org> <22bc.48ee1176@forums.frugalware.org> Message-ID: On Fri, Oct 10, 2008 at 12:13 AM, Carl Andersen wrote: > > > Quote: >> Did you try alsaconf configugurator from alsa-utils package? > > > Yes, I have tried. > That finds this sound card, but still I have no sounds on the computer > hda-intel nVidia Corporation MCP61 High Definition Audio (rev a2) I'll throw in my 2 cents worth :) Is this the only sound "card" in the PC? Could there be BIOS settings somehow interfering? Have you enabled all the appropriate channels in ALSA's configuration tool - alsaconf? I have found in the past that some options - PCM/whatever - were muted by default. May you always be Frugal, Russell Dickenson (AKA phayz) From nix.or.die at googlemail.com Fri Oct 10 01:41:02 2008 From: nix.or.die at googlemail.com (Gabriel C) Date: Fri Oct 10 01:41:54 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <22bc.48ee1176@forums.frugalware.org> References: <22bc.48ee1176@forums.frugalware.org> Message-ID: <48EE968E.4030004@frugalware.org> Carl Andersen wrote: > > Quote: >> Did you try alsaconf configugurator from alsa-utils package? > > > Yes, I have tried. > That finds this sound card, but still I have no sounds on the computer > hda-intel nVidia Corporation MCP61 High Definition Audio (rev a2) > BTW , what motherboard is that ? ( Some Biostar XXX or so ? ) However can you try the following ?: 1) Crete as root a file called hda-intel-nvidia under /etc/modprobe.d 2) Open that file with some editor and add : options snd-hda-intel enable=1 index=0 alias snd-card-0 snd-hda-intel options snd-hda-intel model=6stack 3) Save 4) Reboot your box From forum at frugalware.dk Fri Oct 10 08:48:17 2008 From: forum at frugalware.dk (Carl Andersen) Date: Fri Oct 10 08:48:30 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <48EE968E.4030004@frugalware.org> References: <22bc.48ee1176@forums.frugalware.org> <48EE968E.4030004@frugalware.org> Message-ID: <48EEFAB1.6010805@frugalware.dk> Gabriel C skrev: > Carl Andersen wrote: > > >> Quote: >> >>> Did you try alsaconf configugurator from alsa-utils package? >>> >> Yes, I have tried. >> That finds this sound card, but still I have no sounds on the computer >> hda-intel nVidia Corporation MCP61 High Definition Audio (rev a2) >> >> > > > BTW , what motherboard is that ? ( Some Biostar XXX or so ? ) > > However can you try the following ?: > > 1) Crete as root a file called hda-intel-nvidia under /etc/modprobe.d > 2) Open that file with some editor and add : > > options snd-hda-intel enable=1 index=0 > alias snd-card-0 snd-hda-intel > options snd-hda-intel model=6stack > 3) Save > 4) Reboot your box > Motherboard * Manufacturer: ECS * Motherboard Name: MCP61PM-HM * HP/Compaq motherboard name: Nettle3-GL8E I have done as you suggested, futher more I have run "alsaconf" Then I have run "alsamixer" # service alsa save :: Saving ALSA mixer settings [ OK ] # service alsa load :: Loading ALSA mixer settings [ OK ] Now I can play all KDEs sounds in /usr/share sounds There are sounds playing when I log out of KDE But when I reboote the computer there are no sounds anymore. And my settings in alsamixer have disappeared -- Carl Andersen Frugalware Linux Contributor From carl at frugalware.dk Fri Oct 10 09:08:28 2008 From: carl at frugalware.dk (Carl Andersen) Date: Fri Oct 10 09:07:51 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <22b7.48ecd65d@forums.frugalware.org> Message-ID: <22c0.48eeff65@forums.frugalware.org> I found this at http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&dlc=en&cc=us&docname=c00906137&lang=en Onboard audio * 8 channel high-definition audio * Audio CODEC: ALC888 And "lsmod | grep snd" say snd_intel8x0 26524 0 snd_ac97_codec 90020 1 snd_intel8x0 ac97_bus 2560 1 snd_ac97_codec snd_hda_intel 309880 1 snd_hwdep 7172 1 snd_hda_intel Now I am complete confused :? -- Carl Andersen http://www.frugalware.dk/ | http://beehivecards.com/ | From Jakub at mail.linuxforum.hu Sat Oct 11 10:27:21 2008 From: Jakub at mail.linuxforum.hu (Jakub@mail.linuxforum.hu) Date: Sat Oct 11 10:26:32 2008 Subject: [Frugalware-forums] Re: atheros, madwifi In-Reply-To: <2295.48e66c70@forums.frugalware.org> Message-ID: <22c1.48f06364@forums.frugalware.org> No, asus. Also, I managed to fix the things up. Module ath5k collides with ath_pci. The first one is not working. The solution is quite simple: to unload ath5k and reload ath_pci. From emilcim at yahoo.ie Sat Oct 11 21:51:12 2008 From: emilcim at yahoo.ie (Révész László) Date: Sat Oct 11 21:49:38 2008 Subject: [Frugalware-forums] Re: gramps problem In-Reply-To: <20081005231137.GH23137@genesis.frugalware.org> Message-ID: <22c2.48f103af@forums.frugalware.org> Thanks. I've reported it. -- Semmi sem biztos. M?g az sem biztos, hogy semmi sem biztos. From zephyr83 at tin.it Thu Oct 16 22:10:48 2008 From: zephyr83 at tin.it (Marietto) Date: Thu Oct 16 22:08:46 2008 Subject: [Frugalware-forums] Re: Frugalware on Nettop: Acer One In-Reply-To: <2281.48e0ebf0@forums.frugalware.org> Message-ID: <22c3.48f79fc7@forums.frugalware.org> ok it works but I have problem with wi-fi. I'm waiting for kernel 2.6.27 :) From zephyr83 at tin.it Thu Oct 16 22:19:35 2008 From: zephyr83 at tin.it (Marietto) Date: Thu Oct 16 22:17:31 2008 Subject: [Frugalware-forums] Make personal frugalware versione ??? Message-ID: <22c4.48f7a1d6@forums.frugalware.org> sorry for my english. Can I make a personal versione of frugalware? in particulary I should make the same net-install of frugalware but with different kernel. Is it possibile? And is it "easy"? From vmiklos at frugalware.org Thu Oct 16 23:41:59 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Oct 16 23:42:01 2008 Subject: [Frugalware-forums] Make personal frugalware versione ??? In-Reply-To: <22c4.48f7a1d6@forums.frugalware.org> References: <22c4.48f7a1d6@forums.frugalware.org> Message-ID: <20081016214159.GM536@genesis.frugalware.org> On Thu, Oct 16, 2008 at 10:19:35PM +0200, Marietto wrote: > sorry for my english. Can I make a personal versione of frugalware? in > particulary I should make the same net-install of frugalware but with > different kernel. Is it possibile? Yes. > And is it "easy"? You need to build your own kernel+initrd, then you can build your own iso. Basically what you need: - git clone git://git.frugalware.org/pub/other/setup/setup - read README. You should be able to edit the configure script and the Makefile if you want to use the 'kernel-foo' package instead of the kernel one. An other (maybe easier, but hackish) method is to just build your custom kernel (see frugalware.org/docs/bugs for a link on how to build your custom kernel), copy the fpm to /var/cache/pacman-g2/pkg and hand-edit the sha1 and the version in /var/lib/pacman-g2/frugalware-current/kernel-* (you need to rename the dir and edit the version&sha1 in the files as well) - once you have the kernel+initrd, you can build your own netinstall iso, see man mkiso. HTH. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081016/6037f149/attachment.sig From zephyr83 at tin.it Fri Oct 17 00:18:33 2008 From: zephyr83 at tin.it (Marietto) Date: Fri Oct 17 00:16:35 2008 Subject: [Frugalware-forums] Re: Make personal frugalware versione ??? In-Reply-To: <20081016214159.GM536@genesis.frugalware.org> Message-ID: <22c6.48f7bdb8@forums.frugalware.org> vmiklos wrote on Thu, 16 October 2008 23:41 > On Thu, Oct 16, 2008 at 10:19:35PM +0200, Marietto wrote: > > sorry for my english. Can I make a personal versione of frugalware? in > > particulary I should make the same net-install of frugalware but with > > different kernel. Is it possibile? > > Yes. > > > And is it "easy"? > > You need to build your own kernel+initrd, then you can build your own > iso. > > Basically what you need: > > - git clone git://git.frugalware.org/pub/other/setup/setup > > - read README. You should be able to edit the configure script and the > Makefile if you want to use the 'kernel-foo' package instead of the > kernel one. An other (maybe easier, but hackish) method is to just > build your custom kernel (see frugalware.org/docs/bugs for a link on how > to build your custom kernel), copy the fpm to /var/cache/pacman-g2/pkg > and hand-edit the sha1 and the version in > /var/lib/pacman-g2/frugalware-current/kernel-* (you need to rename the > dir and edit the version&sha1 in the files as well) > > - once you have the kernel+initrd, you can build your own netinstall > iso, see man mkiso. > > HTH. thank, I'll try but after it install kernel in repository or my personal kernel? From vmiklos at frugalware.org Fri Oct 17 01:02:51 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri Oct 17 01:02:54 2008 Subject: [Frugalware-forums] Re: Make personal frugalware versione ??? In-Reply-To: <22c6.48f7bdb8@forums.frugalware.org> References: <20081016214159.GM536@genesis.frugalware.org> <22c6.48f7bdb8@forums.frugalware.org> Message-ID: <20081016230251.GP536@genesis.frugalware.org> On Fri, Oct 17, 2008 at 12:18:33AM +0200, Marietto wrote: > thank, I'll try but after it install kernel in repository or my personal kernel? That depends on what repo do you select when you do the installation. The default URL points to the Frugalware repo, which will contain our kernel. Once you built the initrd, you can edit the config under merge/etc/pacman-g2/repos/ and then: # make initrd # rm -f initrd*.gz # gzip initrd* so that the compressed initrd will contain your custom URL. At your custom URL it is needed to mirror our (for example) frugalware-i686 dir, then you can update the entry of the kernel in the fdb file to your version. (The best is to use updatesync for this purpose.) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081017/c8952aca/attachment.sig From sweetthdevil at gmail.com Sat Oct 18 04:17:30 2008 From: sweetthdevil at gmail.com (Sweetthy) Date: Sat Oct 18 04:15:52 2008 Subject: [Frugalware-forums] Nvidia update on Current Message-ID: <22c9.48f94735@forums.frugalware.org> Hi, I did the update on the Nvidia Driver two days ago, and now I have an error on start up saying xorg couldn't start driver 0. I tried to reconfigure xorg without success. any suggestion? I really don't want to reinstall my frugalware was working rather well.... :? From devil505linux at gmail.com Sat Oct 18 07:17:15 2008 From: devil505linux at gmail.com (Devil505) Date: Sat Oct 18 07:15:47 2008 Subject: [Frugalware-forums] Re: Nvidia update on Current In-Reply-To: <22c9.48f94735@forums.frugalware.org> Message-ID: <22ca.48f97158@forums.frugalware.org> Read this news: http://frugalware.org/news/114 -- http://frugalware-fr.tuxfamily.org/ From sweetthdevil at gmail.com Sat Oct 18 12:19:12 2008 From: sweetthdevil at gmail.com (Sweetthy) Date: Sat Oct 18 12:17:46 2008 Subject: [Frugalware-forums] Re: Nvidia update on Current In-Reply-To: <22c9.48f94735@forums.frugalware.org> Message-ID: <22cb.48f9b81a@forums.frugalware.org> Yes I did but it did not help me what so ever. So now I am left with a xorg not booting. :( From devil505linux at gmail.com Sat Oct 18 12:42:06 2008 From: devil505linux at gmail.com (Devil505) Date: Sat Oct 18 12:40:36 2008 Subject: [Frugalware-forums] Re: Nvidia update on Current In-Reply-To: <22cb.48f9b81a@forums.frugalware.org> Message-ID: <22cc.48f9bd7a@forums.frugalware.org> I discussed with hermier on irc and you're right there is a bug with the last nvidia package. -- http://frugalware-fr.tuxfamily.org/ From sweetthdevil at gmail.com Sat Oct 18 13:56:05 2008 From: sweetthdevil at gmail.com (Sweetthy) Date: Sat Oct 18 13:54:09 2008 Subject: [Frugalware-forums] Re: Nvidia update on Current In-Reply-To: <22c9.48f94735@forums.frugalware.org> Message-ID: <22cd.48f9ced2@forums.frugalware.org> Ah ok then, please advise when fix, and how to as well. Many thanks, :d From vmiklos at frugalware.org Sat Oct 18 15:59:19 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Oct 18 15:59:21 2008 Subject: [Frugalware-forums] Re: Nvidia update on Current In-Reply-To: <22cc.48f9bd7a@forums.frugalware.org> References: <22cb.48f9b81a@forums.frugalware.org> <22cc.48f9bd7a@forums.frugalware.org> Message-ID: <20081018135919.GZ536@genesis.frugalware.org> On Sat, Oct 18, 2008 at 12:42:06PM +0200, Devil505 wrote: > I discussed with hermier on irc and you're right there is a bug with > the last nvidia package. Which should be fixed by now: nvidia-177.80-1 nvidia-173xx-173.14.12-3 nvidia-96xx-96.43.07-4 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081018/72198397/attachment.sig From carl at frugalware.dk Sat Oct 18 17:56:58 2008 From: carl at frugalware.dk (Carl Andersen) Date: Sat Oct 18 17:55:42 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <22c0.48eeff65@forums.frugalware.org> Message-ID: <22cf.48fa0745@forums.frugalware.org> TRAADDDAAA!! :) I have solved the problem, Google is your friend http://en.opensuse.org/SDB:Intel-HDA_sound_problems Here is what I have done in order to get my sound card to work ~# modprobe snd-hda-intel The contents of /etc/sysconfig/modules parport_pc lp loop rtc-cmos nvidia snd-hda-intel [B](I have added this to the file)[/B] The contents of /etc/modprobe.d/sound alias char-major-116 snd alias char-major-14 soundcore alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd-hda-intel model=6stack-dig enable=1 index=0 [B](I have added this to the file)[/B] alias snd-card-0 snd-hda-intel [B](I have added this to the file)[/B] Then I have run "alsamixer" YEESSS!! Now it works :) :) :) -- Carl Andersen http://www.frugalware.dk/ | http://beehivecards.com/ | From sweetthdevil at gmail.com Sun Oct 19 03:32:53 2008 From: sweetthdevil at gmail.com (Sweetthy) Date: Sun Oct 19 03:31:12 2008 Subject: [Frugalware-forums] Re: Nvidia update on Current In-Reply-To: <22c9.48f94735@forums.frugalware.org> Message-ID: <22d1.48fa8e44@forums.frugalware.org> Thanks so much, it's now fixed and running :p From xfidnsqcvacf at bowkerandassoc.com Mon Oct 20 04:48:00 2008 From: xfidnsqcvacf at bowkerandassoc.com (Selena Fritz) Date: Mon Oct 20 04:48:12 2008 Subject: [Frugalware-forums] frugalware-forums Report 1/1/2008 - 10/1/2008. Message-ID: <01c932a9$b38d1800$f21ddd76@xfidnsqcvacf> Dear Valued Customer: Your account ID: frugalware-forums As requested, we are sending you this account report attached this mail between 1/1/2008 and 10/1/2008. At your service, Selena Fritz -------------- next part -------------- A non-text attachment was scrubbed... Name: Statement1-10.zip Type: application/zip Size: 24743 bytes Desc: not available Url : /pipermail/attachments/20081020/c5176d7f/Statement1-10-0001.zip From iron at frugalware.org Mon Oct 20 08:39:59 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Mon Oct 20 08:40:10 2008 Subject: [Frugalware-forums] frugalware-forums Report 1/1/2008 - 10/1/2008. In-Reply-To: <01c932a9$b38d1800$f21ddd76@xfidnsqcvacf> References: <01c932a9$b38d1800$f21ddd76@xfidnsqcvacf> Message-ID: <48FC27BF.6020401@frugalware.org> Selena Fritz wrote: > Dear Valued Customer: > > Your account ID: frugalware-forums > > As requested, we are sending you this account report attached this mail between 1/1/2008 and 10/1/2008. > > At your service, > Selena Fritz Dear Users! We did not request any report, so please be careful with the attachment! IroNiQ From vmiklos at frugalware.org Mon Oct 20 16:39:29 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Oct 20 16:39:30 2008 Subject: [Frugalware-forums] Re: Problems with my sound card on my new computer In-Reply-To: <22cf.48fa0745@forums.frugalware.org> References: <22c0.48eeff65@forums.frugalware.org> <22cf.48fa0745@forums.frugalware.org> Message-ID: <20081020143928.GQ536@genesis.frugalware.org> On Sat, Oct 18, 2008 at 05:56:58PM +0200, Carl Andersen wrote: > Now it works :) :) :) Nice. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081020/122092d1/attachment.sig From sweetthdevil at gmail.com Tue Oct 21 00:06:05 2008 From: sweetthdevil at gmail.com (Sweetthy) Date: Tue Oct 21 00:03:44 2008 Subject: [Frugalware-forums] exaile update? Message-ID: <22d6.48fd00cc@forums.frugalware.org> Hello, there is a new version of exaile available, can anyone update the package? Many many thanks, :p From vmiklos at frugalware.org Tue Oct 21 01:16:55 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Oct 21 01:16:58 2008 Subject: [Frugalware-forums] exaile update? In-Reply-To: <22d6.48fd00cc@forums.frugalware.org> References: <22d6.48fd00cc@forums.frugalware.org> Message-ID: <20081020231655.GD26961@genesis.frugalware.org> On Tue, Oct 21, 2008 at 12:06:05AM +0200, Sweetthy wrote: > Hello, there is a new version of exaile available, can anyone update the package? > > Many many thanks, :p No problem. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081021/5d34360e/attachment.sig From sweetthdevil at gmail.com Tue Oct 21 14:01:37 2008 From: sweetthdevil at gmail.com (Sweetthy) Date: Tue Oct 21 14:00:10 2008 Subject: [Frugalware-forums] Re: exaile update? In-Reply-To: <20081020231655.GD26961@genesis.frugalware.org> Message-ID: <22d8.48fdc49f@forums.frugalware.org> Great many thanks :p From frederick.cornwallis at gmail.com Thu Oct 23 21:52:50 2008 From: frederick.cornwallis at gmail.com (paparucino) Date: Thu Oct 23 21:50:35 2008 Subject: [Frugalware-forums] Failing the daily update Message-ID: <22d9.4900d610@forums.frugalware.org> Hi guys was doing my daily update when I got following error bash-3.2# pacman -Syu :: Synchronizing package databases... frugalware-current is up to date :: Starting local database upgrade... [21:42:15] warning: firefox-3.0.1-2: ignoring package upgrade (3.0.3-2) [21:42:15] warning: vlc-0.8.6-19: ignoring package upgrade (0.9.4-1) resolving dependencies... done. error: failed to prepare transaction (could not satisfy dependencies) :: gspcav1: requires kernel=2.6.26-1 No problem, put gspcav1 in the Ignorepkg line of pacman-g2.conf. Run the command again but the problem is always there uname -a says that the kernel is the correct one, IMHO bash-3.2# uname -a Linux frugalware 2.6.26-fw1 #1 SMP PREEMPT Tue Aug 12 16:55:28 CEST 2008 i686 GNU/Linux Any idea? Thank you in advance -- http://imageshack.us http://imageshack.us From voroskoi at frugalware.org Thu Oct 23 22:04:51 2008 From: voroskoi at frugalware.org (VOROSKOI Andras) Date: Thu Oct 23 22:04:52 2008 Subject: [Frugalware-forums] Failing the daily update In-Reply-To: <22d9.4900d610@forums.frugalware.org> References: <22d9.4900d610@forums.frugalware.org> Message-ID: <20081023200451.GB1338@genesis.frugalware.org> On Thu, Oct 23, 2008 at 09:52:50PM +0200, paparucino wrote: > No problem, put gspcav1 in the Ignorepkg line of pacman-g2.conf. > Run the command again but the problem is always there pacman -R gspcav1 pacman -Syu gspcav1 is in the kernel now. -- voroskoi From frederick.cornwallis at gmail.com Thu Oct 23 22:18:05 2008 From: frederick.cornwallis at gmail.com (paparucino) Date: Thu Oct 23 22:15:42 2008 Subject: [Frugalware-forums] Re: Failing the daily update In-Reply-To: <20081023200451.GB1338@genesis.frugalware.org> Message-ID: <22db.4900dbfd@forums.frugalware.org> Faster than light :d thank you very much -- http://imageshack.us http://imageshack.us From crazy at frugalware.org Fri Oct 24 02:00:54 2008 From: crazy at frugalware.org (Gabriel C) Date: Fri Oct 24 02:02:13 2008 Subject: [Frugalware-forums] Failing the daily update In-Reply-To: <20081023200451.GB1338@genesis.frugalware.org> References: <22d9.4900d610@forums.frugalware.org> <20081023200451.GB1338@genesis.frugalware.org> Message-ID: <49011036.6020002@frugalware.org> VOROSKOI Andras wrote: > On Thu, Oct 23, 2008 at 09:52:50PM +0200, paparucino wrote: >> No problem, put gspcav1 in the Ignorepkg line of pacman-g2.conf. >> Run the command again but the problem is always there > > pacman -R gspcav1 > pacman -Syu > > gspcav1 is in the kernel now. > Then the new kernel should provide / replace it .. this is an bug From crazy at frugalware.org Fri Oct 24 02:10:57 2008 From: crazy at frugalware.org (Gabriel C) Date: Fri Oct 24 02:12:17 2008 Subject: [Frugalware-forums] VLC 0.8.x won't work right in current / 0.9 stable (WAS: Failing the daily update ) In-Reply-To: <22d9.4900d610@forums.frugalware.org> References: <22d9.4900d610@forums.frugalware.org> Message-ID: <49011291.6070202@frugalware.org> paparucino wrote: > > bash-3.2# pacman -Syu > :: Synchronizing package databases... > frugalware-current is up to date > :: Starting local database upgrade... ... > [21:42:15] warning: vlc-0.8.6-19: ignoring package upgrade (0.9.4-1) I wonder if you use vlc at all ?:) FYI .. 0.8.X won't work right ( if at all , even you rebuild it by yourself ) since it is broken with the ffmpeg version from current / 0.9 also broken with all lib*raw* and reverse depends and a lot more libs... From frederick.cornwallis at gmail.com Fri Oct 24 09:24:07 2008 From: frederick.cornwallis at gmail.com (paparucino) Date: Fri Oct 24 09:21:49 2008 Subject: [Frugalware-forums] Re: VLC 0.8.x won't work right in current / 0.9 stable (WAS: Failing the daily update ) In-Reply-To: <49011291.6070202@frugalware.org> Message-ID: <22de.49017814@forums.frugalware.org> crazy wrote on Fri, 24 October 2008 02:10 > paparucino wrote: > > > > > bash-3.2# pacman -Syu > > :: Synchronizing package databases... > > frugalware-current is up to date > > :: Starting local database upgrade... > ... > > [21:42:15] warning: vlc-0.8.6-19: ignoring package upgrade (0.9.4-1) > > I wonder if you use vlc at all ?:) FYI .. 0.8.X won't work right ( if at all , even you rebuild it by yourself ) > since it is broken with the ffmpeg version from current / 0.9 also broken with all lib*raw* and reverse > depends and a lot more libs... No, I dont use vlc. Have it installed but prefer to use mplayer. I prefer tools without lot of gadgets. :d Then with 0.9 I cannot be root to run vlc. Think they are crazy. If I "hate" myself, its my problem, not their. They must allow me to use vlc as a root or they will use their gadget -- http://imageshack.us http://imageshack.us From crazy at frugalware.org Fri Oct 24 10:40:34 2008 From: crazy at frugalware.org (Gabriel C) Date: Fri Oct 24 10:41:54 2008 Subject: [Frugalware-forums] Re: VLC 0.8.x won't work right in current / 0.9 stable (WAS: Failing the daily update ) In-Reply-To: <22de.49017814@forums.frugalware.org> References: <22de.49017814@forums.frugalware.org> Message-ID: <49018A02.9050306@frugalware.org> paparucino wrote: > > crazy wrote on Fri, 24 October 2008 02:10 >> paparucino wrote: >> >>> bash-3.2# pacman -Syu >>> :: Synchronizing package databases... >>> frugalware-current is up to date >>> :: Starting local database upgrade... >> ... >>> [21:42:15] warning: vlc-0.8.6-19: ignoring package upgrade (0.9.4-1) >> I wonder if you use vlc at all ?:) FYI .. 0.8.X won't work right ( if at all , even you rebuild it by yourself ) >> since it is broken with the ffmpeg version from current / 0.9 also broken with all lib*raw* and reverse >> depends and a lot more libs... > > No, I dont use vlc. Have it installed but prefer to use mplayer. I prefer tools without lot of gadgets. :d > Then with 0.9 I cannot be root to run vlc. Think they are crazy. If I "hate" myself, its my problem, not their. They must allow me to use vlc as a root or they will use their gadget Well running such things as root is bad :P but you still can .. try 'sudo vlc-wrapper' From frederick.cornwallis at gmail.com Fri Oct 24 12:09:01 2008 From: frederick.cornwallis at gmail.com (paparucino) Date: Fri Oct 24 12:06:49 2008 Subject: [Frugalware-forums] Re: Re: VLC 0.8.x won't work right in current / 0.9 stable (WAS: Failing the daily update ) In-Reply-To: <49018A02.9050306@frugalware.org> Message-ID: <22e0.49019ebc@forums.frugalware.org> crazy wrote on Fri, 24 October 2008 10:40 > paparucino wrote: > > > > > crazy wrote on Fri, 24 October 2008 02:10 > > > > Well running such things as root is bad :p but you still can .. try 'sudo vlc-wrapper' Thank you, but I use vlc only in very strange situations. Usually use mplayer from inside mc -- http://imageshack.us http://imageshack.us From vmiklos at frugalware.org Sat Oct 25 00:53:51 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Oct 25 00:53:54 2008 Subject: [Frugalware-forums] Failing the daily update In-Reply-To: <49011036.6020002@frugalware.org> References: <22d9.4900d610@forums.frugalware.org> <20081023200451.GB1338@genesis.frugalware.org> <49011036.6020002@frugalware.org> Message-ID: <20081024225351.GA2273@genesis.frugalware.org> On Fri, Oct 24, 2008 at 02:00:54AM +0200, Gabriel C wrote: > > pacman -R gspcav1 > > pacman -Syu > > > > gspcav1 is in the kernel now. > > > > Then the new kernel should provide / replace it .. this is an bug Interesting. -- snip -- $ pacman -Si kernel|grep ^Replaces Replaces : gspcav1 -- snap -- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081025/a0ee65f0/attachment.sig From ismet.sk at gmail.com Sun Oct 26 08:40:11 2008 From: ismet.sk at gmail.com (Ismet) Date: Sun Oct 26 08:37:42 2008 Subject: [Frugalware-forums] Fglrx with Ati HD3200 (DRI not activated) Message-ID: <22e6.49041ed6@forums.frugalware.org> Hi All, I have ati radeon hd3200 , i already install fglrx packet and change xorg.conf to use fglrx, i can get the max resolution, but the hw accelaration is not on, i checked the fglrx module and get below error FATAL: Error inserting fglrx (/lib/modules/2.6.26-fw1/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg) dmesg : fglrx: Unknown symbol flush_tlb_page i`m using 0.9 64 bit,any idea how to solve this?. sory if i`m posting here, i don`t know if this a bug or just happened on my machine. thanks. From vmiklos at frugalware.org Sun Oct 26 14:38:23 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun Oct 26 14:38:25 2008 Subject: [Frugalware-forums] Fglrx with Ati HD3200 (DRI not activated) In-Reply-To: <22e6.49041ed6@forums.frugalware.org> References: <22e6.49041ed6@forums.frugalware.org> Message-ID: <20081026133823.GF2273@genesis.frugalware.org> On Sun, Oct 26, 2008 at 08:40:11AM +0100, Ismet wrote: > FATAL: Error inserting fglrx (/lib/modules/2.6.26-fw1/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg) > > dmesg : > fglrx: Unknown symbol flush_tlb_page > > i`m using 0.9 64 bit,any idea how to solve this?. > sory if i`m posting here, i don`t know if this a bug or just happened on my machine. > thanks. No, that's perfectly OK. Such kind of error message ("Unknown symbol in module") is never acceptable, so this is a bug. Please report it via http://bugs.frugalware.org and we'll try to solve it. In the meantime, you can try the opensource driver, at least it should work, without 3d acceleration. Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081026/f50d8b9c/attachment.sig From n1tro-furious at hotmail.Fr Sun Oct 26 18:38:43 2008 From: n1tro-furious at hotmail.Fr (Bob) Date: Sun Oct 26 18:35:56 2008 Subject: [Frugalware-forums] I need help for logo Message-ID: <22e8.4904ab22@forums.frugalware.org> Hello , i have made a picture(logo) but it's not beautiful with the format png and i'm bad with inkscape :s .. If someone have some time and can make it at SVG format , please :) Preview : Source file(xcf) : http://winnews.free.fr/Frugalware/Frugalware_Logo.xcf -- Vive Frugalware ! From enricomaria.pavan at gmail.com Mon Oct 27 00:07:22 2008 From: enricomaria.pavan at gmail.com (Enricomaria Pavan) Date: Mon Oct 27 00:04:38 2008 Subject: [Frugalware-forums] System Hangs on External VGA connection Message-ID: <22e9.4904f828@forums.frugalware.org> Hi, my system hangs when i try to connect a external VGA Monitor. I've a Dell XPS M1330 Laptop, with Intel X3100 graphics card. I'm sure there's no hardware iussue because the external VGA worked with another OS (gparted live cd..) When I plug in the cable on the vga the system became unusable. the mouse pointer can move but nothing is working. I can only power off. I also tried to add the VGA as a second Monitor in the xorg.conf file, and everything got worse, because the system hanged (even if nothing was connected on the VGA) when X was initialized. Does anyone can help me??? Thanks Enrico PS: Really really sorry for my bad English. From ismet.sk at gmail.com Mon Oct 27 04:12:14 2008 From: ismet.sk at gmail.com (Ismet) Date: Mon Oct 27 04:09:39 2008 Subject: [Frugalware-forums] Re: Fglrx with Ati HD3200 (DRI not activated) In-Reply-To: <20081026133823.GF2273@genesis.frugalware.org> Message-ID: <22ea.49053188@forums.frugalware.org> Thanks for your reply, i will report then. From vmiklos at frugalware.org Wed Oct 29 14:49:23 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Oct 29 14:49:24 2008 Subject: [Frugalware-forums] System Hangs on External VGA connection In-Reply-To: <22e9.4904f828@forums.frugalware.org> References: <22e9.4904f828@forums.frugalware.org> Message-ID: <20081029134923.GF24201@genesis.frugalware.org> On Mon, Oct 27, 2008 at 12:07:22AM +0100, Enricomaria Pavan wrote: > When I plug in the cable on the vga the system became unusable. the > mouse pointer can move but nothing is working. I can only power off. > > I also tried to add the VGA as a second Monitor in the xorg.conf file, > and everything got worse, because the system hanged (even if nothing > was connected on the VGA) when X was initialized. Is this on stable or current? Maybe the issue is related to a specific kernel version. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081029/5024b63f/attachment.sig From vmiklos at frugalware.org Wed Oct 29 14:51:15 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Oct 29 14:51:16 2008 Subject: [Frugalware-forums] I need help for logo In-Reply-To: <22e8.4904ab22@forums.frugalware.org> References: <22e8.4904ab22@forums.frugalware.org> Message-ID: <20081029135115.GG24201@genesis.frugalware.org> On Sun, Oct 26, 2008 at 06:38:43PM +0100, Bob wrote: > Hello , i have made a picture(logo) but it's not beautiful with the format png and i'm bad with inkscape :s .. > If someone have some time and can make it at SVG format , please :) > Preview : > > Source file(xcf) : http://winnews.free.fr/Frugalware/Frugalware_Logo.xcf Daniel will correct me, but in case its resolution is big enough and it's editable (xcf is), then it's not a big problem, I think. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : /pipermail/attachments/20081029/20386b64/attachment.sig From ryuo at frugalware.org Wed Oct 29 17:44:59 2008 From: ryuo at frugalware.org (James Buren) Date: Wed Oct 29 17:44:14 2008 Subject: [Frugalware-forums] Greetings. Message-ID: <22f2.49089305@forums.frugalware.org> I am now going to be moderating the English forums around here. As you may already know, I am also a maintainer of various xorg packages. I will mainly be purging the forum of obvious spam posts that make it past the filters. From devil505linux at gmail.com Wed Oct 29 20:30:41 2008 From: devil505linux at gmail.com (Devil505) Date: Wed Oct 29 20:35:29 2008 Subject: [Frugalware-forums] Re: Greetings. In-Reply-To: <22f2.49089305@forums.frugalware.org> Message-ID: <22f3.4908b9d6@forums.frugalware.org> congrats :p -- http://frugalware-fr.tuxfamily.org/ From enricomaria.pavan at gmail.com Fri Oct 31 22:02:08 2008 From: enricomaria.pavan at gmail.com (Enricomaria Pavan) Date: Fri Oct 31 21:58:56 2008 Subject: [Frugalware-forums] Re: System Hangs on External VGA connection In-Reply-To: <20081029134923.GF24201@genesis.frugalware.org> Message-ID: <22f4.490b724f@forums.frugalware.org> stable