Re: Bluetooth: hardware detected but no device

2016-03-06 Thread deloptes
Markos wrote: > The system detect the hardware on boot: > > dmesg | grep -i blue > [ 9.685735] Bluetooth: Core ver 2.19 > [ 9.685759] Bluetooth: HCI device and connection manager initialized > [ 9.685770] Bluetooth: HCI socket layer initialized > [ 9.685773] Bluetooth: L2CAP socket layer initiali

Re: Is it possible to conduct a Debian install over wifi (iwlwifi)?

2016-03-06 Thread Andy Smith
Hello, On Mon, Mar 07, 2016 at 03:39:26AM +, Andy Smith wrote: > As per > http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/ > I wrote an ISO of the current amd64 netinst including non-free > firmware to a USB and booted from it. > > At no point does it tell me that

Is it possible to conduct a Debian install over wifi (iwlwifi)?

2016-03-06 Thread Andy Smith
Hi, I've got a ThinkPad X1 Carbon gen 4 which I'd like to try installing Debian on. Preferably stable, but I'll try with testing if necessary. The machine has an Intel 8260 wifi which will require non-free firmware. Although it has an eth0 (e1000e), physically using that requires an adaptor, so t

Re: boot problem

2016-03-06 Thread Thiago
Hi, you can open the Terminal and type: # grub-install /dev/sda1 And # update-grub2 This will do what you need. Em 06-03-2016 03:55, lina escreveu: > Hi, > > After install the debian, > > it goes to debian OS system directly, without showing me the option of > start Mac OS or debian OS. > > Any

Cannot Load Changelogs!

2016-03-06 Thread maddonkeykong
In Synaptic, I can't load any Changelogs, it gives this message: This change is not coming from a source that supports changelogs. Failed to fetch the changelog for cpio URI was: http://packages.debian.org/changelogs/pool/main/c/cpio/cpio_2.11+dfsg-4.1+deb8u1/changelog [apt-get changelog packa

Re: What else must I do to avoid installing "suggests"? Was: How to get a "minimal font set"?

2016-03-06 Thread Patrick Bartek
On Sun, 06 Mar 2016, Kynn Jones wrote: > Thank you for all your comments and suggestions. > > My interest in this question stems from the fact that I'm getting > ready to do a full reinstallation of my system, and I don't want to > repeat my previous mistakes. > > My concern is that the unwanted

Re: binary-i386 packages missing in Release file

2016-03-06 Thread Haines Brown
On Sun, Mar 06, 2016 at 08:43:56PM -0300, Martinx - ジェームズ wrote: > Correct syntax is: > > -- > deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main > -- > > On 6 March 2016 at 20:10, Haines Brown wrote: > > On Sun, Mar 06, 2016 at 10:47:26PM +0300, Reco wrote: > >       H

Re: binary-i386 packages missing in Release file

2016-03-06 Thread Martinx - ジェームズ
Correct syntax is: -- deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main -- On 6 March 2016 at 20:10, Haines Brown wrote: > On Sun, Mar 06, 2016 at 10:47:26PM +0300, Reco wrote: > > Hi. > > > > On Sun, 6 Mar 2016 14:34:25 -0500 > > Haines Brown wrote: > > > > > I have je

Re: binary-i386 packages missing in Release file

2016-03-06 Thread Haines Brown
On Sun, Mar 06, 2016 at 10:47:26PM +0300, Reco wrote: > Hi. > > On Sun, 6 Mar 2016 14:34:25 -0500 > Haines Brown wrote: > > > I have jessie installed on an AMD64 machine, which lacks any desktop > > environment. > > > > I downloaded google-chrome AMD64 deb from the Chrome website and > >

Re: boot problem

2016-03-06 Thread Keith Bainbridge
Good morning Lina I don't get that the partitions aren't showing sda1 to sda15. I would expect osx to be on sda3 or sda4 from memory. And my version of osx didn't have a separate swap partition. So what are the other missing partitions? Are there any other partitions listed in the devices s

Bluetooth: hardware detected but no device

2016-03-06 Thread Markos
Hi, I'm using Jessie with a Dell laptop Latitude D430. The system detect the hardware on boot: dmesg | grep -i blue [9.685735] Bluetooth: Core ver 2.19 [9.685759] Bluetooth: HCI device and connection manager initialized [9.685770] Bluetooth: HCI socket layer initialized [9.68577

Re: which files took the space

2016-03-06 Thread Pascal Hambourg
David Wright a écrit : > On Sat 05 Mar 2016 at 21:18:55 (+0100), Pascal Hambourg wrote: >> David Wright a écrit : >>> You can't create files on an unmounted filesystem. >> Of course you can, with the adequate tools. For instance mtools for FAT, >> e2tools for ext2, ntfs-3g (previoulsy ntfsprogs) fo

Re: KVM Bridge wlan0

2016-03-06 Thread Pascal Hambourg
Hello, timothy.marion@marion.systems a écrit : > > I am to stupid to figure out how to setup a bridge using wlan0. No, you're not. You're just ignorant of an important fact : bridging of a wireless interface in managed (asociated) or adhoc mode has been disabled for some time now, because, by de

Re: binary-i386 packages missing in Release file

2016-03-06 Thread Sven Hartge
Reco wrote: > 1) Locate the line like this in a file inside /etc/apt/sources.list.d: > deb http://dl.google.com/linux/chrome/deb/ > 2) Change it to: > deb [amd64] http://dl.google.com/linux/chrome/deb/ > This warning should go away. This will only be a temporary fix as the google-chrome pack

Fwd: KVM Bridge wlan0

2016-03-06 Thread Timothy Marion
I have a laptop with an wireless adapter. I would like to run KVM with virtual machines. I would like to be able to access the internet from the virtual machine. Can anybody tell me how that is done using the wireless adapter? > Begin forwarded message: > > From: Reco > Subject: Re: KVM Bri

Re: binary-i386 packages missing in Release file

2016-03-06 Thread Reco
Hi. On Sun, 6 Mar 2016 14:34:25 -0500 Haines Brown wrote: > I have jessie installed on an AMD64 machine, which lacks any desktop > environment. > > I downloaded google-chrome AMD64 deb from the Chrome website and > installed by running dpkg -i on it. It works OK. But now I want to add >

Re: binary-i386 packages missing in Release file

2016-03-06 Thread Sven Hartge
Haines Brown wrote: > I have jessie installed on an AMD64 machine, which lacks any desktop > environment. > I downloaded google-chrome AMD64 deb from the Chrome website and > installed by running dpkg -i on it. It works OK. But now I want to add > flashplugin-nonfree for it or, if that fails to

Re: KVM Bridge wlan0

2016-03-06 Thread Reco
Hi. Please refrain from top-posting. Please do not CC me, I'm subscribed to the list. On Sun, 6 Mar 2016 14:05:32 -0500 Timothy Marion wrote: > I do not know that I want to bridge eth0 to wlan0. You have it anyway in the current configuration. > I have one working interface on my com

binary-i386 packages missing in Release file

2016-03-06 Thread Haines Brown
I have jessie installed on an AMD64 machine, which lacks any desktop environment. I downloaded google-chrome AMD64 deb from the Chrome website and installed by running dpkg -i on it. It works OK. But now I want to add flashplugin-nonfree for it or, if that fails to use it for my iceweasel. In orde

Re: KVM Bridge wlan0

2016-03-06 Thread Timothy Marion
Different config similar result did not email actual ssid, psk. I’m a idiot not a moron. I do not know that I want to bridge eth0 to wlan0. I have one working interface on my computer wlan0. I want a virtual machine using KVM to be able to communicate to the internet using wlan0. All documenta

Re: KVM Bridge wlan0

2016-03-06 Thread Reco
Hi. On Sun, 06 Mar 2016 12:33:57 -0500 timothy.marion@marion.systems wrote: > I can only find 1 reference to using wlan0 for bridging. > https://wiki.debian.org/BridgeNetworkConnections This WEB Site and it > talks about using ebtable. Is ebtable the only way to have a bridge for > KVM wi

Re: What else must I do to avoid installing "suggests"? Was: How to get a "minimal font set"?

2016-03-06 Thread Linux-Fan
[Sun, 6 Mar 2016 12:12:20 -0500] Kynn Jones wrote: > Thank you for all your comments and suggestions. > > My interest in this question stems from the fact that I'm getting > ready to do a full reinstallation of my system, and I don't want to > repeat my previous mistakes. > > My concern is that

KVM Bridge wlan0

2016-03-06 Thread timothy . marion
Hi All, I have a laptop with a wireless interface. I would like to use kvm. I am to stupid to figure out how to setup a bridge using wlan0. yes I am a idiot. Yes I need someone who can spell it out character by character for me. I can find many, many, many, many, many , how many do you need e

Re: What else must I do to avoid installing "suggests"? Was: How to get a "minimal font set"?

2016-03-06 Thread Kynn Jones
Thank you for all your comments and suggestions. My interest in this question stems from the fact that I'm getting ready to do a full reinstallation of my system, and I don't want to repeat my previous mistakes. My concern is that the unwanted packages could have landed in my hard drive when the

Re: help using apt-build

2016-03-06 Thread Javi Barroso
Hello, El 6 de marzo de 2016 15:14:12 CET, Michael Fothergill escribió: >On 6 March 2016 at 11:06, Javier Barroso wrote: > >> Hello Michael, >> >> On Sun, Mar 6, 2016 at 11:42 AM, Michael Fothergill >> wrote: >> > >> > >> > On 5 March 2016 at 20:00, Javier Barroso >wrote: >> >> >> >> Hello,

Re: help using apt-build

2016-03-06 Thread Michael Fothergill
On 6 March 2016 at 11:06, Javier Barroso wrote: > Hello Michael, > > On Sun, Mar 6, 2016 at 11:42 AM, Michael Fothergill > wrote: > > > > > > On 5 March 2016 at 20:00, Javier Barroso wrote: > >> > >> Hello, > >> > >> On Sat, Mar 5, 2016 at 3:48 PM, Michael Fothergill > >> wrote: > >> > > >> >

Re: boot problem

2016-03-06 Thread lina
df -h Filesystem Size Used Avail Use% Mounted on /dev/sda4 641M 235M 360M 40% / udev 10M 0 10M 0% /dev tmpfs 1.6G 9.1M 1.6G 1% /run /dev/sda819G 3.6G 14G 21% /usr tmpfs 3.9G 68K 3.9G 1% /dev/shm tmpfs 5.0M 4.0K

Gnome GUI: status line issue

2016-03-06 Thread Miroslav Skoric
Hi, I am not sure now how that has happened, but probably somewhere during the system upgrade from squeeze to wheezy (the upgrade done from within GUI), one of my machines somehow lost the ability of the status line in Gnome GUI to show icons of active program windows, either normal or [minim

Re: trying to optimize find's searches ...

2016-03-06 Thread Javier Barroso
Hello Albretch, On Sat, Mar 5, 2016 at 6:23 AM, Albretch Mueller wrote: > find works significantly faster when you bag various search patterns á la: > > -iname '*.ko' -or -iname '*.bin' -or -iname '*.txt' > > but, how could you do that using a batch strategy and setting a > variable with many "-[

Re: help using apt-build

2016-03-06 Thread Javier Barroso
Hello Michael, On Sun, Mar 6, 2016 at 11:42 AM, Michael Fothergill wrote: > > > On 5 March 2016 at 20:00, Javier Barroso wrote: >> >> Hello, >> >> On Sat, Mar 5, 2016 at 3:48 PM, Michael Fothergill >> wrote: >> > >> > >> > On 23 February 2016 at 18:46, Javi Barroso >> > wrote: >> >> >> >> Hel

Re: help using apt-build

2016-03-06 Thread Michael Fothergill
On 5 March 2016 at 20:00, Javier Barroso wrote: > Hello, > > On Sat, Mar 5, 2016 at 3:48 PM, Michael Fothergill > wrote: > > > > > > On 23 February 2016 at 18:46, Javi Barroso > wrote: > >> > >> Hello, > >> > >> El 23 de febrero de 2016 18:08:32 CET, Michael Fothergill > >> escribió: > >> >Dea