Support Requests - CLICK TO READ BEFORE POSTING



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]



Posted by: eikelein
10-24-2015, 08:48 PM
Forum: Network
- Replies (5)

:-[
As an IT old timer but Linux newbie I am embarrassed to have to ask this question but I have found no info:

Is there, and if yes, where is a list (or similar) of wireless USB adapters that LL 2.6 will work with out of the box?

Or can someone please just tell what make/model to look for?

I had bought some (cheap, sic!) wireless adapters with a Ralink chip. The installation instructions for Linux on the disk were so cryptic that I returned the gizmos.

TIA for any info.



Posted by: cuscotravelservices
10-23-2015, 10:13 PM
Forum: Other
- Replies (3)

Hi Everyone,

Does the Power Manager Icon, in the System Notification tray of the Panel, display the Battery Level of your wireless devices (e.g. Mouse/Trackball) when the pointer hovers over the icon?

Thanks!



Posted by: cuscotravelservices
10-23-2015, 10:11 PM
Forum: Other
- Replies (2)

Hi Everyone,

Is iPhone Charging and Connectivity properly supported in LL 2.6?

Thanks!.