Support Requests - CLICK TO READ BEFORE POSTING



Posted by: Anton89
10-29-2015, 11:51 AM
Forum: Video Cards
- No Replies

Hello! I have GT 530 in my PC. I have problems with my driver. By default I used Nouveo driver. But then my PC started to freeze. Randomly. I could just hard reset it with a button on my case. Then I have read on the forum thet it my be the vide card. Now i'm using NVIDIA binary driver version 346.96 but it is laggy. A lot. what can i do??



Posted by: valtam
10-29-2015, 07:45 AM
Forum: On Topic
- Replies (10)

Some early information. Historically speaking, there are always some pretty important bugs squashed after a major LTS release. Linux Lite 3.0 will be released as per the roadmap - https://www.linuxliteos.com/forums/relea...e-roadmap/ This 8 week period gives the new LTS time to settle in and stabilize, as well as allowing us to release our well-known stable first release. The first Linux Lite Beta 3.0 is likely to be released 4 - 6 weeks after the 16.04 LTS release.

http://www.linuxandubuntu.com/home/ubunt...buntu-1510



Posted by: Coastie
10-28-2015, 06:47 PM
Forum: Other
- Replies (3)

Sorry if this small but annoying problem has already been covered in this forum or help manual. I cannot either find the fix or do not understand it if I did.  ???

Some how by accident I have changed my windows tiling setting. When I first boot up I normally start Thunderbird then start Firefox after reading mail. Thunderbird opens full screen down to panel which does not hide. This is what I want. When I start Firefox, it opens full screen but the title bar is below Thunderbird's and the window bottom is behind the panel instead of above it. I want Firefox full screen to the panel and completely covering Thunderbird's window. I use the icons in the panel to change programs.

How do I reset the window tiling the way I described?



Posted by: oxo42
10-27-2015, 05:29 PM
Forum: Installing Linux Lite
- Replies (8)

    Hi I have been dual booting WinXP and L.Lite 1.0.8 / I now want to use L.Lite 2.6,
How do I delete linux partitions and prepare the disk for new install of L.Lite 2.6 to dual boot with Windows.

I have looked in archives without any results.



Posted by: thera
10-27-2015, 04:13 PM
Forum: Sound
- Replies (8)

I want to activate my microphone.
I have this:
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 02)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)
01:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
03:00.0 Ethernet controller: Qualcomm Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)


any ideas?



Posted by: BarryVG
10-27-2015, 02:02 PM
Forum: Installing Software
- Replies (2)

Have LLV2.6 running on a Dell notebook, did this for Google Earth install
opened Terminal, entered:
wget http://dl.google.com/earth/client/curren...hLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
System went out and did the install, all worked fine.

Tried on another system, same steps, now system says it can't create folders and the /etc/gnome/defaults.list.new: permission denied.

what am I missing?



Posted by: cuscotravelservices
10-27-2015, 02:16 AM
Forum: On Topic
- Replies (1)

Hi Jerry,


Now that Ubuntu has gone the systemd (vomit) route, what are the plans for future versions of Linux Lite?



Posted by: Anton89
10-26-2015, 08:44 PM
Forum: Hard Drives and SSDs
- Replies (9)

Hello! I have a problem. I have my linux lite installed on my HP pavilion p6 series. On the back I have 2 USB 3.0 ports. This is a PCI express card. I cannot find drivers for this. I eaven cant find whats the name of the card. I remmember that a had problems with finding drivers for win 7 but that is a long time ago. What can I do to get drivers? :/



Posted by: Wirezfree
10-26-2015, 08:26 PM
Forum: Tutorials
- Replies (6)


Having just changed a hostname on 1 of my PC's thought I would share.
Maybe useful if you have made a mistake with the name, or you just want to change it, or you have "cloned" a VM in Virtualbox.


The hostname is the name of your computer, in a terminal you see,
dave@lappy:~$
"lappy" is the "hostname"


First make copies of the configuration files, in case you want to undo this:

Code:
sudo cp /etc/hosts /etc/hosts.old sudo cp /etc/hostname /etc/hostname.old


Then you need to edit the "2" files below which have the "hostname" in them.
Edit the files and change the "old" hostname to the "new" hostname


Code:
gksu leafpad /etc/hosts
Then
Code:
gksu leafpad /etc/hostname


Now re-boot, and you now have a "new" hostname


"Important"
If you have set up network "sharing" on this PC you also need to change the "netbios name" to match the "new" hostame


First make copy of configuration file, in case you want to undo this:
Code:
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.old
Then
Code:
gksu leafpad /etc/samba/smb.conf


Edit the file and change the "netbios name =" from "old" hostname to the "new" hostname that you changed above


Now re-boot, your PC will now show on your network with a name that "matches" your "new" hostname
If you have created links to this PC from "other" PC's, you will also need to edit those links to match the "new" hostname.


If you wish to change back to the "original hostname", you will need to do the following:


Code:
sudo cp /etc/hosts.old /etc/hosts sudo cp /etc/hostname.old /etc/hostname sudo cp /etc/samba/smb.conf.old /etc/samba/smb.conf


The re-boot.


Remember to change back any links to this PC from "other" PC's,
you will need to edit those links again to match the "original" name.



Posted by: baztabroh
10-25-2015, 04:29 PM
Forum: Other
- Replies (1)

How can I get gufw at startup?
type commend

Code:
echo "passs"|sudo -S /usr/bin/gufw
[Image: index.php?action=dlattach;topic=126086.0...8836;image]