[SOLVED] How do I disable enp0s3?

I am trying to remove unwanted services from boot, specifically enp0s3 which I don't use as I don't have a ethernet card.
This is my start up time analysis:
$ systemd-analyze blame
24.503s [email protected]
1.625s systemd-logind.service
1.580s alsa-restore.service
1.579s iptables.service
684ms updatedb.service
626ms man-db.service
375ms systemd-journal-flush.service
62ms systemd-journald.service
53ms systemd-udevd.service
From the journal I see this - Timed out waiting for device sys-subsystem-net-devices-enp0s3.device.
Jan 19 10:30:51 arch network[273]: Starting network profile 'fisher'...
Jan 19 10:30:51 arch systemd-logind[223]: Watching system buttons on /dev/input/event3 (Power Button)
Jan 19 10:30:51 arch systemd-logind[223]: Watching system buttons on /dev/input/event6 (Video Bus)
Jan 19 10:30:51 arch kernel: random: nonblocking pool is initialized
Jan 19 10:30:51 arch kernel: b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
Jan 19 10:30:52 arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0b1: link is not ready
Jan 19 10:30:52 arch systemd[1]: Started Update man-db cache.
Jan 19 10:30:52 arch systemd[1]: Started Update locate database.
Jan 19 10:30:53 arch kernel: wlp3s0b1: authenticate with 00:25:15:1d:7b:34
Jan 19 10:30:53 arch kernel: wlp3s0b1: direct probe to 00:25:15:1d:7b:34 (try 1/3)
Jan 19 10:30:53 arch kernel: wlp3s0b1: send auth to 00:25:15:1d:7b:34 (try 2/3)
Jan 19 10:30:53 arch kernel: wlp3s0b1: authenticated
Jan 19 10:30:53 arch kernel: wlp3s0b1: associate with 00:25:15:1d:7b:34 (try 1/3)
Jan 19 10:30:53 arch kernel: wlp3s0b1: RX AssocResp from 00:25:15:1d:7b:34 (capab=0x411 status=0 aid=1)
Jan 19 10:30:53 arch kernel: wlp3s0b1: associated
Jan 19 10:30:53 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0b1: link becomes ready
Jan 19 10:30:53 arch dhcpcd[390]: version 6.6.7 starting
Jan 19 10:30:53 arch dhcpcd[390]: DUID 00:01:00:01:1c:0d:93:4d:08:00:27:34:83:28
Jan 19 10:30:53 arch dhcpcd[390]: wlp3s0b1: IAID 96:d0:29:ff
Jan 19 10:30:53 arch dhcpcd[390]: wlp3s0b1: rebinding lease of 192.168.1.65
Jan 19 10:30:58 arch dhcpcd[390]: wlp3s0b1: DHCP lease expired
Jan 19 10:30:59 arch dhcpcd[390]: wlp3s0b1: soliciting a DHCP lease
Jan 19 10:31:10 arch dhcpcd[390]: wlp3s0b1: offered 192.168.1.65 from 192.168.1.1
Jan 19 10:31:16 arch dhcpcd[390]: wlp3s0b1: leased 192.168.1.65 for 86400 seconds
Jan 19 10:31:16 arch dhcpcd[390]: wlp3s0b1: adding route to 192.168.1.0/24
Jan 19 10:31:16 arch dhcpcd[390]: wlp3s0b1: adding default route via 192.168.1.1
Jan 19 10:31:16 arch dhcpcd[390]: forked to background, child pid 468
Jan 19 10:31:16 arch network[273]: Started network profile 'fisher'
Jan 19 10:31:16 arch systemd[1]: Started A simple WPA encrypted wireless connection.
Jan 19 10:32:19 arch systemd[1]: Job sys-subsystem-net-devices-enp0s3.device/start timed out.
Jan 19 10:32:19 arch systemd[1]: Timed out waiting for device sys-subsystem-net-devices-enp0s3.device.
Jan 19 10:32:19 arch systemd[1]: Dependency failed for dhcpcd on enp0s3.
Jan 19 10:32:19 arch systemd[1]: Job [email protected]/start failed with result 'dependency'.
Jan 19 10:32:19 arch systemd[1]: Job sys-subsystem-net-devices-enp0s3.device/start failed with result 'timeout'.
Jan 19 10:32:19 arch systemd[1]: Starting Network.
Jan 19 10:32:19 arch systemd[1]: Reached target Network.
Jan 19 10:32:19 arch systemd[1]: Starting OpenSSH Daemon...
Jan 19 10:32:19 arch systemd[1]: Started OpenSSH Daemon.
Jan 19 10:32:19 arch systemd[1]: Starting Multi-User System.
Jan 19 10:32:19 arch systemd[1]: Reached target Multi-User System.
Jan 19 10:32:19 arch systemd[1]: Starting Graphical Interface.
Jan 19 10:32:19 arch systemd[1]: Reached target Graphical Interface.
Jan 19 10:32:19 arch systemd[1]: Startup finished in 1.025s (kernel) + 1min 30.574s (userspace) = 1min 31.599s.
As I don't have ethernet can I turn it off?  I saw this https://bbs.archlinux.org/viewtopic.php?id=158885 which is almost the opposite of my issue so I tried
systemctl disable dhcpcd
(I'm unsure if that is wise or even relevant) but still the device is trying to start and I don't know why
$ systemctl status dhcpcd
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; disabled; vendor preset: disabled)
Active: inactive (dead)
[adam@arch rules.d]$
$ systemctl status sys-subsystem-net-devices-enp0s3.device
● sys-subsystem-net-devices-enp0s3.device
Loaded: loaded
Active: inactive (dead)
Jan 19 10:32:19 arch systemd[1]: Job sys-subsystem-net-devices-enp0s3.device/start timed out.
Jan 19 10:32:19 arch systemd[1]: Timed out waiting for device sys-subsystem-net-devices-enp0s3.device.
Jan 19 10:32:19 arch systemd[1]: Job sys-subsystem-net-devices-enp0s3.device/start failed with result 'timeout'.
Last edited by halasz (2015-01-19 14:35:53)

lsmod | grep tg shows nothing at all (why tg btw?  did you mean th for ethernet?). 
$ sudo lsmod | grep th
bluetooth 403639 2 btusb
rfkill 18867 3 cfg80211,bluetooth
x86_pkg_temp_thermal 12951 0
thunderbolt 48817 0
crc16 12343 2 ext4,bluetooth
lspci-vv doesn't show kernel modules either for ethernet. 
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57786 Gigabit Ethernet PCIe (rev 21)
Subsystem: Broadcom Corporation NetXtreme BCM57786 Gigabit Ethernet PCIe
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 0
Region 0: Memory at a0400000 (64-bit, prefetchable) [disabled] [size=64K]
Region 2: Memory at a0410000 (64-bit, prefetchable) [disabled] [size=64K]
Expansion ROM at 8fa00000 [disabled] [size=2K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: Broadcom NetXtreme Gigabit Ethernet Controller
Read-only fields:
[PN] Part number: BCM957766
[EC] Engineering changes: 106679-15
[SN] Serial number: 0123456789
[MN] Manufacture ID: 31 34 65 34
[RV] Reserved: checksum good, 27 byte(s) reserved
End
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable- Count=5 Masked-
Vector table: BAR=2 offset=00000000
PBA: BAR=2 offset=00000120
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <64us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Device Serial Number 00-00-00-10-18-00-00-00
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [1b0 v1] Latency Tolerance Reporting
Max snoop latency: 0ns
Max no snoop latency: 0ns
02:00.1 SD Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader (rev 21) (prog-if 01)
It does for other things.  In fact ethernet is the only thing on lspci that *doesn't* have an associated Kernel Driver or Module.
sudo lspci -k
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
Subsystem: Apple Inc. Device 0102
Kernel driver in use: ivb_uncore
libkmod: kmod_config_parse: /etc/modprobe.d/xhci-reset-on-suspend.conf line 1: ignoring bad line starting with '#'
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Apple Inc. Device 0102
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1f.0 ISA bridge: Intel Corporation QS77 Express Chipset LPC Controller (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Intel Corporation Device 7270
Kernel modules: i2c_i801
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57786 Gigabit Ethernet PCIe (rev 21)
Subsystem: Broadcom Corporation NetXtreme BCM57786 Gigabit Ethernet PCIe
02:00.1 SD Host controller: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader (rev 21)
Subsystem: Broadcom Corporation Device 96bc
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)
Subsystem: Apple Inc. AirPort Extreme
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
04:00.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
05:00.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
05:03.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
05:04.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
05:05.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
05:06.0 PCI bridge: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Kernel driver in use: pcieport
Kernel modules: shpchp
06:00.0 System peripheral: Intel Corporation DSL3510 Thunderbolt Port [Cactus Ridge] (rev 03)
Subsystem: Device 2222:1111
Kernel driver in use: thunderbolt
Kernel modules: thunderbolt
I don't have a bios  (have a macbook) - I am booting EFI.  I could pass a kernel parameter but it is same issue - I need to know what module to disable.  Or how to disable the driver.
Last edited by halasz (2015-01-19 13:35:42)

Similar Messages

  • [SOLVED]How can I disable ehci_hcd kernel module?

    How can I disable ehci_hcd kernel module loading?
    I have up to date archlinux.
    I tried add 'modprobe -r ehci_hcd' to '/etc/rc.local' but this broke net-profiles - ppp connection at bootup(I have USB modem (which of course work with uhci_hcd module) connected).
    I also tried with '/etc/modprobe.d/modprobe.conf' and 'blacklist ehci_hcd' but ehci_hcd still loading at bootup.
    Last edited by amen (2010-01-27 17:48:45)

    bangkok_manouel wrote:http://wiki.archlinux.org/index.php/Rc.conf#Hardware
    Thanks, but:
    1) blacklist module in /etc/rc.conf not work:
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(floppy !snd-pcsp !ehci_hcd)
    2) this not work also:
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(long_long_list_of_modules_without_ehci_hcd)
    I found solution:
    1) comments 2 lines in /etc/modprobe.d/usb-load-ehci-first.conf
    #install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
    #install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS
    2) and blacklist module ehci_hcd in /etc/rc.conf.

  • How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    How can I disable the assistive touch programmatically ? This is like a bug. Though the Guided access is enabled a user can take screenshot of my application content. How can I solve this ? any idea ....

    Question: Do you think the response from the support staff is correct? I mean, surely, I can't be the only CF user on a shared box whose other users need to modify the date and time within their applications. Even if they do it at the application level for their domain, surely it wouldn't affect mine, would it? That was what was implied by the support people, but I have a feeling they are way off, or covering for some goof-up on their end. I struggled like hell yesterday trying to get this to work and I did not get very far at all.
    I found an interesting tutorial here which does a comparison of time zones and, theoretically, this might do the trick. But if what the guy told me was nonsense then I won't bother with it. For the record, our calendar has been working fine for about a week now.

  • [SOLVED]how to disable all antialiasing

    I am using openbox, xfce4-panel, firefox. How can I disable all antialiasing of fonts on my computer? I know I can change in the .Xdefaults to make urxvt not antialiased, and i'm sure some other applicaiton specific settings but am looking for a system wide solution.
    Last edited by blodorn (2009-07-20 03:00:10)

    Thank you, I added this to ~/.fonts.conf and everything is great now.
    <match target="font">
    <edit name="antialias" mode="assign">
    <bool>false</bool>
    </edit>
    </match>

  • How to completely disable "Touchsmart OS software" Slows & interfers

    How to completely disable "Touchsmart OS software"  What a  Hassle it slows & interferes  Windows & applications.
    I can't find any information how to completely disable this software.  I can't imagine anyone likes it.  It just slows my computer & makes my other programs want to crash.  It wastes at least 2 to 5 minutes every single startup having to shut it down manually.
    I want it off my machine & I bet I am not the only one.  It reminds me of the old Windows over Dos mess.

    Brilliant1, welcome to the forum.
    When requesting help you should always include the make/model of the computer and/or monitor. This information is necessary for us to review the specifications of them.
    I believe that you can go into the Control Panel under "Pen and Touch".  You would uncheck the box "Use finger as input device" (some such words).
    I found this in another thread:
    Per HP Technical Support:  "Hp TouchScreen Configuration" has been replaced by "Pen and Touch."   More recent models would have "Pen and Touch," older models would have "HP TouchScreen Configuration."  The "Configuration" option does not appear on any TouchSmart 610 series all-in-one computers.   So to turn off the finger-operated TouchScreen one would use whichever appears on the Control Panel of the computer in question.
    Please click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • How do I disable the plugin check at Firefox Version 18 or higher startup?

    This thread carries on from a discussion about How do I disable the plugin check at Firefox startup? As clearly Tylerdowner did not like my previous message and so would like me to obviously start a whole new thread to find out what’s going on.
    https://support.mozilla.org/en-US/questions/938821
    Tyler: I am still looking for support and so are the other 83 people who have this problem. Hence why I am here, not to have to start another thread, not to have a go at you or just to run around further to get a clear, straight forward answer. I am now back to running Version 12 (which, has not solved the problem), with up-to-date plugins which are all supported.
    Don’t fob us off, PLEASE HELP. Unless I am very much mistaken, this is the place we are meant to find help, right? Not to be completely blown off because somebody says something you don’t like. Perhaps someone better suited to this will help. I’ll follow on from then with MY problem from Tyler’s final comment as it is highly relevant:
    Tylerdowner: Rumor Control, if you are running Firefox 18 with up to date plugins, then you are having a different problem than this thread is about. This is for Firefox 3.6 users who have old plugins, not those with updated software.

    I should also add this info for all to see clear as part of my question (can be seen in More system details too):
    I liked that version, was the first ever FireFox browser I tried and because of it made it my number 1 browser. There have been a heck of a lot from 3.6 to 18 though I think we’d all agree. Progress can and often is messy, but worth it.
    Which is fine except mine, a different version, up-to-date plugins – and I’ve still same problem as these guys. It’s exactly the same even for me who has updated: How do we get rid of the Plugin Check Screen every time we start FireFox? I know I am up-to-date – as it tells me every single time!
    I agree everyone should be up-to-date with the software and this may very well be the case that solves a lot of people with lower versions – yet I can say I updated from version 12 to the latest 18, spent the time getting half a dozen different updates as it wanted (all of which are supported according to the link you provided) plugins and yet I am still having the same problem as users with 3.6 and older plugins! Went back to version 12.0 and I am getting the problem since installing version 18.
    Therefore from the fact I’m still getting the popup every time telling me everything is updated and safe, which is lovely to know, still doesn’t change the fact it won’t go away! Not a major problem but it is getting tedious now every single time.
    Like I say I am willing to wait and see if this gets fixed anyway which to be fair, FireFox seem to do a lot better than the competition. If it doesn’t though I’d still rather go back to an older version just to be rid of it! But not even that is now working to be gone of it! It’s gotten that ridiculous for me now too!
    :)

  • How to permanent disable the touchpad for dv6-1245dx

    i can't find anything to permanently disable the touchpad.
    I disabled  the item in the control panel, but still it turns during bootup or after standby.
    how to permanently disable that touchpad?
    ps. also uninstalled the driver, but it's still working.

    Hi,
    Go to Control Panel -> Devices Manager -> Mouse and other pointing devices
    Click with right button of Your mouse on Touchapd abd choose switch off.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • How do I disable Plugin Check?

    How do I disable this new "feature?"
    * It opens up a new tab on startup that I don't want.
    * The check doesn't even work half the time.
    * Most of the plugins it finds are "unknown" (despite the fact that I know where every one of them came from!)
    * It doesn't register that I've already updated all the plugins that it can find
    * And in case anybody from this plugin check project is reading this, please, ''please'' add in a way to stop this check from running on startup. I know you want to help, but you're just annoying the userbase.

    I had no luck with other alleged solutions, and one I tried caused Adobe Flash Player to screw up (as others have reported elsewhere). Here’s what I did to help alleviate (not solve) the Plugin Check problem:
    1. Type “about:config” (without quotes) in your web address box and hit return. This should take you to a (not-so-secret) Firefox configuration page that lists the many Firefox settings.
    2. If you first get a warning message, click the "I'll be careful, I promise!" button. Do be careful not to mess up any settings unintentionally. (The worst scenario might be that you have to re-install Firefox—do you have your preferred Firefox version [e.g., 3.6] setup file saved somewhere? You may want to download it first, to be safe.)
    3. Once on the about:config page, in the “Filter” box at the top type “plugins.update” (again, no quotes). This should reduce the visible list down to only two (or so) settings. (Don’t worry--doing this does not change or remove anything, just makes the list you see more manageable. The full list will still be there if you remove the filter.)
    4. Double-click on the “plugins.update.url” setting line to change the address “https://www.mozilla.com/%LOCALE%/plugincheck/” to anything else you want, for example “http://www.google.com”, or “http://my.ebay.com”, or your homepage address. Then exit Firefox (there is no "save" action needed).
    Now when you start Firefox again you will have two tabs, one with your homepage and one with that other address in place of the Plugin Check page. This doesn’t solve the problem, but at least you do not have to look at the annoying Plugins Check page. (You can always put the original address back in the about:config page if you do want to see the Plugin Check page.) If you make the address your homepage, you’ll have two homepage tabs and can ignore or delete the second one.
    Let’s hope a real solution (for FF 3.6 users) is found soon. I suspect that Mozilla wants everyone to switch to Firefox 4, which may be the real answer. Annoying.

  • How do I disable "Temporarily avoiding bad connevtoon

    How can I disable Avoid Bad Connections? I'd rather not get the "Temporarily Avoiding bad connections" feature. Thank you.
    Solved!
    Go to Solution.

    Hi! Try this. Go to Settings > Wi-fi > click on the 3 dots at the lower right > Advanced > uncheck Avoid Poor Connection

  • How can I disable the Message Center?

    How can I disable the Message Center? I'm not quite understanding why I should keep it.
    Rainer,
    Germany
    Solved!
    Go to Solution.

    Hello Rainer,
    yes, simply disable autostart. Click on briefcase in tasklist, then uncheck box:
    Dieses Programm beim Start von Windows ausführen.
    At start-->programs-->thinkvantage you can acitivate it.
    regards/grüße
    Andreas
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • How can I disable the Emergency calls feature

    How can I disable the Emergency Calls feature.

    It is my understanding as well that it can't be, due to federal laws that 911 call must be available.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I disable the event sound played when a new window is opened?

    When Firefox starts, or when a new window is opened there is an annoying click.
    How can I disable this?
    The only way I have been able to stop it is by disabling all event sounds from the control panel but I'd rather just disable this particular sound.

    No, it's Windows XP. Hmmm, I don't know! I only started noticing it recently and as far as I remember, the only new add on is NoScript. I found the event that was being triggered (Start Connection) and disabled the sound in Windows. So the problem is solved in that I don't have the annoying sound ... but don't know why it started and hope nothing sinister is going on.

  • How can I disable the HP Updates Agent from running?

    HP pavilion D4100Y
    Windows XP  SP2 or 3 (not sure)
    No error message
    No recent changes
    Problem: The program "Updates from HP Agent" runs frequently and on no particular schedule, certainly not one I chose.  It takes over my computer for hours and uses most of the CPU, fluctuating from 13% to 87% to 1 etc.3% to 6%, etc. The computer hangs and I cannot use it for anything else. On the HP Updates screen, I set the updates to "NEVER" but that didn't work.  The programs still run. On the Windows Task Manager window the program is called "Updates from HP Agent".
    I cannot find anything about this problem in the support database.
    How can I disable the HP Updates Agent from running?
    This question was solved.
    View Solution.

    Select your start button and in the search box type "msconfig" then select msconfig.exe under programs.
    Look under the "Services" and "Boot" tabs. Uncheck HP update agent, select "Apply" and close.
    I work for HP

  • How do i disable web services on my 8700

    I have problems with my printer. I believe it is to do with being a web service printer. How do I disable ?

    Hi,
    There's a thread here on enabling and disabling web services that you might find useful.  
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • How do I disable call waiting when sending a FAX on a Photosmart C410a All-in-One?

    When sending a FAX from my computer, I added *70 to the dialing prefix to disable Call Waiting.  The problem appears to be that either my C410a does not recognize the * or perhaps I must add a pause after the *70.  The user guide says to hit the up arrow to insert a pause but I think that might only work for FAXes that are dialed from the All-in-One, not the computer.  In another place in the User Guide, it instructs to hit asterisk twice ** to get a pause.  When dialing from the computer, if I hit ** I get ** not a pause.  (I use Comcast and they do not give a new dial tone after hitting *70 so I don't think the pause is necessary.)
    If I remove the *70 from the dialing sequence on the computer, the FAX goes right through but a Call Waiting signal might stop the FAX.
    Anyone know how to include *70 for computer dialing?

    Hello LCHutton, I hope you are well
    I read your post about your attempts to disable call waiting when sending a fax. I would suggest looking in the fax menu on the printer and turning off the ECM (Error Correction Mode), and also changing the Fax Speed to slow.
    I hope either of those steps help you!
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see what their options are for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    Also, I have found this thread that is related to your scenario that might help you!
    How do I disable call waiting
    Have a great weekend
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for

  • Best practice for maximum performance

    Hi all OS : Linux AS 4.2 Oracle 9.2.0.8 My database size is around 4TB (Every day increasing 5GB) and we are following a method like analyze the main table's latest partitions only because the entire statistics collection will take more time. Is that

  • How to set a Pop-up message in Bex queries

    Hello all, I need to set a pop-up warning message to appear whenever users attempt to look up information for dates outside a criteria. I have created a variable in cmod with the following abap code.         IF ( year > sy-datum(4) ) OR ( year = sy-d

  • Question about Note 886102 - Empty the delta queue of the connected SAP source systems

    Dear expert I'm doing the system refresh from ECC PRD to QAS using the hot backup of PRD Before i start the database restore i was told to do the following step since this ECC has connection with one BW system -----------------------Step ------------

  • Printing PDFs from Photoshop CS5 creates unworkable miniature files

    I work on Photoshop CS5 files and print them to pdf all day long with no trouble, most of the time. Occasionally however I complete a file in Photoshop and print to pdf and the file outputs as some kind of completely unworkable miniature. Very small

  • Smart Object Selection Highlight

    Anyone know how to disable border highlighting when selecting a smart object in the layers panel?  Designing pixel-to-pixel is cumbersome when the highlight appears and temporarily extends the size of the shape by 1 px.  It's just a bit of a nuissanc