Re: How do I find what drivers are installed
On 29/06/15 06:53, Bret Busby wrote: (as I can not copy the list, as a block copy, a command line command to so list the packages, would be useful, eg "apt-get list-intalled | grep xserver") The command you want is "dpkg -l". -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/55910148.8060...@zen.co.uk
Re: looking for a sound waveform viewer, but not audacity for reasons explained
On Sun, Jun 28, 2015 at 05:24:25PM -0700, Dan Hitt wrote: > Hi, > > Could somebody please point me to a sound waveform viewer? > > I'm aware of audacity, which is of course a very fine piece of > software. But its function is more to edit than just to view. So, > e.g., if you open a sound file, then it wants to create a project, and > when you want to exit you have to tell it not to save the project that > it created. > > I would like to just have something that shows the waveform. > > Ideally it would do other tasks connected with viewing, such as being > able to zoom to the sample level, give actual data readouts [sample > value, time, etc], and play nice with other software. So it would be > nice, e.g., if you could pop it open at the command line and maybe > even have it scroll to some interesting point. (It would also be nice > if it could play the wave form, but if it can't that's no deal > breaker.) > > My vague recollection is that there used to be more than a dozen such > viewers, but i can't seem to track any down now. > > TIA for any leads! Hi Dan, I use Mhwaveedit when I need a lightweight waveform viewer/player. For playing with other software, Mhwaveedit has a pipe-through-program option. You can also look here for something better. http://linux-sound.org/one-page.html Most audio editors for Linux "play with other software" via JACK, MIDI, OSC, LADSPA and/or LV2. Giving an example of what you want to do would help. The authoritative forum for audio-related questions is the Linux Audio User mailing list. cheers, Joel > > dan > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: > https://lists.debian.org/caophizjgd5sktf-tfeylv6bvasp36r+8wgcr55e7xnbrffo...@mail.gmail.com > -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629081817.GA16849@sprite
Seeking job of RF,BTS 2&3g installation. Microwave
To whom it may concern I Almeida Francisco Machele. I am seeking for employment on RF. I was do network installation for vodacom mozambique, working with your subcontractor of Huawei. On BTS competency. Using Huawei equipment mozambique as a whole. Seeking for employment Regards Almeida Francisco Machele +258 845194251
Re: looking for a sound waveform viewer, but not audacity for reasons explained
Hi. On Sun, Jun 28, 2015 at 05:24:25PM -0700, Dan Hitt wrote: > Hi, > > Could somebody please point me to a sound waveform viewer? > > I'm aware of audacity, which is of course a very fine piece of > software. But its function is more to edit than just to view. So, > e.g., if you open a sound file, then it wants to create a project, and > when you want to exit you have to tell it not to save the project that > it created. > > I would like to just have something that shows the waveform. > > Ideally it would do other tasks connected with viewing, such as being > able to zoom to the sample level, give actual data readouts [sample > value, time, etc], and play nice with other software. So it would be > nice, e.g., if you could pop it open at the command line and maybe > even have it scroll to some interesting point. (It would also be nice > if it could play the wave form, but if it can't that's no deal > breaker.) > > My vague recollection is that there used to be more than a dozen such > viewers, but i can't seem to track any down now. What about ffmpeg + gnuplot approach? https://trac.ffmpeg.org/wiki/Create%20a%20Waveform%20Image%20from%20an%20Audio%20Stream Reco -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629083806.GA7033@x101h
Re: looking for a sound waveform viewer, but not audacity for reasons explained
Le primidi 11 messidor, an CCXXIII, Reco a écrit : > What about ffmpeg + gnuplot approach? > > https://trac.ffmpeg.org/wiki/Create%20a%20Waveform%20Image%20from%20an%20Audio%20Stream FFmpeg (the real one) can plot waves by itself. I would have mentioned it sooner, but the OP seems to be looking for something more interactive. ffmpeg -i 2_04_Vitamin_A.ogg -lavfi showwaves /tmp/wave%04d.png Regards, -- Nicolas George signature.asc Description: Digital signature
Re: can't authenticate from Windows 7/Pro machines
On 06/29/2015 04:22 AM, Gary Dale wrote: > I'm running Debian/Jessie in a fresh install after some severe system > problems. The install went smoothly except for an issue with grub-pc > acting up. Installing the version from sid cured that. I was still > having a hardware issue so I swapped out the motherboard and put in a > more modern one that took the same processor & memory. > > This resulted in another problem - the onboard nic couldn't be setup > with DHCP. Since this was a server, I set the interface to a static IP > and things worked after that. > > Working my may through the clearly written samba wiki, I installed and > provisioned Samba 4. This required installing the krb5-key and > krb5-admin-? packages to get things to work. I'm using the internal > (samba) dns. > > I got all the tests for kerberos and samba to work and added multiple > users using samba-tool, including adding an account for myself as a > Domain Admin in addition to the Administrator account. > > However I can't log in to a workstation using a domain user account, > although they all show up in the Domain Users group. I logged in with > a local account and removed the machine from the (old) domain (with > the same name as the current) but can't join the (new) domain. I get a > user name or password error each time I try. > > I also note that I can't connect to a network share. I get a similar > error. > > I can ping the DC by name and also the realm by name and the domain is > treated as valid when I enter it while trying to join the domain. > > I've disabled the Windows firewall but that hasn't made any difference. > > I need to get this working by the morning. Can't find any help on > Google for this. Any ideas? First you need to see what your log files are saying - kerberos, samba ? Regards, -- “One original thought is worth a thousand mindless quotings.” “Le vrai n'est pas plus sûr que le probable.” Diogene Laerce signature.asc Description: OpenPGP digital signature
Re: How do I find what drivers are installed
On 29/06/2015, Martin Read wrote: > On 29/06/15 06:53, Bret Busby wrote: >> (as I can not copy the >> list, as a block copy, a command line command to so list the packages, >> would be useful, eg "apt-get list-intalled | grep xserver") > > The command you want is "dpkg -l". > Thank you for that. The reason that I wanted to know what graphical drivers are in use, and which of the graphical devices they are driving, in addition to which graphical drivers are installed, is, as is shown below, many irrelevant graphical drivers appear to be installed. As has been previously mentioned, the computer has an Intel Sandy Bridge graphics controller, and an nvidia GEForce GT520M graphics device, with nvidia Optimus thingy. " root@bret-apc01-debian6:~# dpkg -l | grep xserver ii x11-xserver-utils7.5+3 X server utilities ii xserver-common 2:1.7.7-18+deb6u3 common files used by various X servers ii xserver-xephyr 2:1.7.7-18+deb6u3 nested X server ii xserver-xorg 1:7.5+8+squeeze1 the X.Org X server ii xserver-xorg-core2:1.7.7-18+deb6u3 Xorg X server - core server ii xserver-xorg-input-all 1:7.5+8+squeeze1 the X.Org X server -- input driver metapackage ii xserver-xorg-input-evdev 1:2.3.2-6 X.Org X server -- evdev input driver ii xserver-xorg-input-synaptics 1.2.2-2 Synaptics TouchPad driver for X.Org server ii xserver-xorg-input-wacom 0.10.5+20100416-1 X.Org X server -- Wacom input driver ii xserver-xorg-video-all 1:7.5+8+squeeze1 the X.Org X server -- output driver metapackage ii xserver-xorg-video-apm 1:1.2.2-2 X.Org X server -- APM display driver ii xserver-xorg-video-ark 1:0.7.2-2 X.Org X server -- ark display driver ii xserver-xorg-video-ati 1:6.13.1-2+squeeze1 X.Org X server -- AMD/ATI display driver wrapper ii xserver-xorg-video-chips 1:1.2.3-1 X.Org X server -- Chips display driver ii xserver-xorg-video-cirrus1:1.3.2-2+squeeze1 X.Org X server -- Cirrus display driver ii xserver-xorg-video-fbdev 1:0.4.2-2 X.Org X server -- fbdev display driver ii xserver-xorg-video-i128 1:1.3.3-2 X.Org X server -- i128 display driver ii xserver-xorg-video-intel 2:2.13.0-7 X.Org X server -- Intel i8xx, i9xx display driver ii xserver-xorg-video-mach646.8.2-3 X.Org X server -- ATI Mach64 display driver ii xserver-xorg-video-mga 1:1.4.11.dfsg-4+squeeze1 X.Org X server -- MGA display driver ii xserver-xorg-video-neomagic 1:1.2.4-3 X.Org X server -- Neomagic display driver ii xserver-xorg-video-nouveau 1:0.0.15+git20100329+7858345-5X.Org X server -- Nouveau display driver (experimental) ii xserver-xorg-video-nv1:2.1.17-3 X.Org X server -- NV display driver ii xserver-xorg-video-openchrome1:0.2.904+svn842-2+squeeze1 X.Org X server -- VIA display driver ii xserver-xorg-video-r128 6.8.1-3 X.Org X server -- ATI r128 display driver ii xserver-xorg-video-radeon1:6.13.1-2+squeeze1 X.Org X server -- AMD/ATI Radeon display driver ii xserver-xorg-video-rendition 1:4.2.3-3 X.Org X server -- Rendition display driver ii xserver-xorg-video-s31:0.6.3-2 X.Org X server -- legacy S3 display driver ii xserver-xorg-video-s3virge 1:1.10.4-2 X.Org X server -- S3 ViRGE display driver ii xserver-xorg-video-savage1:2.3.1-2 X.Org X server -- Savage display driver ii xserver-xorg-video-siliconmotion 1:1.7.3-2 X.Org X server -- SiliconMotion display driver ii xserver-xorg-video-sis 1:0.10.3-1 X.Org X server -- SiS display driver ii xserver-xorg-video-sisusb1:0.9.3-2 X.Org X server -- SiS USB display driver ii xserver-xorg-video-tdfx 1:1.4.3-2 X.Org X server -- tdfx display driver ii xserver-xorg-video-trident 1:1.3.3-2 X.Org X server -- Trident display driver ii xserver-xorg-video-tseng 1:1.2.3-2+squeeze1 X.Org X server -- Tseng display driver ii xserver-xorg-video-vesa 1:2.3.0-3 X.Org X server -- VESA display driver ii xserver-xorg-video-vmware1:11.0.1-2+build1 X.Org X server -- VMware display driver ii xserver-xorg-video-voodoo1:1.2.3-2 X.Org X server -- Voodoo display driver root@bret-apc01-debian6:~# " -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 -- To UNS
Re: looking for a sound waveform viewer, but not audacity for reasons explained
On Sun, 28 Jun 2015, Dan Hitt wrote: I'm aware of audacity, which is of course a very fine piece of software. But its function is more to edit than just to view. So, e.g., if you open a sound file, then it wants to create a project, and when you want to exit you have to tell it not to save the project that it created. hi Dan I had the same problem as you, and found a solution which may be thought as an horrible workaround, but works perfectly: I use the following script: #!/bin/bash ps -u $USER -f | egrep -v grep\|kill-aud | grep audacity | while read NAME PROC LINE do kill -9 $PROC done rm -fr $HOME/.audacity-data/AutoSave Now you have to include this script in your window manager, and can exit from audacity with just 2 clicks, as with file/exit cheers, -- Pierre Frenkiel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/alpine.deb.2.11.1506291047030.20...@pfr2.frenkiel-hure.net
RAID b/w GPT and NON GPT partition.
Dear All, i have 2 drives installed way back in 2013 /dev/sda and /dev/sdb I have been using RAID1 b/w two 1.5 TB drives which worked great with fdisk. now one of the drive is failed and there is no more 1.5 TB available in the market. the least available drive is 2TB. Which means "fdisk 2TB issue". Faulty drive is (/dev/sdb) now i want to replace the dead drive with the new 2TB drive that will definitely be a GPT. in old times i could use sfdisk command to copy partition table now since the new drive is 2TB my question is can i use sfdisk on 2TB drive.? i think this will not work since old drive is non GPT which means copying non GPT partition to a drive supports only GPT will not work. so this is the point where i am confuse and need your help. - i want to copy my old drive (1.5TB) partition table (non GPT) to new 2TB partition table (GPT)? - and then further want to replace the bad drive from mdadam? can you guys please guide me. step by step Thanks, Yousuf
procps failed with error: redeclaration of enumerator ‘P_PID’
Hi all, I came across following error. *In file included from top.c:56:0:* *top.h:248:4: error: redeclaration of enumerator ‘P_PID’* *P_PID, P_PPD, P_URR, P_UID, P_URE, P_GRP, P_TTY,* *^* I am using debian 8. I need help to resolve this issue. $ tar xvf procps-3.2.7.tar.gz $ cd procps-3.2.7/ $ make cc -D_GNU_SOURCE -I proc -I/usr/include/ncurses -MM -MG proc/pwcache.c proc/sig.c proc/alloc.c proc/escape.c proc/version.c proc/slab.c proc/ksym.c proc/sysinfo.c proc/whattime.c proc/devname.c proc/readproc.c > proc/.depend cc -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -c -o uptime.o uptime.c cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/pwcache.c -o proc/pwcache.o cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/sig.c -o proc/sig.o cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/alloc.c -o proc/alloc.o cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/escape.c -o proc/escape.o In file included from proc/escape.h:7:0, from proc/escape.c:15: proc/readproc.h:76:2: warning: padding struct to align ‘start_code’ [-Wpadded] start_code, // stataddress of beginning of code segment ^ proc/escape.c: In function ‘escape_command’: proc/escape.c:184:23: warning: to be safe all intermediate pointers in cast from ‘char ** const’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual] const char **lc = (const char**)pp->cmdline; ^ cc -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic -DVERSION=\"3\" -DSUBVERSION=\"2\" -DMINORVERSION=\"7\" -c -o proc/version.o proc/version.c cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/slab.c -o proc/slab.o proc/slab.c:99:1: warning: multi-line comment [-Wcomment] // # name \ ^ proc/slab.c:104:1: warning: multi-line comment [-Wcomment] // # name \ ^ proc/slab.c:111:1: warning: multi-line comment [-Wcomment] // # name \ ^ proc/slab.c:116:1: warning: multi-line comment [-Wcomment] // # name \ ^ cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -DSHARED=1 -fpic proc/ksym.c -o proc/ksym.o cc -c -D_GNU_SOURCE -I proc -I/usr/include/ncurses -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-stat
RE: RAID b/w GPT and NON GPT partition.
Hi, > Date: Mon, 29 Jun 2015 14:52:32 +0500 > From: sir...@gmail.com > > I have been using RAID1 b/w two 1.5 TB drives which worked great with > fdisk. now one of the drive is failed and there is no more 1.5 TB > available in the market. the least available drive is 2TB. Which means > "fdisk 2TB issue". Not necessarily, the MBR partition format can handle addresses up to 2TiB. A new 2TB disk is almost certainly 2TB, so you should be fine with MBR partitioning. > in old times i could use sfdisk command to copy partition table now > since the new drive is 2TB my question is can i use sfdisk on 2TB > drive.? i think this will not work since old drive is non GPT which > means copying non GPT partition to a drive supports only GPT will not > work. Just to be sure: MBR and GPT are on-disk layouts, there is no such thing as a non-GPT drive. You can use MBR partitioning on a drive larger than 2TiB (though not recommended for obvious reasons), and you can use GPT partitioning on a small drive as well. Even my 128GB ssd uses GPT partitioning. If you really want to use GPT partitioning, you can either use sfdisk to duplicate the partition table and then use any gpt-aware partitioner to convert the layout to GPT, or you can use gdisk which can do both. > - i want to copy my old drive (1.5TB) partition table (non GPT) to new > 2TB partition table (GPT)? # gdisk /dev/sdOLD menu options x, u to replicate (GPT) partition table to /dev/sdNEW # gdisk /dev/sdNEW review/resize/add partitions where needed > - and then further want to replace the bad drive from mdadam? NOTE: completely untested, please wait for others to correct me: # mdadm --add /dev/mdX $new_partition If the failed drive is already removed from the array, you can stop here. It should rebuild automatically. But if your drive is still usable but on its way out (e.g. it just started creating bad sectors), it may be safer to temporarily grow the array: # mdadm --grow --raid-devices=3 /dev/mdX This should start a resync from your old disk to the new. Let it complete, and then remove the old disk: # mdadm /dev/mdX --fail $old_partition --remove $old_partition # mdadm --grow --raid-devices=2 /dev/mdX Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/dub124-w38dbdb6e0c8163ad347565b8...@phx.gbl
Re: procps failed with error: redeclaration of enumerator ‘P_PID’
On 29/06/15 11:39, Dhiraj Bhor wrote: I am using debian 8. I need help to resolve this issue. $ tar xvf procps-3.2.7.tar.gz $ cd procps-3.2.7/ I'm curious: why do you need to build a nine-year-old version of the procps tools on a Debian 8 system? (The answer may help people to provide the most useful suggestion about what to do.) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591290e.2020...@zen.co.uk
[solved] Re: Please help with - it seems - no WiFi interface at all
David Wright writes: > Quoting Rodolfo Medina (rodolfo.med...@gmail.com): >> The WiFi hardware on my machine should be Intel PRO/Wireless 2200BG, but it >> is probably dead, because installing firmware-ipw2x00 had no effect. But I >> have some other WiFi hardware, that I bought yesterday and that's detected - >> so it seems - on wlan0 after installing firmware-realtek: it is a >> wireless-USB adaptor, the TL-WN725N. I've been googling to search a proper >> driver for it, but the matter looks to be hard issue. > > Hard in what way? I see drivers at > http://www.tp-link.com/en/download/TL-WN725N_V2.html#Driver > (for version 2), but I've no idea if either works. It is said to be for Windows. >> I also found: >> >> https://lists.debian.org/debian-kernel/2013/10/msg0 > > Is the end of this url missing? Sorry, my copy-paste mistake. Now I can't find it any more. But now it seems to work. I tried what suggested by some listers, to use the Debian installation CD to see if my WiFi usb device was detected and could reach the net, but the network configuration failed, maybe also because I didn't know what DHCP hostname to put there. But then I tried again to navigate in the web and... it worked! Short before I had plugged the device into another pc, maybe this? Or that yesterday late evening, before going to bed, I full-upgraded my Debian Sid? Or maybe it was already working yesterday early evening, after last editing /etc/network/interfaces, when I noticed that www.google.com could open up but thought it still didn't work because any other web page couldn't open and so google page was in some way left in buffer memory? I'm reporting what I essentially did. I don't have Gnome on this machine, so all the tools I used were command-line. I'll be studying for a better fine tuning wifi-command-line set. I did: # aptitude install wireless-tools wpasupplicant and, to have my TL-WN725N USB-WiFi adapter work, # aptitude install firmware-realtek ; then, # ip a # iwconfig # ip link set wlan0 up # iwlist scan , then put in /etc/network/interfaces the following stuff: # my wifi device auto wlan0 iface wlan0 inet dhcp wpa-ssid my-ssid wpa-psk my-password , then rebooted. Thanks, Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87ioa64uqw.fsf...@gmail.com
Re: [solved] Re: Please help with - it seems - no WiFi interface at all
Rodolfo Medina writes: > But now it seems to work. I tried what suggested by some listers, to use the > Debian installation CD to see if my WiFi usb device was detected and could > reach the net, but the network configuration failed, maybe also because I > didn't know what DHCP hostname to put there. ... and was going to download Knoppix, as also suggested. Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/874mlq4u6i@gmail.com
Re: partial hang - can ssh in, ps aux hangs part way through
Hi Zeenan, Found this post : "partial hang - can ssh in, ps aux hangs part way through" (https://lists.debian.org/debian-user/2014/02/msg00518.html) I am facing a similar issue... may I ask if you found a solution ? Regards, matt. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/55912f77.ca53c20a.6b5a.a...@mx.google.com
Re: Slightly OT: SSD question
On Sun, 28 Jun 2015 20:16:58 +0300 Selim T. Erdoğan wrote: > On Fri, Jun 26, 2015 at 02:40:31PM +0200, Petter Adsen wrote: > > I know this isn't Debian-specific, but I hope someone can give me > > some useful information here anyway, or point me to a better place > > to ask. > > > > My SSD is dead, and I need a new one. Samsung seems to be a > > generally recommended brand, but according to > > > > https://github.com/torvalds/linux/blob/e64f638483a21105c7ce330d543fa1f1c35b5bc7/drivers/ata/libata-core.c#L4109-L4286 > > > > the 850 EVO does not support queued TRIM. Is that a problem for > > everyday desktop use? > > > > The place I buy from has quite a limited amount of SSDs that fit > > what I need, the only alternatives they have are a Kingston (that I > > don't want) and a Crucial BX100 (that I know nothing about). Would > > the Crucial drive be a better choice for a Jessie install? > > > > If anyone has any real-life experience with either of those drives > > I'd be happy to hear about it. > > I think you're only asking about the Samsung and the Crucial, but > since you mentioned Kingston, let me note my experience. I have been > using a 128GB Kinsgston SV200 S3 for ~2.5 years. Performance is > satisfactory: hdparm -t /dev/sda gives me ~215 MB/s. (The laptop > only has SATA-II.) My major complaint is that it gets pretty warm, > and it is right under the palmrest, so using the laptop keyboard can > get a little uncomfortable. (Not a killer for me, since I usually use > a usb keyboard.) Yes, well, my experience has been a bit different. I bought one 120GB Kingston V300 in October/November and one in December, and by now they have both died. Completely. They're not even detected by the BIOS. Thank $DEITY for frequent backups. I'll be ordering a new SSD today, and I think it will be the Samsung 850 EVO. The price difference between that and the Crucial is nearly non-existent here, and it seems to have better overall performance in the tests I have seen. Thanks to all those who have replied, I now know a little more about SSDs. :) Petter -- "I'm ionized" "Are you sure?" "I'm positive." pgpuUHJWGQZPN.pgp Description: OpenPGP digital signature
Re: a simpler printing question
On Sun 28 Jun 2015 at 13:27:17 -0700, bri...@aracnet.com wrote: > maybe. > > after my struggling with cups i decided to go old school. > > it took me 10 minutes with LPRNG to be able to print a postscript > file, something i have not yet been able to do with cups (which i > might point out is using the exact same drivers). > > so now the question is: how do i make my applications aware of the > lprng printer ? > > applications would be : mozilla, claws-mail, libre office, etc... For any installed package it is rarely a waste of time and effort to read its documentation in /usr/shsre/doc. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/29062015133455.76fc7450b...@desktop.copernicus.demon.co.uk
Re: RAID b/w GPT and NON GPT partition.
Arno Schuring a écrit : > Muhammad Yousuf Khan a écrit : >> >> I have been using RAID1 b/w two 1.5 TB drives which worked great with >> fdisk. now one of the drive is failed and there is no more 1.5 TB >> available in the market. the least available drive is 2TB. Which means >> "fdisk 2TB issue". > > Not necessarily, the MBR partition format can handle addresses up to > 2TiB. A new 2TB disk is almost certainly 2TB, so you should be fine > with MBR partitioning. Indeed. 2 TB < 2 TiB. >> in old times i could use sfdisk command to copy partition table now >> since the new drive is 2TB my question is can i use sfdisk on 2TB >> drive.? Yes. If the new disk has a GPT partition table, you'll need the sfdisk provided by util-linux 2.26 at least (i.e. since Stretch). Unlike other *fdisk tools provided by Jessie util-linux 2.25, sfdisk does not support GPT. But why would you want to do this ? Do you have many RAID partitions on these disks ? >> - and then further want to replace the bad drive from mdadam? > > NOTE: completely untested, please wait for others to correct me: > > # mdadm --add /dev/mdX $new_partition Assuming that the disk contains only one RAID partition. Otherwise, repeat the operation for each RAID partition and array pair. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/55913bc3.4060...@plouf.fr.eu.org
Re: network-manager in Jessie upgrade issues
On 06/27/2015 07:48 PM, Sam Smith wrote: On 06/27/2015 04:42 PM, Sam Smith wrote: I upgraded from Wheezy to Jessie today on my laptop. I cannot get wifi to work now. I have been using network-manager with KDE for years now. I tried removing everything network-manager related through apt and starting over but that didn't work. I have network-manager and plasma-widget-networkmanagement installed and can configure interfaces through the GUI. Wired works, but wireless never fully connects no matter if security (WPA2) is being used or not. See attached log. I tried using Wicd and it worked fine to connect to wifi so I don't think my hardware is at fault. I am currently trying to figure out how to get more verbose logging from either network-manager or the wpa supplicant, all docs I can find seem irrelevant so at least looking for tips on that. Thanks, Sam An update. added super debug mode '-dd' to wpa_supplicant startup in file /lib/systemd/system/wpa_supplicant.service Noticed the driver being used was 'nl80211'. Copied /usr/share/doc/wpasupplicant/examples/wpa2-eap-ccmp.conf and made an example conf file to run a standalone wpa supplicant instance with: wpa_supplicant -i wlan0 -dd -c wpa-psk-tkip.conf Noticed that it just stayed in a loop of auth->disconnect->re-auth (like it had been) Forced the driver to 'wext', and it then worked fine Looks like this was a default that was changed during the Wheezy life time: http://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog 2014-02-04 - v2.1 * changed the default driver interface from wext to nl80211 if both are included in the build At this point I am trying to figure out how to get network-manager to force and use the wext driver with wpa_supplicant. This page mentions a config flag 'wifi-wext-only' but it doesn't work: http://linux.die.net/man/5/networkmanager.conf And forcing the wpa_supplicant to start up with -Dwext to force the driver still allows network-manager to override and break again :( This is on a Thinkpad T61, I have no idea how I am the only one bitten by this?? --Sam I was hoping to get more of a response to this. I went ahead and filed a bug with wpa_supplicant: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790326 I jumped on ebay and managed to get a newer wifi card for $2 + $4 for 4 day shipping. Still not entirely sure where the problem lies though. --Sam -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591417a.6070...@net153.net
Re: How do I find what drivers are installed
On Mon, 2015-06-29 at 16:53 +0800, Bret Busby wrote: > The reason that I wanted to know what graphical drivers are in use, > and which of the graphical devices they are driving, in addition to > which graphical drivers are installed, is, as is shown below, many > irrelevant graphical drivers appear to be installed. > > As has been previously mentioned, the computer has an Intel Sandy > Bridge graphics controller, and an nvidia GEForce GT520M graphics > device, with nvidia Optimus thingy. For an Optimus system I think the Intel side is the one that's actually connected to the monitor, but it can use the Nvidia GPU to render stuff. So you would need the Intel drivers, and either the proprietary driver from Nvidia or the free one called nouveau. You can read more about it here: https://wiki.debian.org/Bumblebee Debian does have a tendency to install all available drivers. Handy if you switch hardware, but not necessary. So most of the xserver-xorg -video-* packages can be removed, except the intel one (and possibly nouveau, not sure if it is needed). -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 6FAB5CD5 signature.asc Description: This is a digitally signed message part
Re: partial hang - can ssh in, ps aux hangs part way through
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jun 29, 2015 at 01:43:50PM +0200, Cool Matt wrote: > Hi Zeenan, > > Found this post : "partial hang - can ssh in, ps aux hangs part way through" > (https://lists.debian.org/debian-user/2014/02/msg00518.html) A shot in the dark: MTU issue? How much does ps manage to output until it hangs? About 1500 bytes? Just for kicks, try (on your local box) sudo ifconfig mtu 1400 If that helps, we can refine from there. - -- t -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlWRRy0ACgkQBcgs9XrR2kZ3NQCfavWHbUT7gKWu7LrRu+aXVK0J UaYAnRqXiVfgYLrFChgS33XtFisAyNS6 =p/2/ -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629132501.ga7...@tuxteam.de
[Q] How can I wrap CJK text at a certain column size in composer of Evolution?
Hi all, I use Evolution 3.16.3 with sid and I often write e-mails written in CJK text using Evolution. I always set 71 charactors for word wrapping in Composer setting of Preferences menu of Evolution. However when I write CJK text in composer, sometimes it seems to work ,and another time seems not to work. I did process of try and errors for finding reason,but I haven't found yet. [Q] How can I wrap CJK text at a certain column size in composer of Evolution? Thank you in advance, Takahide Nojima -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1435586469.2363.63.ca...@gmail.com
Re: How do I find what drivers are installed
On Monday 29 June 2015 14:02:03 Sven Arvidsson wrote: > On Mon, 2015-06-29 at 16:53 +0800, Bret Busby wrote: > > The reason that I wanted to know what graphical drivers are in use, > > and which of the graphical devices they are driving, in addition to > > which graphical drivers are installed, is, as is shown below, many > > irrelevant graphical drivers appear to be installed. > > > > As has been previously mentioned, the computer has an Intel Sandy > > Bridge graphics controller, and an nvidia GEForce GT520M graphics > > device, with nvidia Optimus thingy. > > For an Optimus system I think the Intel side is the one that's actually > connected to the monitor, but it can use the Nvidia GPU to render > stuff. > > So you would need the Intel drivers, and either the proprietary driver > from Nvidia or the free one called nouveau. > > You can read more about it here: > https://wiki.debian.org/Bumblebee Here we go round the mulberry bush Lisi > > Debian does have a tendency to install all available drivers. Handy if > you switch hardware, but not necessary. So most of the xserver-xorg > -video-* packages can be removed, except the intel one (and possibly > nouveau, not sure if it is needed). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506291538.36711.lisi.re...@gmail.com
Re: Please help with - it seems - no WiFi interface at all
Glad to hear you've got it working. Quoting Rodolfo Medina (rodolfo.med...@gmail.com): > David Wright writes: > > > Quoting Rodolfo Medina (rodolfo.med...@gmail.com): > >> The WiFi hardware on my machine should be Intel PRO/Wireless 2200BG, but it > >> is probably dead, because installing firmware-ipw2x00 had no effect. But I > >> have some other WiFi hardware, that I bought yesterday and that's detected > >> - > >> so it seems - on wlan0 after installing firmware-realtek: it is a > >> wireless-USB adaptor, the TL-WN725N. I've been googling to search a proper > >> driver for it, but the matter looks to be hard issue. > > > > Hard in what way? I see drivers at > > http://www.tp-link.com/en/download/TL-WN725N_V2.html#Driver > > (for version 2), but I've no idea if either works. > > It is said to be for Windows. For cases where the linux drivers *don't* work, the windows driver can be used with ndiswrapper. In the case of my Zyxel G302v3, I blacklist the rtl8180 module (which thinks it can drive the card but cannot), download and unpack G-302 v3_7.00.zip from the realtek website, and feed WIN7X86/NET8185.inf into ndiswrapper. I don't know what hardware you have, but some older laptops came with *optional* wireless, so that might explain it "not working". Do the FCC/CE stickers give any clues? Cheers, David. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629144131.GA31299@alum
Re: How do I find what drivers are installed
On 29/06/2015, Lisi Reisz wrote: > On Monday 29 June 2015 14:02:03 Sven Arvidsson wrote: >> On Mon, 2015-06-29 at 16:53 +0800, Bret Busby wrote: >> > The reason that I wanted to know what graphical drivers are in use, >> > and which of the graphical devices they are driving, in addition to >> > which graphical drivers are installed, is, as is shown below, many >> > irrelevant graphical drivers appear to be installed. >> > >> > As has been previously mentioned, the computer has an Intel Sandy >> > Bridge graphics controller, and an nvidia GEForce GT520M graphics >> > device, with nvidia Optimus thingy. >> >> For an Optimus system I think the Intel side is the one that's actually >> connected to the monitor, but it can use the Nvidia GPU to render >> stuff. >> >> So you would need the Intel drivers, and either the proprietary driver >> from Nvidia or the free one called nouveau. >> >> You can read more about it here: >> https://wiki.debian.org/Bumblebee > > Here we go round the mulberry bush > > Lisi > You say that, but if it is, as, I think, postulated by Sven, the Intel driver that drives the external monitor, then the question is does Debian 6 have a driver for the Intel Haswell integrated graphic controller, that can drive the external monitor? -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/CACX6j8M5Kp2-Mc7L+LHnROPG50O88O1mhZ=8v=gj51zejst...@mail.gmail.com
Re: How do I find what drivers are installed
On 06/29/2015 at 10:54 AM, Bret Busby wrote: > if it is, as, I think, postulated by Sven, the Intel driver that > drives the external monitor, then the question is does Debian 6 have > a driver for the Intel Haswell integrated graphic controller, that > can drive the external monitor? Going by the PCI ID you posted earlier (from lspci output), and looking that ID up in the LKDDB, it appears that the kernel module for the graphics component of this chip is i915.ko: https://cateee.net/lkddb/web-lkddb/DRM_I915.html On my system (tracking current testing), I have: $ find /lib/modules/`uname -r` -name i915.ko /lib/modules/3.16.0-4-amd64/kernel/drivers/gpu/drm/i915/i915.ko So: yes, Debian has a driver for this integrated graphics controller. Did you try the command based on 'lspci -k' which I gave earlier? I think we've tracked down the driver you probably need, but I'm fairly sure that command would have been an easier way of finding out what driver(s) you're actually currently using. -- The Wanderer The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. -- George Bernard Shaw signature.asc Description: OpenPGP digital signature
Re: looking for a sound waveform viewer, but not audacity for reasons explained
On Monday 29 June 2015 02:28:20 Richard Owlett wrote: > Dan Hitt wrote: > > Hi, > > > > Could somebody please point me to a sound waveform viewer? > > > > I'm aware of audacity, which is of course a very fine piece of > > software. But its function is more to edit than just to view. So, > > e.g., if you open a sound file, then it wants to create a project, and > > when you want to exit you have to tell it not to save the project that > > it created. > > > > I would like to just have something that shows the waveform. > > > > Ideally it would do other tasks connected with viewing, such as being > > able to zoom to the sample level, give actual data readouts [sample > > value, time, etc], and play nice with other software. So it would be > > nice, e.g., if you could pop it open at the command line and maybe > > even have it scroll to some interesting point. (It would also be nice > > if it could play the wave form, but if it can't that's no deal > > breaker.) > > > > My vague recollection is that there used to be more than a dozen such > > viewers, but i can't seem to track any down now. > > > > TIA for any leads! > > > > dan > > Unlikely what you were recalling but I would recommend investigating > scilab, scioslab, and gnuplot > > They are EXPLICITLY tools rather than SOLUTIONS. And there are the answer to the question how? He explicitly wanted a SOUND waveform viewer, with playing the sound a bonus. I know Maths and sound are linked, but this seems going a bit far. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506291626.37880.lisi.re...@gmail.com
Re: How do I find what drivers are installed
Le primidi 11 messidor, an CCXXIII, The Wanderer a écrit : > Going by the PCI ID you posted earlier (from lspci output), and looking > that ID up in the LKDDB, it appears that the kernel module for the > graphics component of this chip is i915.ko: > > https://cateee.net/lkddb/web-lkddb/DRM_I915.html > > On my system (tracking current testing), I have: > > $ find /lib/modules/`uname -r` -name i915.ko > /lib/modules/3.16.0-4-amd64/kernel/drivers/gpu/drm/i915/i915.ko > > So: yes, Debian has a driver for this integrated graphics controller. This is doubly inconclusive. First, the kernel bundles in the same module support for several similar but not identical controllers. In other words, the i915.ko file you are observing may very well be too old for this particular instance of an i915-style video controller. To know for sure, see if the alias shown by `modinfo i915` match the PCI IDs of the controller. Second, the kernel module is not enough of a driver, except for just a high resolution text console. A X.org driver is necessary too. You did not check for it. If you did in the same way you did for the kernel, you would have found a file named intel_drv.so, with the exact same issue as the kernel module and no modinfo to query the supported PCI IDs. Considering that Debian 6 came out in 2011 and the Haswell microarchitecture came out in 2013, I would say that the answer to the question is very likely no. Regards, -- Nicolas George signature.asc Description: Digital signature
Re: RAID b/w GPT and NON GPT partition.
On 29/06/15 05:52 AM, Muhammad Yousuf Khan wrote: Dear All, i have 2 drives installed way back in 2013 /dev/sda and /dev/sdb I have been using RAID1 b/w two 1.5 TB drives which worked great with fdisk. now one of the drive is failed and there is no more 1.5 TB available in the market. the least available drive is 2TB. Which means "fdisk 2TB issue". Faulty drive is (/dev/sdb) now i want to replace the dead drive with the new 2TB drive that will definitely be a GPT. in old times i could use sfdisk command to copy partition table now since the new drive is 2TB my question is can i use sfdisk on 2TB drive.? i think this will not work since old drive is non GPT which means copying non GPT partition to a drive supports only GPT will not work. so this is the point where i am confuse and need your help. - i want to copy my old drive (1.5TB) partition table (non GPT) to new 2TB partition table (GPT)? - and then further want to replace the bad drive from mdadam? can you guys please guide me. step by step Thanks, Yousuf Installing a larger disk is always possible. I just took the opportunity to upgrade a 1T RAID6 array to a 4T array by replacing one 500G disk at a time with a 2T disk. As Pascal asks, how many partitions do you have that you can't do it manually? However you can also also use sgdisk for that. try: sgdisk /dev/sda --backup=sdapart sgdisk /dev/sdb --load-backup=sdapart sgdisk -G /dev/sdb assuming your drives are sda and sdb, with sdb being the new one. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591652e.4020...@torfree.net
Re: How do I find what drivers are installed
On 06/29/2015 at 11:32 AM, Nicolas George wrote: > Le primidi 11 messidor, an CCXXIII, The Wanderer a écrit : > >> Going by the PCI ID you posted earlier (from lspci output), and >> looking that ID up in the LKDDB, it appears that the kernel module >> for the graphics component of this chip is i915.ko: >> >> https://cateee.net/lkddb/web-lkddb/DRM_I915.html >> >> On my system (tracking current testing), I have: >> >> $ find /lib/modules/`uname -r` -name i915.ko >> /lib/modules/3.16.0-4-amd64/kernel/drivers/gpu/drm/i915/i915.ko >> >> So: yes, Debian has a driver for this integrated graphics >> controller. > > This is doubly inconclusive. > > First, the kernel bundles in the same module support for several > similar but not identical controllers. In other words, the i915.ko > file you are observing may very well be too old for this particular > instance of an i915-style video controller. > > To know for sure, see if the alias shown by `modinfo i915` match the > PCI IDs of the controller. I'm not familiar with the output format of modinfo, but on my system the PCI ID is present, albeit in somewhat obfuscated-looking form ('pci:v8086d0116' rather than without the zero-padding and with some separator other than just the single letter). > Second, the kernel module is not enough of a driver, except for just > a high resolution text console. A X.org driver is necessary too. You > did not check for it. I'll admit that didn't occur to me - but is there really any video hardware out there which has an open kernel driver and no open X driver? > If you did in the same way you did for the kernel, you would have > found a file named intel_drv.so, with the exact same issue as the > kernel module and no modinfo to query the supported PCI IDs. > > Considering that Debian 6 came out in 2011 and the Haswell > microarchitecture came out in 2013, I would say that the answer to > the question is very likely no. I missed noticing the "Debian 6" part of the question; my apologies. Yes, something that old is not going to have a driver for this, although current testing probably would. -- The Wanderer The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. -- George Bernard Shaw signature.asc Description: OpenPGP digital signature
Re: Please help with - it seems - no WiFi interface at all
David Wright writes: > Glad to hear you've got it working. Thanks, it was thanks to you listers' help. > For cases where the linux drivers *don't* work, the windows driver can be > used with ndiswrapper. > > In the case of my Zyxel G302v3, I blacklist the rtl8180 module (which thinks > it can drive the card but cannot), download and unpack G-302 v3_7.00.zip from > the realtek website, and feed WIN7X86/NET8185.inf into ndiswrapper. In the case of my TL-WN725N, the driver was proably just in that firmware-realtek Debian package suggested by Sven, because after its installation the device began to flash. Since then it was probably just a problem of configuration. > I don't know what hardware you have, but some older laptops came with > *optional* wireless, so that might explain it "not working". Do the FCC/CE > stickers give any clues? The fabricant specifications say that my old Hyundai laptop has an Intel PRO/Wireless 2200BG, whose driver, according to https://wiki.debian.org/WiFi, should be in the firmware-ipw2x00 Debian package which I installed via aptitude but with no effect. Looking better at them, I notice now, next to the device name, the word `Options' put within brackets: Intel® PRO/Wireless 2200BG (Options) , that recalls what you say about `optional' wireless in older laptops... So does that mean it's not present in my machine? Bye, Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87fv5aik99@gmail.com
Re: How do I find what drivers are installed
On 29/06/2015, The Wanderer wrote: > On 06/29/2015 at 10:54 AM, Bret Busby wrote: > >> if it is, as, I think, postulated by Sven, the Intel driver that >> drives the external monitor, then the question is does Debian 6 have >> a driver for the Intel Haswell integrated graphic controller, that >> can drive the external monitor? > > Going by the PCI ID you posted earlier (from lspci output), and looking > that ID up in the LKDDB, it appears that the kernel module for the > graphics component of this chip is i915.ko: > > https://cateee.net/lkddb/web-lkddb/DRM_I915.html > > On my system (tracking current testing), I have: > > $ find /lib/modules/`uname -r` -name i915.ko > /lib/modules/3.16.0-4-amd64/kernel/drivers/gpu/drm/i915/i915.ko > > So: yes, Debian has a driver for this integrated graphics controller. > > > Did you try the command based on 'lspci -k' which I gave earlier? I > think we've tracked down the driver you probably need, but I'm fairly > sure that command would have been an easier way of finding out what > driver(s) you're actually currently using. > No, I think I had not. I apologise. " root@bret-av3-772g-deb6:~# lspci -k | grep VGA -A 2 00:02.0 VGA compatible controller: Intel Corporation Device 0416 (rev 06) Subsystem: Acer Incorporated [ALI] Device 0781 00:03.0 Audio device: Intel Corporation Device 0c0c (rev 06) root@bret-av3-772g-deb6:~# " Does that show the driver(s) - I thought that showed only the hardware devices identifiers. " root@bret-av3-772g-deb6:~# lspci -knnv | grep VGA -A 2 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0416] (rev 06) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0781] Flags: bus master, fast devsel, latency 0, IRQ 7 root@bret-av3-772g-deb6:~# " An interesting observation - in examinng the attached xorg log file, at about the third screen down, the driver that was installed for the Intel integrated graphics controller, appears to be the same as for the Acer 5750G; the driver is compatible with the Sandybridge chipset applicable to the Acer 5750G, but, apparently does not include compatibility with the Haswell chipset of the Acer V3-772G. However, after having written that, I think that the web page at https://cateee.net/lkddb/web-lkddb/DRM_I915.html indicates that laptop computers with an Intel i7 CPU, should be compatible with the i915 chipset (?) or modules(?), and thus, the existing, installed, driver for the Intel graphics controller, is the appropriate one for the Intel Haswell graphics controller? -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 Xorg.0.log Description: Binary data
Re: How do I find what drivers are installed
On 29/06/2015, Nicolas George wrote: > Le primidi 11 messidor, an CCXXIII, The Wanderer a écrit : >> Going by the PCI ID you posted earlier (from lspci output), and looking >> that ID up in the LKDDB, it appears that the kernel module for the >> graphics component of this chip is i915.ko: >> >> https://cateee.net/lkddb/web-lkddb/DRM_I915.html >> >> On my system (tracking current testing), I have: >> >> $ find /lib/modules/`uname -r` -name i915.ko >> /lib/modules/3.16.0-4-amd64/kernel/drivers/gpu/drm/i915/i915.ko >> >> So: yes, Debian has a driver for this integrated graphics controller. > > This is doubly inconclusive. > > First, the kernel bundles in the same module support for several similar > but > not identical controllers. In other words, the i915.ko file you are > observing may very well be too old for this particular instance of an > i915-style video controller. > > To know for sure, see if the alias shown by `modinfo i915` match the PCI > IDs > of the controller. > " root@bret-av3-772g-deb6:~# modinfo i915 filename: /lib/modules/2.6.32-5-amd64/kernel/drivers/gpu/drm/i915/i915.ko license:GPL and additional rights description:Intel Graphics author: Tungsten Graphics, Inc. license:GPL and additional rights alias: pci:v8086d0046sv*sd*bc03sc00i* alias: pci:v8086d0042sv*sd*bc03sc00i* alias: pci:v8086dA011sv*sd*bc03sc00i* alias: pci:v8086dA001sv*sd*bc03sc00i* alias: pci:v8086d2E92sv*sd*bc03sc00i* alias: pci:v8086d2E42sv*sd*bc03sc00i* alias: pci:v8086d2E32sv*sd*bc03sc00i* alias: pci:v8086d2E22sv*sd*bc03sc00i* alias: pci:v8086d2E12sv*sd*bc03sc00i* alias: pci:v8086d2E02sv*sd*bc03sc00i* alias: pci:v8086d2A42sv*sd*bc03sc00i* alias: pci:v8086d2A12sv*sd*bc03sc00i* alias: pci:v8086d2A02sv*sd*bc03sc00i* alias: pci:v8086d29D2sv*sd*bc03sc00i* alias: pci:v8086d29C2sv*sd*bc03sc00i* alias: pci:v8086d29B2sv*sd*bc03sc00i* alias: pci:v8086d29A2sv*sd*bc03sc00i* alias: pci:v8086d2992sv*sd*bc03sc00i* alias: pci:v8086d2982sv*sd*bc03sc00i* alias: pci:v8086d2972sv*sd*bc03sc00i* alias: pci:v8086d27AEsv*sd*bc03sc00i* alias: pci:v8086d27A2sv*sd*bc03sc00i* alias: pci:v8086d2772sv*sd*bc03sc00i* alias: pci:v8086d2592sv*sd*bc03sc00i* alias: pci:v8086d258Asv*sd*bc03sc00i* alias: pci:v8086d2582sv*sd*bc03sc00i* alias: pci:v8086d2572sv*sd*bc03sc00i* alias: pci:v8086d358Esv*sd*bc03sc00i* alias: pci:v8086d3582sv*sd*bc03sc00i* alias: pci:v8086d2562sv*sd*bc03sc00i* alias: pci:v8086d3577sv*sd*bc03sc00i* depends:drm,drm_kms_helper,i2c-core,video,button,i2c-algo-bit vermagic: 2.6.32-5-amd64 SMP mod_unload modversions parm: modeset:int parm: fbpercrtc:int parm: powersave:int parm: lvds_downclock:int root@bret-av3-772g-deb6:~# " ? > Second, the kernel module is not enough of a driver, except for just a high > resolution text console. A X.org driver is necessary too. You did not check > for it. If you did in the same way you did for the kernel, you would have > found a file named intel_drv.so, with the exact same issue as the kernel > module and no modinfo to query the supported PCI IDs. > Would that be shown in the Xorg.0.log file that I posted? > Considering that Debian 6 came out in 2011 and the Haswell > microarchitecture > came out in 2013, I would say that the answer to the question is very > likely > no. > > Regards, > > -- > Nicolas George > -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cacx6j8owhm8e1v8ecvcp1gdtffdavn+on11sr920vxh9jbb...@mail.gmail.com
Re: Please help with - it seems - no WiFi interface at all
On Mon, Jun 29, 2015 at 04:53:22PM +0100, Rodolfo Medina wrote: > The fabricant specifications say that my old Hyundai laptop has an Intel > PRO/Wireless 2200BG, whose driver, according to https://wiki.debian.org/WiFi, > should be in the firmware-ipw2x00 Debian package which I installed via > aptitude > but with no effect. Looking better at them, I notice now, next to the device > name, the word `Options' put within brackets: > > Intel® PRO/Wireless 2200BG (Options) > > , that recalls what you say about `optional' wireless in older laptops... So > does that mean it's not present in my machine? Since lspci does not show the 2200BG, I strongly suspect it was never present. It is possible, however, that it came on a miniPCI adapter, internally, and that has somehow become loose. If you are comfortable opening up your machine, you could look for that. -dsr- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629160848.gr3...@randomstring.org
Re: How do I find what drivers are installed
On 06/29/2015 at 11:59 AM, Bret Busby wrote: > On 29/06/2015, The Wanderer wrote: >> Did you try the command based on 'lspci -k' which I gave earlier? >> I think we've tracked down the driver you probably need, but I'm >> fairly sure that command would have been an easier way of finding >> out what driver(s) you're actually currently using. > > No, I think I had not. I apologise. > > " > root@bret-av3-772g-deb6:~# lspci -k | grep VGA -A 2 > 00:02.0 VGA compatible controller: Intel Corporation Device 0416 (rev 06) > Subsystem: Acer Incorporated [ALI] Device 0781 > 00:03.0 Audio device: Intel Corporation Device 0c0c (rev 06) > root@bret-av3-772g-deb6:~# > " > > Does that show the driver(s) - I thought that showed only the > hardware devices identifiers. It does, but only if a driver is actually in use loaded. Since it doesn't show one for yours, that means that one is not in fact in use for that device. This is reasonable if the system (read mainly: kernel) you're running is too old to have support included. For comparison, on my system with a different graphics device, I get: $ lspci -k | grep VGA -A 2 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] Subsystem: Hightech Information System Ltd. Device 2010 Kernel driver in use: radeon > An interesting observation - in examinng the attached xorg log file, > at about the third screen down, the driver that was installed for > the Intel integrated graphics controller, appears to be the same as > for the Acer 5750G; the driver is compatible with the Sandybridge > chipset applicable to the Acer 5750G, but, apparently does not > include compatibility with the Haswell chipset of the Acer V3-772G. I'm afraid X driver compatibility is one area where I've never learned more than the superficial details. It looks to me as if X thinks the available intel_drv.so is compatible with your hardware, but for all I know I could be wrong about that. I do think it looks a little odd that (based on that log file) you're apparently using Intel video drivers but the NVIDIA GLX stack, but I can't swear that that's not going to be compatible. > However, after having written that, I think that the web page at > https://cateee.net/lkddb/web-lkddb/DRM_I915.html > indicates that laptop computers with an Intel i7 CPU, should be > compatible with the i915 chipset (?) or modules(?), and thus, the > existing, installed, driver for the Intel graphics controller, is > the appropriate one for the Intel Haswell graphics controller? If you look into the details, that Web page indicates that support is present from kernel 2.6.36 onwards. That would seem to imply that it is not present earlier. What kernel version are you running? ('uname -r' would be the command.) -- The Wanderer The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. -- George Bernard Shaw signature.asc Description: OpenPGP digital signature
Re: Please help with - it seems - no WiFi interface at all
On Monday 29 June 2015 16:53:22 Rodolfo Medina wrote: > David Wright writes: > > Glad to hear you've got it working. > > Thanks, it was thanks to you listers' help. > > > For cases where the linux drivers *don't* work, the windows driver can be > > used with ndiswrapper. > > > > In the case of my Zyxel G302v3, I blacklist the rtl8180 module (which > > thinks it can drive the card but cannot), download and unpack G-302 > > v3_7.00.zip from the realtek website, and feed WIN7X86/NET8185.inf into > > ndiswrapper. > > In the case of my TL-WN725N, the driver was proably just in that > firmware-realtek Debian package suggested by Sven, because after its > installation the device began to flash. Since then it was probably just a > problem of configuration. > > > I don't know what hardware you have, but some older laptops came with > > *optional* wireless, so that might explain it "not working". Do the > > FCC/CE stickers give any clues? > > The fabricant specifications say that my old Hyundai laptop has an Intel > PRO/Wireless 2200BG, whose driver, according to > https://wiki.debian.org/WiFi, should be in the firmware-ipw2x00 Debian > package which I installed via aptitude but with no effect. Looking better > at them, I notice now, next to the device name, the word `Options' put > within brackets: > > Intel® PRO/Wireless 2200BG (Options) > > , that recalls what you say about `optional' wireless in older laptops... > So does that mean it's not present in my machine? I can't believe you have a hardware wireless switch, and no wireless. Whether it could be got going, or is terminally ill, or even dead, is another matter. And is academic now anyway. ;-) Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506291717.33236.lisi.re...@gmail.com
Re: Please help with - it seems - no WiFi interface at all
Rodolfo Medina writes: > David Wright writes: > >> I don't know what hardware you have, but some older laptops came with >> *optional* wireless, so that might explain it "not working". Do the FCC/CE >> stickers give any clues? > > The fabricant specifications say that my old Hyundai laptop has an Intel > PRO/Wireless 2200BG, whose driver, according to https://wiki.debian.org/WiFi, > should be in the firmware-ipw2x00 Debian package which I installed via > aptitude but with no effect. Looking better at them, I notice now, next to > the device name, the word `Options' put within brackets: > > Intel® PRO/Wireless 2200BG (Options) > > , that recalls what you say about `optional' wireless in older laptops... So > does that mean it's not present in my machine? ... and in the Notebook Quick Installation Guide, in correspondence of the switch, it is written: Optional: Wlan Switch/TV-in Port. Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87y4j2h44s@gmail.com
Re: Please help with - it seems - no WiFi interface at all
On Monday 29 June 2015 17:26:59 Rodolfo Medina wrote: > Optional: Wlan Switch/TV-in Port. But you say that you have got the switch?? Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506291732.29111.lisi.re...@gmail.com
Re: Please help with - it seems - no WiFi interface at all
Lisi Reisz writes: > On Monday 29 June 2015 16:53:22 Rodolfo Medina wrote: >> David Wright writes: >> > Glad to hear you've got it working. >> >> Thanks, it was thanks to you listers' help. >> >> > For cases where the linux drivers *don't* work, the windows driver can be >> > used with ndiswrapper. >> > >> > In the case of my Zyxel G302v3, I blacklist the rtl8180 module (which >> > thinks it can drive the card but cannot), download and unpack G-302 >> > v3_7.00.zip from the realtek website, and feed WIN7X86/NET8185.inf into >> > ndiswrapper. >> >> In the case of my TL-WN725N, the driver was proably just in that >> firmware-realtek Debian package suggested by Sven, because after its >> installation the device began to flash. Since then it was probably just a >> problem of configuration. >> >> > I don't know what hardware you have, but some older laptops came with >> > *optional* wireless, so that might explain it "not working". Do the >> > FCC/CE stickers give any clues? >> >> The fabricant specifications say that my old Hyundai laptop has an Intel >> PRO/Wireless 2200BG, whose driver, according to >> https://wiki.debian.org/WiFi, should be in the firmware-ipw2x00 Debian >> package which I installed via aptitude but with no effect. Looking better >> at them, I notice now, next to the device name, the word `Options' put >> within brackets: >> >> Intel® PRO/Wireless 2200BG (Options) >> >> , that recalls what you say about `optional' wireless in older laptops... >> So does that mean it's not present in my machine? > > I can't believe you have a hardware wireless switch, and no wireless. > Whether it could be got going, or is terminally ill, or even dead, is another > matter. And is academic now anyway. ;-) Sure it is ;-) Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87lhf2h3xq@gmail.com
Re: How do I find what drivers are installed
On 29/06/2015, Nicolas George wrote: > > > Considering that Debian 6 came out in 2011 and the Haswell > microarchitecture > came out in 2013, I would say that the answer to the question is very > likely > no. > Right. At http://ark.intel.com/products/75119/Intel-Core-i7-4702MQ-Processor-6M-Cache-up-to-3_20-GHz is " Status Launched Launch Date Q2'13 Processor Numberi7-4702MQ " and " Processor Graphics ‡Intel® HD Graphics 4600 Graphics Base Frequency 400 MHz Graphics Max Dynamic Frequency 1.15 GHz Graphics Output eDP/DP/HDMI/VGA Max Resolution (HDMI) 3840x2160@60Hz Max Resolution (DP) 3840x2160@60Hz Max Resolution (VGA)2880x1800@60Hz DirectX* Support11.1 OpenGL* Support 4.3 Intel® Quick Sync Video Yes Intel® InTru™ 3D Technology Yes Intel® Insider™ Yes Intel® Wireless Display Yes Intel® Flexible Display Interface (Intel® FDI) Yes Intel® Clear Video HD TechnologyYes # of Displays Supported ‡ 3 Device ID 416 " And at http://www.debian.org/releases/squeeze/ is "Debian 6.0.0 was initially released on February 6th, 2011." And at http://www.debian.org/releases/wheezy/ is "Debian 7.0 was initially released on May 4th, 2013." So the computer does not work properly (in terms of the graphics, anyway) with either Debian 6 or Debian 7, and will not so work, unless and until a new driver is created for it, for those operating systems, so the computer will apparently work best with Ubuntu 12.04 LTS, unless and until appropriate drivers are available for Debian 6 and 7. So I guess that I now have to, after about two years, give up on trying to get it to work with Debian 6 and 7; and, the problem appears to be notsomuch with a lack of nvidia drivers, as with a lack of Intel drivers. -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cacx6j8pfbdj+wq5g7frekvufjggrtckqp_e5p3h8lmett...@mail.gmail.com
slightly OT: what's the point of vagrant when I have a debian VM
I was making a debian VM to be used for a small teaching session on shell scripting that I was planning. Our IT infra came up to me and said, use Vagrant with it to make it easier. I looked at the Vagrant page and I can't wrap my head on what its for. That and Docker too. Why and how does it simplify things? sivaram -- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87h9pq5uii@gmail.com
Re: Please help with - it seems - no WiFi interface at all
Lisi Reisz writes: > On Monday 29 June 2015 17:26:59 Rodolfo Medina wrote: >> Optional: Wlan Switch/TV-in Port. > > But you say that you have got the switch?? Sure, it's something small, 2.5cm all together, like this: OFF-- ON |Wireless| -- , that can be shifted on the left or right position. So the device *should* be there, but it gives no sign to be alive... Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87381ah31n@gmail.com
Re: How do I find what drivers are installed
On 30/06/2015, The Wanderer wrote: > On 06/29/2015 at 11:59 AM, Bret Busby wrote: > >> However, after having written that, I think that the web page at >> https://cateee.net/lkddb/web-lkddb/DRM_I915.html >> indicates that laptop computers with an Intel i7 CPU, should be >> compatible with the i915 chipset (?) or modules(?), and thus, the >> existing, installed, driver for the Intel graphics controller, is >> the appropriate one for the Intel Haswell graphics controller? > > If you look into the details, that Web page indicates that support is > present from kernel 2.6.36 onwards. That would seem to imply that it is > not present earlier. What kernel version are you running? ('uname -r' > would be the command.) > " root@bret-av3-772g-deb6:~# uname -a Linux bret-av3-772g-deb6 2.6.32-5-amd64 #1 SMP Wed Jun 17 16:09:06 UTC 2015 x86_64 GNU/Linux root@bret-av3-772g-deb6:~# " and, in having just ran apt-get update and apt-get upgrade no later kernel version is shown as being available. But, anyway, as indicated in my last post, I have gived up. After about two years of trying to get it working. :( -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cacx6j8ouhup5gkfow65mjjqyqjjxyhl_q7ayrh8_npckxlh...@mail.gmail.com
Re: slightly OT: what's the point of vagrant when I have a debian VM
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jun 29, 2015 at 10:20:13PM +0530, Sivaram Neelakantan wrote: > I was making a debian VM to be used for a small teaching session on > shell scripting that I was planning. Our IT infra came up to me and > said, use Vagrant with it to make it easier. I looked at the Vagrant > page and I can't wrap my head on what its for. > > That and Docker too. Why and how does it simplify things? IMHO not -- they complexify things. But you'll hear other opinions... On a more serious note, if you have to manage many VMs, or VMs on different "technologies", those tools may help. But for single (or very similar) VMs, some scripting glue around qemu-kvm are probably simpler... regards - -- tomás -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlWRemgACgkQBcgs9XrR2kbpIACeJSBq62ibh+IK7v378iK1rSff 3PAAnjov5E3pxHCi3BXu8Z8YzjQ9v99a =kynW -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629170336.ga13...@tuxteam.de
Re: Please help with - it seems - no WiFi interface at all
On Mon, 29 Jun 2015 17:50:28 +0100 Rodolfo Medina wrote: Hello Rodolfo, >, that can be shifted on the left or right position. So the device >*should* be there, but it gives no sign to be alive... With much electronic equipment, /especially/ computers, existence of a switch, port or other external device should not be construed as proof of the existence of the relevant hardware internally. -- Regards _ / ) "The blindingly obvious is / _)radnever immediately apparent" It belongs to them, let's give it back Beds Are Burning - Midnight Oil pgpmDsBW7fymb.pgp Description: OpenPGP digital signature
Re: Please help with - it seems - no WiFi interface at all
Brad Rogers writes: > On Mon, 29 Jun 2015 17:50:28 +0100 > Rodolfo Medina wrote: > > Hello Rodolfo, > >>, that can be shifted on the left or right position. So the device >>*should* be there, but it gives no sign to be alive... > > With much electronic equipment, /especially/ computers, existence of a > switch, port or other external device should not be construed as proof of > the existence of the relevant hardware internally. I see, thank you. Rodolfo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87r3oufm13@gmail.com
Re: How do I find what drivers are installed
On Tue, 2015-06-30 at 00:48 +0800, Bret Busby wrote: > So the computer does not work properly (in terms of the graphics, > anyway) with either Debian 6 or Debian 7, and will not so work, > unless > and until a new driver is created for it, for those operating > systems, > so the computer will apparently work best with Ubuntu 12.04 LTS, > unless and until appropriate drivers are available for Debian 6 and > 7. Drivers are available, why don't you try running jessie / Debian 8? -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 6FAB5CD5 signature.asc Description: This is a digitally signed message part
Re: How do I find what drivers are installed
On Mon 29 Jun 2015 at 20:22:50 +0200, Sven Arvidsson wrote: > On Tue, 2015-06-30 at 00:48 +0800, Bret Busby wrote: > > So the computer does not work properly (in terms of the graphics, > > anyway) with either Debian 6 or Debian 7, and will not so work, > > unless > > and until a new driver is created for it, for those operating > > systems, > > so the computer will apparently work best with Ubuntu 12.04 LTS, > > unless and until appropriate drivers are available for Debian 6 and > > 7. > > Drivers are available, why don't you try running jessie / Debian 8? That has never been revealed. Or if it has, it is lost in the mists of time and the many reincarnations of the same or a similar problem on -user. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/29062015193112.a89886012...@desktop.copernicus.demon.co.uk
Re: How do I find what drivers are installed
On Seg, 29 Jun 2015, Sven Arvidsson wrote: On Tue, 2015-06-30 at 00:48 +0800, Bret Busby wrote: So the computer does not work properly (in terms of the graphics, anyway) with either Debian 6 or Debian 7, and will not so work, unless and until a new driver is created for it, for those operating systems, so the computer will apparently work best with Ubuntu 12.04 LTS, unless and until appropriate drivers are available for Debian 6 and 7. Drivers are available, why don't you try running jessie / Debian 8? From what I recall from several long previous threads, because he does not want Gnome 3, and he doesn't want Mate either because the names of applications are in Spanish. -- Eduardo M KALINOWSKI edua...@kalinowski.com.br -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629184025.horde.2n2vz_z5fme6t1wzndqm...@mail.kalinowski.com.br
Re: Please help with - it seems - no WiFi interface at all
On Monday 29 June 2015 18:43:20 Rodolfo Medina wrote: > Brad Rogers writes: > > On Mon, 29 Jun 2015 17:50:28 +0100 > > Rodolfo Medina wrote: > > > > Hello Rodolfo, > > > >>, that can be shifted on the left or right position. So the device > >>*should* be there, but it gives no sign to be alive... > > > > With much electronic equipment, /especially/ computers, existence of a > > switch, port or other external device should not be construed as proof of > > the existence of the relevant hardware internally. > > I see, thank you. Thanks, Brad! I've learnt something - but I can see why it's so. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506292006.20596.lisi.re...@gmail.com
Re: How do I find what drivers are installed
On Monday 29 June 2015 19:40:25 Eduardo M KALINOWSKI wrote: > On Seg, 29 Jun 2015, Sven Arvidsson wrote: > > On Tue, 2015-06-30 at 00:48 +0800, Bret Busby wrote: > >> So the computer does not work properly (in terms of the graphics, > >> anyway) with either Debian 6 or Debian 7, and will not so work, > >> unless > >> and until a new driver is created for it, for those operating > >> systems, > >> so the computer will apparently work best with Ubuntu 12.04 LTS, > >> unless and until appropriate drivers are available for Debian 6 and > >> 7. > > > > Drivers are available, why don't you try running jessie / Debian 8? > > From what I recall from several long previous threads, because he > does not want Gnome 3, and he doesn't want Mate either because the > names of applications are in Spanish. :-) A good summary. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506292008.45246.lisi.re...@gmail.com
Re: USB keyboard unreliable since dist-upgrade on 1st of June
On 29/06/2015 8:00 AM, Don Armstrong wrote: > It's a bug in udev, which is now part of systemd. EXACTLY, just why systemd is a problem, creeping in to other areas and causing grief. So sad. A. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591a29c.1090...@affinityvision.com.au
Re: slightly OT: what's the point of vagrant when I have a debian VM
On Monday 29 June 2015 17:50:13 Sivaram Neelakantan wrote: > Our IT infra came up to me Please - put me out of my misery. I have googled, honest. _What_, when he she or it is at home, is an IT "infra". I simply can't find infra as a noun! Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506292152.59233.lisi.re...@gmail.com
Re: How do I find what drivers are installed
On 30/06/2015, Lisi Reisz wrote: > On Monday 29 June 2015 19:40:25 Eduardo M KALINOWSKI wrote: >> On Seg, 29 Jun 2015, Sven Arvidsson wrote: >> > On Tue, 2015-06-30 at 00:48 +0800, Bret Busby wrote: >> >> So the computer does not work properly (in terms of the graphics, >> >> anyway) with either Debian 6 or Debian 7, and will not so work, >> >> unless >> >> and until a new driver is created for it, for those operating >> >> systems, >> >> so the computer will apparently work best with Ubuntu 12.04 LTS, >> >> unless and until appropriate drivers are available for Debian 6 and >> >> 7. >> > >> > Drivers are available, why don't you try running jessie / Debian 8? >> >> From what I recall from several long previous threads, because he >> does not want Gnome 3, and he doesn't want Mate either because the >> names of applications are in Spanish. > > :-) A good summary. > Agreed. -- Bret Busby Armadale West Australia .. "So once you do know what the question actually is, you'll know what the answer means." - Deep Thought, Chapter 28 of Book 1 of "The Hitchhiker's Guide to the Galaxy: A Trilogy In Four Parts", written by Douglas Adams, published by Pan Books, 1992 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/CACX6j8N7C5fKDNHDi1KvD2fJd2yPf+wfcPJ-LfyirZBg+eS=8...@mail.gmail.com
Re: Please help with - it seems - no WiFi interface at all
On 06/28/2015 10:49 AM, Rodolfo Medina wrote: Nick Metz writes: Ah.. sorry you have the Intel PRO/Wireless 2200BG right? did you modprobe ipw2200 ?? I cant ' t find it on your output of lsmod Then, after installing firmware-ipw2x00, I did: # modprobe ipw2200 , but still nothing seemed to be changed in all the outputs of the various commands given before. But yesterday I'd bought a small wireless USB adaptor, called TP-Link. I plugged it in the pc, and... a wlan0 entry finally came out from ifconfig output! Then, as suggested in https://wiki.debian.org/WiFi/HowToUse, I did: # ip a # iwconfig # ip link set wlan0 up # iwlist scan , then put in /etc/network/interface the follwing stuff: # my wifi device auto wlan0 iface wlan0 inet dhcp wireless-essid InfostradaWiFi-A8C345 wireless-mode Master , but there must be something wrong with it, because there are now issues at machine boot and, anyway, it still won't connect in WiFi mode. But maybe the solution is coming. What should I do now? Thanks, Rodolfo Hopefully my comment/question is helpful and not a distraction. Should 'wireless-mode Master' actually need to be 'wireless-mode Managed' ???' -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591b174.5080...@aim.com
RE: slightly OT: what's the point of vagrant when I have a debian VM
> From: lisi.re...@gmail.com > Date: Mon, 29 Jun 2015 21:52:59 +0100 > > On Monday 29 June 2015 17:50:13 Sivaram Neelakantan wrote: >> Our IT infra came up to me > > Please - put me out of my misery. I have googled, honest. _What_, when he > she or it is at home, is an IT "infra". I simply can't find infra as a noun! intrastructure admin / manager / department, i.e. the network overlords. Regards, Arno -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/dub124-w34ed9c58ca0d3ebe7a8174b8...@phx.gbl
Re: slightly OT: what's the point of vagrant when I have a debian VM
On Monday 29 June 2015 22:03:50 Arno Schuring wrote: > > From: lisi.re...@gmail.com > > Date: Mon, 29 Jun 2015 21:52:59 +0100 > > > > On Monday 29 June 2015 17:50:13 Sivaram Neelakantan wrote: > >> Our IT infra came up to me > > > > Please - put me out of my misery. I have googled, honest. _What_, when he > > she or it is at home, is an IT "infra". I simply can't find infra as a > > noun! > > intrastructure admin / manager / department, i.e. the network > overlords. Thanks, Arno. I'm obviously too far out of the "swing" these days. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/201506292223.08333.lisi.re...@gmail.com
Re: NFSv4 first read/write takes 1 minute to start
Hi Mart, Am 28.06.2015 um 21:40 schrieb Mart van de Wege: > I run a fileserver and am trying to switch over from NFSv3 to NFSv4 with > RPC-GSS. My exports work, and my clients nicely authenticate to the > Kerberos server and the NFS server, I can mount the exported filesystems > and cd into them. > > But as soon as I try to read or write anything on the mounted > filesystem, I get a timeout of 1 minute. After that, all other reads and > writes on the mounted filesystem proceed normally. I cannot help you with a comprehensive explanation, but at least I discovered similar timeouts while fiddling around with my new NFSv4+Kerberos setup. The first operation on a fresh mounted NFS share took ages (one minute is quite possible). I don't remember whether it timeouted or succeeded in the end. Now that everything is in place and working as expected, I no longer discover these timeouts. Every operation (read+write) to the NFS share, starting with the first one, finishs within milliseconds. > I tested it with sec=sys, and that shows no difference. Mounting goes > fine, cd goes fine, first operation hangs. Do you have your PTR records set correctly? Not sure whether it is related, but apart from fixing Kerberos principal mapping and ticket cache handling, the missing PTR record for my Kerberos/NFS server was one of the last things I fixed. Cheers, jonas -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591bb29.1030...@freesources.org
mgag200: Anyone seen this off-by-N error before?
Hi all, I'm currently picking fights with this Dell PowerEdge R320 server that we're setting up for an energy management project. I found the machine would successfully install Debian Jessie i386, but then would immediately kernel panic on the first boot. We use the i386 version because the SCADA software we use requires it. After trying a few things to no avail, I broke down and installed the AMD64 version, figuring I'll use either LXC or KVM to run a i386 guest. That worked, and the machine successfully boots. HOWEVER, I was confronted by this: http://www.longlandclan.yi.org/~stuartl/debian-user/2015/06/30-mgag200/x.png The console is similarly affected: http://www.longlandclan.yi.org/~stuartl/debian-user/2015/06/30-mgag200/console-fb.png It seems there's an off-by-N error in the framebuffer, which makes the console pretty much unreadable. I tried downloading this kernel package: https://packages.debian.org/sid/amd64/linux-image-4.0.0-2-amd64 and installing that, I get the same problem (and lxc doesn't work). So I'm back on the stock Jessie kernel 3.16.7-ckt11-1 (linux-image-amd64_3.16+63_amd64.deb), and I've gotten by creating /etc/modprobe.d/blacklist-mgag200.conf: > blacklist mgag200 That gets things working, although I notice there's now no acceleration in X, we can live with that as its only purpose is to allow interaction with virt-manager (for KVM). The details of the offending video device: > 06:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2 > (prog-if 00 [VGA controller]) > Subsystem: Dell Device 04f7 > Flags: bus master, medium devsel, latency 64, IRQ 11 > Memory at d800 (32-bit, prefetchable) [size=16M] > Memory at de7fc000 (32-bit, non-prefetchable) [size=16K] > Memory at dd80 (32-bit, non-prefetchable) [size=8M] > Expansion ROM at [disabled] > Capabilities: [dc] Power Management version 1 Has anyone seen this bug with this driver and/or have any ideas I could try? Regards, -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591c4fe.90...@longlandclan.yi.org
Re: a simpler printing question
On 06/29/2015 08:36 AM, Brian wrote: On Sun 28 Jun 2015 at 13:27:17 -0700, bri...@aracnet.com wrote: maybe. after my struggling with cups i decided to go old school. it took me 10 minutes with LPRNG to be able to print a postscript file, something i have not yet been able to do with cups (which i might point out is using the exact same drivers). so now the question is: how do i make my applications aware of the lprng printer ? applications would be : mozilla, claws-mail, libre office, etc... For any installed package it is rarely a waste of time and effort to read its documentation in /usr/shsre/doc. Except that some of them have no content besides a brief history log and a readme. That is just plain sad. :( Ric -- My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ..the Sin of Ignorance, and the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad. http://linuxcounter.net/user/44256.html -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5591d0f1.4070...@gmail.com
Mail and POP3
This system runs debian squeeze for now and I want to make it use our internet provider's POP3 mail server and send out-bound mail through the provider's smtp server. In the past, I have used similar systems connected to the internet so I simply configured exim4 accordingly and things worked fine. I found an example for debian-etch which used fetchmail. Is that still the case for squeeze and newer debian releases? Do I need to leave exim4 alone as it appears that fetchmail does all the moving? Thank you very much. Martin McCormick -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150630014405.59d3522...@server1.shellworld.net
Re: Mail and POP3
On 30/06/15 11:44, Martin G. McCormick wrote: > I found an example for debian-etch which used fetchmail. > Is that still the case for squeeze and newer debian releases? > > Do I need to leave exim4 alone as it appears that > fetchmail does all the moving? I've done this before with numerous distributions in the past. Basically you set up fetchmail to do the mail collection, and I think by default it tries to use the local delivery agents to deliver mail to local users. So you set it up as a daemon to collect mail for a number of users. Your SMTP server then looks after local delivery and for delivery to a smarthost outside your network (your ISP). I don't recall what the exact configuration parameters are for fetchmail, it's been a while since I've used it, but there is one that controls who email from a particular account gets delivered to. Once you set that, and assuming your SMTP server (exim4 in your case) is set up correctly, things should JustWork™. -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/559208ba.9040...@longlandclan.yi.org
Re: a simpler printing question
On Mon, 29 Jun 2015 13:36:52 +0100 Brian wrote: > On Sun 28 Jun 2015 at 13:27:17 -0700, bri...@aracnet.com wrote: > > > maybe. > > > > after my struggling with cups i decided to go old school. > > > > it took me 10 minutes with LPRNG to be able to print a postscript > > file, something i have not yet been able to do with cups (which i > > might point out is using the exact same drivers). > > > > so now the question is: how do i make my applications aware of the > > lprng printer ? > > > > applications would be : mozilla, claws-mail, libre office, etc... > > For any installed package it is rarely a waste of time and effort to > read its documentation in /usr/shsre/doc. > > and it's there i learned how to construct my printcap file. however it has nothing about making the printer available to the apps. i searched the web again, and discovered there are things like kprinter which will work. now to figure out which of them will actually work. kprint(er) is out because i don't want to install all of kde to get it. regardless i'm on the write track. the really interesting tidbit. libre prints to something called the "default printer". now that i have a default printer, it works just fine ... Brian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629213752.5c66f...@cedar.deldotd.com
Re: How do I find what drivers are installed
On 6/29/2015 11:40 AM, Eduardo M KALINOWSKI wrote: On Seg, 29 Jun 2015, Sven Arvidsson wrote: On Tue, 2015-06-30 at 00:48 +0800, Bret Busby wrote: So the computer does not work properly (in terms of the graphics, anyway) with either Debian 6 or Debian 7, and will not so work, unless and until a new driver is created for it, for those operating systems, so the computer will apparently work best with Ubuntu 12.04 LTS, unless and until appropriate drivers are available for Debian 6 and 7. Drivers are available, why don't you try running jessie / Debian 8? From what I recall from several long previous threads, because he does not want Gnome 3, and he doesn't want Mate either because the names of applications are in Spanish. Gnome-core doesn't depend on those. Later, Seeker -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/55921ffe.4030...@comcast.net
Re: NFSv4 first read/write takes 1 minute to start
Jonas Meurer writes: > Hi Mart, > > Am 28.06.2015 um 21:40 schrieb Mart van de Wege: >> I run a fileserver and am trying to switch over from NFSv3 to NFSv4 with >> RPC-GSS. My exports work, and my clients nicely authenticate to the >> Kerberos server and the NFS server, I can mount the exported filesystems >> and cd into them. >> >> But as soon as I try to read or write anything on the mounted >> filesystem, I get a timeout of 1 minute. After that, all other reads and >> writes on the mounted filesystem proceed normally. > > I cannot help you with a comprehensive explanation, but at least I > discovered similar timeouts while fiddling around with my new > NFSv4+Kerberos setup. The first operation on a fresh mounted NFS share > took ages (one minute is quite possible). I don't remember whether it > timeouted or succeeded in the end. > > Now that everything is in place and working as expected, I no longer > discover these timeouts. Every operation (read+write) to the NFS share, > starting with the first one, finishs within milliseconds. > Well, it gets worse. After a day I tried it again, but from work over a VPN. This time the first write operation (touching a test file) finished within the bounds of the speed of the VPN connection. So apparently some old information got cached somewhere and invalidated by the passing of time. On Thursday I am back on location, I will check again to see if the problem persists at local network speeds. >> I tested it with sec=sys, and that shows no difference. Mounting goes >> fine, cd goes fine, first operation hangs. > > Do you have your PTR records set correctly? Not sure whether it is > related, but apart from fixing Kerberos principal mapping and ticket > cache handling, the missing PTR record for my Kerberos/NFS server was > one of the last things I fixed. > It's my home/development server; it runs on an entirely internal zone, with full and correct PTR records. It's been running Kerberos for years now for other services, and incorrect DNS has already bitten me in the past. -- "We will need a longer wall when the revolution comes." --- AJS, quoting an uncertain source. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/86vbe5kasz@gaheris.avalon.lan