LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-08-2015, 05:00 PM   #16
eternalnewbee
LQ Newbie
 
Registered: Nov 2015
Distribution: Fedora
Posts: 7

Rep: Reputation: Disabled

Hi, thanks for that report.

I was having issues with a similar laptop here.

I'd like to try out your exact procedure, and was under the apparently erroneous impression that Debian live USB sticks didn't support UEFI boots.

Would you point me to the Debian iso url, and the exact statement / procedure you used to produce your stick, if a stick it was?
 
Old 11-08-2015, 05:14 PM   #17
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005

Original Poster
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
The LIVE Debian sticks do not (reason I'd like to but can't try Q4OS, built from Debian live and doesn't support UEFI, and I have no interest in using the archaic legacy mode on anything I touch), but the Debian INSTALLER sticks do.

I use http://cdimage.debian.org/debian-cd/...64-netinst.iso

I downloaded everything I'd need to then compile the wireless module along with wicd-curses and it's dependencies on a seperate USB drive, installed with
Code:
dpkg -i *.deb
and from there build the system as I wished. Maybe not the EASIEST way to do it, but it's how I prefer to do it.

Last edited by Timothy Miller; 11-08-2015 at 05:16 PM.
 
Old 11-08-2015, 05:41 PM   #18
eternalnewbee
LQ Newbie
 
Registered: Nov 2015
Distribution: Fedora
Posts: 7

Rep: Reputation: Disabled
The wireless compilation looks daunting to me. Actually I see RockDoctor has a more tempting offer:

Quote:
Originally Posted by RockDoctor View Post
I'm running off a live USB I created using dd... It just works! ... no problems with either the touchpad or wifi.
RockDoctor, would you point me to your exact iso url and the bs (block size) you used in the dd statement?

Thanks

Last edited by eternalnewbee; 11-08-2015 at 05:46 PM.
 
Old 11-09-2015, 04:52 AM   #19
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I mostly rsync another install onto a usb boot medium with semi-normal partitioning. Update the /etc/fstab of the usb boot medium to represent it's new location. Chroot into the usb boot medium and install grub while in the chroot and run update-grub. A quick glance at /boot/grub/grub.cfg to make sure it's using UUIDs and not /dev/ names for root=... and it's effectively bootable at that point.

AFAIK most linux's now support UEFI. But only a select few (ubuntu, fedora, ...) are signed with the microsoft keys. So there's extra steps to boot the others using UEFI (like adding non-microsoft keys). But it can be done. I've never quite done it, since disable secure boot and enable legacy/CSM is an option on all my existing computers (or they use uboot). And none of my storage devices are > 2GB so I don't "need" to use the GPT partitioning option just yet.

The block size (bs) of the dd only determines how fast dd proceeds. AFAIK 512 bytes is the default block size. So bs=1M would use 1024 kilobytes, or some such which is 2000 times the size of the default block size that dd uses. None of which changes WHAT is copied by dd.

Last edited by Shadow_7; 11-09-2015 at 04:53 AM.
 
Old 11-09-2015, 06:46 AM   #20
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by eternalnewbee View Post
RockDoctor, would you point me to your exact iso url and the bs (block size) you used in the dd statement?Thanks
I just grab the latest development builds of Fedora and Ubuntu. I have not tested bluetooth with either Fedora or Ubuntu, but Fedora gives me an error message regarding bluetooth, even on my bluetooth-less desktop. I'll stay with Ubuntu for now. Here's the link to the latest Ubuntu-Mate iso: http://cdimage.ubuntu.com/ubuntu-mate/daily-live/20151109/xenial-desktop-amd64.iso where /dev/sdg is my USB stick. The command I use to copy an iso file it to my usb stick is:
Code:
 sudo dd if=xenial-desktop-amd64.iso of=/dev/sdg bs=4M
Ubuntu only keeps today's and yesterday's images. I'm downloading today's image as I type this, and plan check it out as soon as I'm done writing this note.

As for dragging windows (with Fedora, anyway), it's apparently click and drag while holding, just like with a mouse.

Updates: Today's Ubuntu-Mate works fine. Click & drag works on Ubuntu also. In both cases, I have to drag the finger that's holding the click

Last edited by RockDoctor; 11-09-2015 at 07:08 AM. Reason: update
 
Old 11-10-2015, 08:08 AM   #21
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Update on click-and-drag:
It's fixed. I've got left click, right click, and a proper (left) click-and-drag.

Credit to SaltSpork. Replicating here for convenience.

1. Copy /usr/share/X11/xorg.conf.d/50-synaptics.conf to /etc/X11/xorg.conf.d/

2. Add the following line to the first InputClass section:
Option "ClickPad" "true"

3. Log out, then log back in.
 
Old 11-10-2015, 08:33 AM   #22
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
For those concerned about needing Ethernet, I would try a USB Ethernet adapter. Not surprisingly, the Apple one works well on Linux.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Icecast stream a stream R03L Linux - Software 1 07-17-2009 06:37 PM
program to stream the stream (or maybe streaming proxy?) jimmykarily Linux - Software 1 05-13-2009 04:35 AM
How to record a stream and start a new outputXXX.avi/mp3 for each new stream title ? frenchn00b Linux - General 4 08-04-2008 05:40 AM
Howto transcode & relay a MPEG stream to a WMV stream?? crazyivan Linux - Software 0 06-15-2007 03:18 AM
TV Stream juniox Linux - Software 1 01-15-2006 02:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration