From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9EEA13933E for ; Sat, 3 Jul 2021 11:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C8D1E0849; Sat, 3 Jul 2021 11:17:46 +0000 (UTC) Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1719E07FE for ; Sat, 3 Jul 2021 11:17:45 +0000 (UTC) Received: by mail-wr1-x42d.google.com with SMTP id a8so4081986wrp.5 for ; Sat, 03 Jul 2021 04:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=0LNkMndfHe4nmsMl+bgCITQDHmHDukyhtF8musaePuk=; b=l9WicxdbAYZ2ngBCiq8htCEzMpkKZjobLHopzYLyaUVp4ghORJ11OYlkkEKjuyWOX1 INJPY/H1TXJRAjUapMWs7wQ1mTD/iFYpDLZpo7wpads73758/t/Ng53F+8/SmB/i1K7u gh7/FKsO8IX4ibPqa/HrmqfSybhZ4k+jhJhbBS0BOi1xPQWRkj2W9i4AJezdT59Pf5a4 atqEijYj12dFpnuQ453x4I3mchMfi+VL4srqkwiHCV161HcJ64+vaEDws3MIXAjRZmOj jDgMFz4VuzRaVNZuiXIZbuSiVUK4CPbgkJF1aXjiV6NrSWuj5yN2EI7cRudHsFnumVHp FIlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=0LNkMndfHe4nmsMl+bgCITQDHmHDukyhtF8musaePuk=; b=SU+ic9/wF137IO8u4YLk9wF74JJ2idL1FJl1463fDcQ7+bpdEGr7P7ET+bA72gmhky cn7McPzx7O6kskd3ND254tPmOGhx8KNhzCd+SjCUka7jIpiyAi8EdFRyxcos6tCm+zuO HhAnv34zvznbZksfDzVsv1+0/LflldXBHPE3Rk7YwAaMiZKQ7ZwlLIHMhCziwGsVIDRS 5Y0Ib73tNQgv0F1X+qU61sBa2Ye4pLDsH0GtCk9XDVFqXxCUEJYoLhzy89WGxya2Oz77 0Mhvf/etGkvQz/Zhtlckw7Psw9Qb1J/tJG9ztehq2NUVDO8FqUt4AKfAYGIHhx+1ot7x lfQw== X-Gm-Message-State: AOAM533fr9X2dvd15BROb1AdRkBYAXiTBzqERWi5LtR4W2x1yo5eJa0V bNbFTxIhfqWeKYdBHvot2zFN X-Google-Smtp-Source: ABdhPJxfcXjiVUe61cAp5gfX+pfjlq8c7xxpKLtkC4reDyA930pRpmffH0poVzBfloMUqLStlaJwuw== X-Received: by 2002:adf:ef10:: with SMTP id e16mr5083935wro.244.1625311064831; Sat, 03 Jul 2021 04:17:44 -0700 (PDT) Received: from [192.168.0.105] (84-75-70-121.dclient.hispeed.ch. [84.75.70.121]) by smtp.gmail.com with ESMTPSA id g15sm3160103wmh.16.2021.07.03.04.17.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 03 Jul 2021 04:17:44 -0700 (PDT) To: gentoo-user@lists.gentoo.org From: Tamer Higazi Subject: [gentoo-user] deactivate (bluetooth) hardware based on irq/mac address Message-ID: <21163568-207d-6662-eca0-7e2a9e6dd980@googlemail.com> Date: Sat, 3 Jul 2021 13:17:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Archives-Salt: e53bbb55-7546-4600-845b-a7b90aaba888 X-Archives-Hash: 04758ac12c390428b34af5d45a1c44b5 Hi people, I want to deactivate my bluetooth device on my mainboard when gentoo is loaded. I don't want to "blacklist" the driver, more I want to tell the kernel to ignore this hardware. Is there a way to tell "gentoo" to disable, or not load the driver for this particular hardware based on the irq or mac address ? What is the propper way to do this ? best, Tamer