LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-09-2018, 08:13 AM   #1
dttauzin
LQ Newbie
 
Registered: Mar 2018
Location: Biloxi, MS
Distribution: SiLOX OS
Posts: 7

Rep: Reputation: 0
Post Multi machine USB 2 issues Graphics and WiFi


Ok guys/gals here we go.
I consider myself intermediate level, I normally can find a way to accomplish things on my own, but here I am stumped as to why this isn't working as I expected...
I have 2 issues.
I want this USB so I can plug into any computer with any network/wifi or graphics hardware. I installed almost all firmware for wifi and ethernet adapters in synaptic.
Issue 1.
I have installed Debian Stretch full NOT live with persistence on a USB drive. I installed it using a USB wifi adapter and all went fine. I have both a wifi adapter and an ethernet connection on this computer. It picked both up during install, I used the wifi to install. It went fine. I have installed ndiswrapper wireless-tools and wicd. I added line ndiswrapper in the /etc/modules file. The wifi adapter is WUSB100 Cisco/Linksys I see it and loaded the windows XP .inf file in window wireless drivers. However when I unplug the wired connection it still will not get an internet connection. The light on the USB adapter flashes as if it is working just no connection. it shows up in Windows wireless drivers as yes available and yes driver loaded. The wicd utility sees the NDIS network name still no internet connection. I do not get the wifi controls at the top right of gnome.
Issue 2.
Graphics issue. The USB works just fine on the machine where it was installed with a radeon HD 5670 graphics, however if I try to use it on a machine with an nvidia graphics everything is fine then after a random amount of time I get garbage on the screen and it locks up. These are the 2 machines I am testing it on they are totally different it has an Nvidia 6150se. It shows up in settings details as nouveau. I would like this to work on any machine including laptops. So I will need it to work with radeon geforce and intel graphics. I am thinking adding this line in my /etc/default/grub file, it should be fine for the graphics, however I am not sure if this is for only graphics or if it will impact the wireless issue as well. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

I hit escape on the keyboard during boot and everything loads OK no errors, I am stumped...

Any suggestions to these issues?
 
Old 04-10-2018, 09:19 AM   #2
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Just get the knoppix DVD and make a persistent USB drive out of it. It works with almost everything, because it allows to tweak the system before it boots.
 
Old 04-10-2018, 09:40 AM   #3
dttauzin
LQ Newbie
 
Registered: Mar 2018
Location: Biloxi, MS
Distribution: SiLOX OS
Posts: 7

Original Poster
Rep: Reputation: 0
Talking This is why not Knoppix

I do not want to use Knoppix, because I want a rolling OS. I have it configured for the stable branch not stretch, therefore I won't need to reinstall to get a current updates and it will automatically turn into Debian 10 Buster.
 
Old 04-10-2018, 01:15 PM   #4
dttauzin
LQ Newbie
 
Registered: Mar 2018
Location: Biloxi, MS
Distribution: SiLOX OS
Posts: 7

Original Poster
Rep: Reputation: 0
Question Still issues here.

I have added the nomodeset setting to /etc/default/grub it seems to have fixed the issue with an Nvidia system garbage and lock up, however do not get a good resolution at all it gives 2 choices 1024x768 and 512x385 4x3 res but stretches it to 16x9 I was wondering if there is a way to use bios mode to see what this will do, basically maybe using the hardware modes built into the card itself, if anyone has knowledge on this I would like to try it.

I am still having problems with the networking. I have completely removed wicd and reinstalled the wl wireless-tools and network manager. I have also moved to a 64-bit driver for ndiswrapper it seems to load fine in the Windows wireless tools app. Still no network. Any ideas?
 
Old 04-14-2018, 07:54 AM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,808
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Nobody with a better than crude screen gets a good (aka native) resolution using nomodeset except some people using proprietary (non-FOSS) video drivers. All competent FOSS drivers require kernel modesetting be enabled. Nomodeset limits screens to antique VESA modes, none of which are widescreen modes. Highest likelihood of acceptable performance from the most of popular gfxchips will result if none of the dedicated Xorg video drivers are installed, resulting in the default built-in modesetting driver being used for gfx from all of Intel, ATI/AMD and NVidia/GeForce.

The GeForce 6150SE with some kernels and/or Xorg servers seems to be a special problem in need of special treatment, one or more cmdline options:
Quote:
nouveau.config=NvMSI=0
and/or
Quote:
nouveau.noaccel=1
 
Old 04-14-2018, 12:53 PM   #6
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,490

Rep: Reputation: Disabled
Maybe take a look at AntiX/MX Linux (Debian based), both work from a pendrive on multiple machines, it's my regular distro, but I don't know if there is anything special, except that it is a non systemd distro.
 
Old 04-14-2018, 05:17 PM   #7
dttauzin
LQ Newbie
 
Registered: Mar 2018
Location: Biloxi, MS
Distribution: SiLOX OS
Posts: 7

Original Poster
Rep: Reputation: 0
Thumbs up mrmazda thank you! Just one question.

mrmazda, thank you I have read on the nvidia it is a special issue taking a special tinker to resolve, however I have never seen anyone make comment on the things to do to fix it. I thank you for your time in finally showing me these things to try. Now could you please tell me what folder and file these config settings should be placed in? and again, thank you. I will remark and add to your status as soon as I try them.


Quote:
Originally Posted by mrmazda View Post
Nobody with a better than crude screen gets a good (aka native) resolution using nomodeset except some people using proprietary (non-FOSS) video drivers. All competent FOSS drivers require kernel modesetting be enabled. Nomodeset limits screens to antique VESA modes, none of which are widescreen modes. Highest likelihood of acceptable performance from the most of popular gfxchips will result if none of the dedicated Xorg video drivers are installed, resulting in the default built-in modesetting driver being used for gfx from all of Intel, ATI/AMD and NVidia/GeForce.

The GeForce 6150SE with some kernels and/or Xorg servers seems to be a special problem in need of special treatment, one or more cmdline options: and/or
 
Old 04-14-2018, 06:09 PM   #8
dttauzin
LQ Newbie
 
Registered: Mar 2018
Location: Biloxi, MS
Distribution: SiLOX OS
Posts: 7

Original Poster
Rep: Reputation: 0
mrmazda is this ok?

Since you were speaking of the nomodeset in /etc/default/grub, this is what I did in my /etc/default/grub file. Is this correct and/or will this work? Do I also need to sudo update-initramfs -u?


# start /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo SiDEBIAN OS`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="nouveau.config=NvMSI=0 nouveau.noaccel=1"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1280x720

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

# end /etc/default/grub

Last edited by dttauzin; 04-15-2018 at 06:29 AM.
 
  


Reply

Tags
graphics, hardware, multi, network, usb



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
Issues with USB wifi adapter in linux? deanfourie Linux - Hardware 11 01-01-2019 05:53 AM
newbie / wifi usb adapter issues jetechnologies Linux - Newbie 3 12-23-2013 11:11 AM
Performance issues in Linux Multi-heap Multi-thread application rarrao Linux - Newbie 2 05-21-2013 01:25 AM
Setup USB Wifi Linux (Virtual Machine) tzr916 Linux - Newbie 2 06-22-2012 11:02 PM
Cannot Transfer Files with USB and Wifi Card Issues keljaden Linux - Hardware 3 10-08-2008 05:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:36 AM.

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