Debian Configuration :: Using Live LXDE Wireless WDA-1320?
Sep 11, 2011
I do recall being able to at least figure out Debian enough that I got my wireless working (a few years back). Today I popped in a fresh Live LXDE DVD. I can't find that my wireless is recognized, nor can I find any graphical network management utilities. Nothing network related. Perhaps its all in the command line, but I'm not too familiar with it (though I'm not averse to following instructions if I can use that to simply fix this issue).
I did look at documentation first. To the best of my ability anyway. I could not use it to help myself. Once I get internet working, at least I can trouble shoot on the Debian installation itself, which makes the process much easier. Having to switch out to a Windows installation is a pain.
View 1 Replies
ADVERTISEMENT
Aug 23, 2010
Just fooling around with a live image, thinking about dumping Ubuntu for a straight Debian install and I can't get wireless running on it. Is this a "known issue?"
View 11 Replies
View Related
Oct 27, 2010
I installed lxde, but my wireless internet doesn't work. I can switch back to gnome and it works perfectly. I tried wicd and manually connecting with the command line. Both fail while trying to get an ip.
View 2 Replies
View Related
Aug 1, 2011
The first issue is adding launch icons to the task bar. I can add launchers, but cannot figure out how to link them to applications. It is only half a problem, because putting links on the desktop is easy, but I prefer having launchers on the task bar so the desktop is not cluttered.The big problem is placement of desktop icons. I like to put icons on the right side of the screen, and more importantly, I like to group related icons. For example, if I had a folder or document for Linux and another for Debian, I want them grouped together. I also like arranging by category: folders in one column, documents and images in another and launchers (if any) in a third. However, if there is way to enable desktop icons to be moved, I cannot figure it out. Icons are fixed on the left side of the screen with folders first in alphabetical order, then documents/images in alphabetical or numerical order, and launch icons last.My guess is icons can be moved, but I am not computer literate enough to figure it out. It does not make sense that the task bar can be placed on the top, bottom, left or right, but desktop icons cannot be moved. I have tried every preference setting, but there are no relevant options.Am I over-looking something that is not obvious or is it a strange deficiency with LXDE?
View 3 Replies
View Related
Apr 8, 2011
I have got the following Problem: I installed the 64 bit lxde Debian version... I couldnt configure the network during the installation because I just have a dsl modem and not a router... so the configuration of the network failed.... after the installation I started debian... and was surprised about the lack of "basic system configuration"-software that had been installed... I couldnt find aptitude or whats the debian-Update-Programm called .... instead I found OpenOffice... HAE? then I tried to configure internet access..... so I started a terminal and tried to start pppoeconf... but the program wasnt found! ARRRGG! What am I doing wrong here.... Why are these system utilities like pppoeconf not always installed...
View 1 Replies
View Related
Feb 3, 2016
I have a strange problem in my new debian 8.3 LXDE install. Every time I boot my laptop it goes in to sleep mode automatically after a min. It is a default install and I have not configured any power management options. How do I find out the reason for the automatic sleep and how can I rectify it?
View 4 Replies
View Related
May 3, 2011
I'm trying to setup the wireless in the debian lxde livecd but I'm not seeing how it is done.
I've searched a bit and found this page [URL] , which says to use the wicd program, but since I don't have internet there, I can't install the program!
View 2 Replies
View Related
Dec 9, 2010
i want to install opensuse 11.3 with LXDE on ASUS EEEPC 1201HA.
Therefor i download this: Derivatives - openSUSE and tied to get this on USB-Stick with Unetbootin.
The EEEPC bootet but obviously the image was not able to boot.
Booting the ISO from CDROM from a external drive it works.
Is it not designed to boot from USB?
View 1 Replies
View Related
Feb 17, 2011
Does anyone here have experience with using the Debian Live Builder from HERE? Every time I attempt a build, it fails. I thought it strange that it didn't let me select 'amd64' under 'LB_ARCHITECTURE', 'testing' under 'LB_DISTRIBUTION', or multiple options under 'LB_LINUX_FLAVOURS'. Does anyone see what I might have done wrong?
# Standard options
LB_BINARY_IMAGES="iso-hybrid"
LB_DISTRIBUTION="sid"
LB_PACKAGES_LISTS="minimal"
LB_TASKS=""
LB_PACKAGES="dpkg aptitude wget wvdial ppp sudo"
[Code]...
View 3 Replies
View Related
Nov 15, 2010
Our network uses static ip's and I cannot get them to work with Debian live. In fact, when I reboot, it always goes back to "roaming". What am I doing wrong here?
View 7 Replies
View Related
Mar 16, 2011
I've created live squeeze usb-hdd with xfce desktop and if I start it, I have UTC time. Howto set fix to UTC+02:00, before image creation?
View 2 Replies
View Related
Mar 19, 2011
I try to create squeeze live usb-hdd and try to add additional group using this script in config/chroot_local-hooks:#!/bin/sh
# Give VIEW_USB access to the USB devices to allow USB redirection
VIEW_USB="/usr/lib/vmware/vmware-view-usb"
if [ -x "$VIEW_USB" ]; then
if [ -e /proc/bus/usb ]; then
groupadd usb 2>/dev/null || : # Do not error if group already exists
[code].....
View 1 Replies
View Related
Aug 14, 2010
I was using 11.2 quite happily, decided to install 11.3 via the LXDE live CD. Everything seems fine for the moment, apart from the fact that I can't seem to delete the LiveCD user, even when logged in as my own account. Even logging in to a terminal from my own log-in seems to result in a whoami output of linux (the liveCD user).
View 5 Replies
View Related
Aug 25, 2010
I installed lxde from a live cd and can't boot into anything. At first, when I rebooted, the computer went to grub>, so I used grub commands to find the grub menu lst. It was in (hd0,5). So I made that the root and grub said it was successful. I rebooted, now I get error 25. Was I supposed to enable one of the boot options in the setup? The setup showed two boot options, MBR and root (I think), both disabled. I just clicked continue. Did I mess up the install setup?
View 9 Replies
View Related
Jun 18, 2015
On a new Lenovo Thinkpad T450s, I encounter the following issue: The USB drive containing live CD image ("burned" to the USB using mkusb tool --> which in turn uses dd) cannot be booted from the UEFI boot loader. I have to reconfigure the hardware (BIOS) setup to support both UEFI & legacy system, and with first boot priority given to legacy (BIOS-style) booting. But if I do this, I don't see the UEFI system in the /sys/firmware/uefi directory. I am using the 64-bit live CD image (debian-live-8.0.0-amd64-xfce-desktop.iso).
This is my goal: to boot the live USB from UEFI, so that I can install it in a form that is UEFI-bootable.
View 3 Replies
View Related
Feb 24, 2016
I'd like to create my own custom Debian live CD — the idea being to have my own rescue CD with my favorite Debian tools installed. I read about bootcd and was going to give that a try, after creating the ideal system in a qemu virtual machine.
How much exactly can you install on a system so that bootcd can still fit it on a CD? I'm presuming there is some kind of compression involved. When I tried to create my VM, I coudln't get Jessie + LXDE to install onto a 2GB virtual drive (net install) so naturally I'm wondering what I'm going to be able to put on a 700MB CD.
View 7 Replies
View Related
Mar 25, 2016
I'm trying to boot Live Debian (on a usb stick) on a Dell XPS ('Developers Edition' aka 9343). From what I've read about the status of on this hardware [URL] and about Debian Live (https://www.debian.org/CD/live/) it sounds like this may be possible, but I haven't figured it out. I don't know how to deal with the bios &| uefi settings.
I created the boot stick with dd if=debian-live-8.3.0-amd64-mate-desktop+nonfree.iso of=/dev/sdd1 bs=4M; sync
View 2 Replies
View Related
Apr 13, 2010
I have been trying to build a Debian-live-version for some time using live-helper. It works fine if I choose lenny as distribution. With sid I always get into trouble.Sometimes live-helper does't find any aufs-modules but it stops looking for them if I keep the options as simple as above.What is the problem of live-helper's to build on sid or squeeze (which I have met similar troubles with)?
View 10 Replies
View Related
Feb 4, 2011
I've created Live Debian USB image and it works well, but if I put an additional USB stick, then it's just read only. Howto configure Live Debian before rebuild an image to get fully USB support, i mean to write into other USB drives?
View 4 Replies
View Related
Jul 15, 2011
I try to allow root login in ssh on wheezy usb-hdd LIVE using this script in config/chroot_local-hooks:
This script was working well during squeeze usb-hdd live creation.
View 5 Replies
View Related
May 28, 2010
After installing from the LXDE live CD I am unable to login. I type in my username, and then my password, and then the prompt goes back to the username (in other words, nothing happens). I can however login via the virtual terminals.
Could this be an issue with the live cd? Or was it just a bad install?
View 8 Replies
View Related
Feb 3, 2011
I've Lenny and I've created a customized LIVE USB image with Swiss German keyboard layout using these commands:# lh config -b usb-hdd --bootappend-live "locales=de_CH.UTF-8 keyboard-layouts=ch" --packages-list xfce
# lh_build An binary.img was successfully created, but if I boot from this image, then I still have default US keyboard under xfce.
View 2 Replies
View Related
Feb 9, 2011
Howto change user password in live usb-hdd?[URL]you need to copy the
/usr/share/initramfs-tools/scripts/live-bottom/10adduser your build folder:
mkdir -p config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/
cp /usr/share/initramfs-tools/scripts/live-bottom/10adduser config/chroot_local-includes/usr/share/initramfs-tools/scripts/live-bottom/
[code]....
View 8 Replies
View Related
Feb 10, 2011
create lenny usb-hdd live and would like to have ext2 on the usb stick.I changed in config/binary to ext2:LH_BINARY_FILESYSTEM="ext2"but get this problem:# lh_clean # lh_build W: You have selected values of LH_BOOTLOADER and LH_BINARY_FILESYSTEM which are incompatible - syslinux only supports FAT filesystems.
P: Setting up cleanup function
View 7 Replies
View Related
Nov 9, 2015
I want to customise an amnesic Debian environment (like Kali Live CD) with everything (Users, background, icons, etc.) set up to work the way I need. This OS should be inside a memory stick, and, most important, it has to have an encrypted partition I can mount and unmount whenever I want to save persistent data.
View 5 Replies
View Related
Apr 29, 2011
Howto change default editor by live usb-hdd creation? Normally, I can change from the command line:# update-alternatives --config editorbut howto put it into live config?
View 1 Replies
View Related
May 5, 2011
I have successful upgraded my system from Lenny to Squeeze and have even installed NVIDIA Driver successful, as well as other applications that I need. My system is now running smoothly and okey. My applications are also running smoothly except Skype 2.2 (Debian Forum Guys are currently helping me solve it).
However, I do want to upgrade my file system to ext4 in order to take its advance features and advantages especially that my system is now in WORK HORSE mode. However, I am not confident enough to do it because the guide is limited and does not tackle the issue of a system using ext3 with LVM2 on it.
Therefore, my question is how do I migrate (LIVE) my Ext3 to Ext4 on my system that uses LVM2? A clear and understandable guide is highly appreciated especially that I am newbie on it.
View 2 Replies
View Related
Jul 29, 2011
I am trying out the Debian 6.01 Live Cd but I can't get my wireless to work. This is on an old Dell C610 laptop running Windows XP, the wireless works fine under XP. Dell TrueMobile 1150 Series Mini PCI Card (on Texas Instruments PCI-1410 cardbus control).
Here's what I have done so far. Booted Live 686. Takes a long time on this old machine but finally loads with no apparent problems. My wireless network is detected- shows up in the list - 2SAT4, along with several others in the area. I click on it, after a bit it finally comes up with the wireless authentication form, I complete this with my WPA key and hit connect. This repeats without connecting.
I then goto edit connections, and make sure the wireless "auto 2SAT4" has "infrastructure" for mode and "automatic" for MTU. It does. I also make sure the Authentication is set to "Open System".
Looking at lsmod I can see that the orinoco module seems to be loaded, I think that is what this wireless card uses.
At terminal I do a "sudo iwconfig" and see that Eth0 has no ESSID or Access Point.
I do the following:
sudo iwconfig eht0 essid 2sat4
sudo iwconfig eth0 key [WPA key number]
I then do a "sudo iwconfig" and see that Eth0 still has no ESSID or Access Point. I then do a "sudo iwlist eth0 scan" and the response is "Interface doesn't support scanning" I then do a "sudo iwlist eht0 wpakeys" and the response is there are four keys available but they are all off.
View 3 Replies
View Related
Feb 8, 2011
Wonderful Debian 6 in live mode! Using it with my EeePc 901 with ralink rt2860sta wireless Doing lsmod, rt2860sta is on 0 (it means, don´t charged) How can I use my wireless rt2860sta in live mode?
View 1 Replies
View Related
May 10, 2011
I'm considering installing Debian on my Toshiba A660 laptop but I want to be sure the wireless connection will work. I have Windows 7 on it already on it and it has a Broadcom 802.11n Network Adapter. Is there an easy way to set up a wireless connection and will it work on a live CD to test it?
View 3 Replies
View Related